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

Commit

Permalink
chore: v1.9.1
Browse files Browse the repository at this point in the history
L1nc0ln committed Jun 7, 2022
1 parent 7f0d40a commit ce723db
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<artifactId>adito-nb-git</artifactId>
<groupId>de.adito.git</groupId>
<version>1.9.0</version>
<version>1.9.1</version>
</parent>

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

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

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

<packaging>nbm</packaging>
10 changes: 5 additions & 5 deletions nbm/src/nbm/manifest.mf
Original file line number Diff line number Diff line change
@@ -6,6 +6,11 @@ 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.9.1</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>The plugin now uses logic that should be more resistant to deadlocks</li>
</ul>
<p style="font-weight: bold;">v1.9.0</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
@@ -15,11 +20,6 @@ OpenIDE-Module-Long-Description: Git Support for NetBeans IDE.
<ul>
<li>Fix: The Popup showing the previous state of a change now works properly in Linux environments</li>
</ul>
<p style="font-weight: bold;">v1.8.3</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>The plugin now uses logic that should be more resistant to deadlocks</li>
</ul>
<p style="font-weight: bold;">v1.8.2</p>
<p style="margin-left: 10px; font-weight: bold;">BUGFIX</p>
<ul>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<groupId>de.adito.git</groupId>
<artifactId>adito-nb-git</artifactId>
<packaging>pom</packaging>
<version>1.9.0</version>
<version>1.9.1</version>

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

0 comments on commit ce723db

Please sign in to comment.