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

Commit

Permalink
chore: v1.8.3
Browse files Browse the repository at this point in the history
L1nc0ln committed Jun 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c1c24ea commit 8e4ede9
Showing 6 changed files with 10 additions and 5 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.8.2</version>
<version>1.8.3</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.8.2</version>
<version>1.8.3</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.8.2</version>
<version>1.8.3</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.8.2</version>
<version>1.8.3</version>
</parent>

<packaging>nbm</packaging>
5 changes: 5 additions & 0 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.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.8.2</version>
<version>1.8.3</version>

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

0 comments on commit 8e4ede9

Please sign in to comment.