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

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
L1nc0ln committed May 3, 2022
1 parent d7a039f commit f9c4bfc
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 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.8.2</version>
<version>1.9.0</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.8.2</version>
<version>1.9.0</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.8.2</version>
<version>1.9.0</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.8.2</version>
<version>1.9.0</version>
</parent>

<packaging>nbm</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nbm/src/main/resources/META-INF/adito.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.0.0
2022.1.0
9 changes: 9 additions & 0 deletions nbm/src/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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.0</p>
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
<ul>
<li>Added support for ADITODesigner 2022.1.0</li>
</ul>
<p style="margin-left: 10px; font-weight: bold;">BUGFIX</p>
<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.2</p>
<p style="margin-left: 10px; font-weight: bold;">BUGFIX</p>
<ul>
Expand Down
10 changes: 5 additions & 5 deletions 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.8.2</version>
<version>1.9.0</version>

<properties>
<netbeans.version>RELEASE111</netbeans.version>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.2.3</version>
<version>5.0.1_adito</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-assistedinject</artifactId>
<version>4.2.3</version>
<version>5.0.1_adito</version>
</dependency>

<dependency>
Expand All @@ -65,7 +65,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.0-jre</version>
<version>29.0-jre</version>
</dependency>

<dependency>
Expand All @@ -76,7 +76,7 @@
<dependency>
<groupId>de.adito.util</groupId>
<artifactId>reactive</artifactId>
<version>1.1.2</version>
<version>1.1.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f9c4bfc

Please sign in to comment.