Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
chore: new version "1.5.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
wglanzer committed Sep 6, 2021
1 parent 27b318a commit d3c0ce3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.5.5</version>
<version>1.5.6</version>
</parent>

<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.5.5</version>
<version>1.5.6</version>
</parent>

<artifactId>gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.5.5</version>
<version>1.5.6</version>
</parent>

<artifactId>impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.5.5</version>
<version>1.5.6</version>
</parent>

<packaging>nbm</packaging>
Expand Down
8 changes: 8 additions & 0 deletions nbm/src/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ OpenIDE-Module-Name: Git
OpenIDE-Module-Display-Category: ADITO / VCS
OpenIDE-Module-Long-Description: Git Support for NetBeans IDE.
<p style="font-weight: bold;">Changelog</p>
<p style="font-weight: bold;">v1.5.6</p>
<p style="margin-left: 10px; font-weight: bold;">BUGFIXES</p>
<ul>
<li>Fix: The commit dialog after a merge conflict resolution does not properly commit the files</li>
<li>Fix: When exiting a conflict resolution dialog with changes still in place the file is not properly marked as resolved</li>
<li>Fix: Do not allow remote names containing spaces</li>
<li>Fix: Prevent possible deadlock during project opening</li>
</ul>
<p style="font-weight: bold;">v1.5.5</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.adito.git</groupId>
<artifactId>adito-nb-git</artifactId>
<packaging>pom</packaging>
<version>1.5.5</version>
<version>1.5.6</version>

<properties>
<netbeans.version>RELEASE111</netbeans.version>
Expand Down

0 comments on commit d3c0ce3

Please sign in to comment.