From 6306f4531594593b5c10fa788c9af31c9b31f197 Mon Sep 17 00:00:00 2001
From: Michael Kaspera <m.kaspera@adito.de>
Date: Thu, 11 Aug 2022 16:43:49 +0200
Subject: [PATCH] v1.9.4

---
 IntegrationTests/pom.xml |  2 +-
 api/pom.xml              |  2 +-
 gui/pom.xml              |  2 +-
 impl/pom.xml             |  2 +-
 nbm/pom.xml              |  2 +-
 nbm/src/nbm/manifest.mf  | 10 ++++++++++
 pom.xml                  |  2 +-
 7 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/IntegrationTests/pom.xml b/IntegrationTests/pom.xml
index b24394d2..46b608ca 100644
--- a/IntegrationTests/pom.xml
+++ b/IntegrationTests/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <artifactId>adito-nb-git</artifactId>
     <groupId>de.adito.git</groupId>
-    <version>1.9.3</version>
+    <version>1.9.4</version>
   </parent>
 
   <packaging>jar</packaging>
diff --git a/api/pom.xml b/api/pom.xml
index 7ccb08f9..10da24fe 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <artifactId>adito-nb-git</artifactId>
     <groupId>de.adito.git</groupId>
-    <version>1.9.3</version>
+    <version>1.9.4</version>
   </parent>
 
   <artifactId>api</artifactId>
diff --git a/gui/pom.xml b/gui/pom.xml
index 26287305..f23be6f6 100644
--- a/gui/pom.xml
+++ b/gui/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <artifactId>adito-nb-git</artifactId>
     <groupId>de.adito.git</groupId>
-    <version>1.9.3</version>
+    <version>1.9.4</version>
   </parent>
 
   <artifactId>gui</artifactId>
diff --git a/impl/pom.xml b/impl/pom.xml
index c1eb1b26..46816f16 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <artifactId>adito-nb-git</artifactId>
     <groupId>de.adito.git</groupId>
-    <version>1.9.3</version>
+    <version>1.9.4</version>
   </parent>
 
   <artifactId>impl</artifactId>
diff --git a/nbm/pom.xml b/nbm/pom.xml
index 50faccd5..b2dd6f00 100644
--- a/nbm/pom.xml
+++ b/nbm/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <artifactId>adito-nb-git</artifactId>
     <groupId>de.adito.git</groupId>
-    <version>1.9.3</version>
+    <version>1.9.4</version>
   </parent>
 
   <packaging>nbm</packaging>
diff --git a/nbm/src/nbm/manifest.mf b/nbm/src/nbm/manifest.mf
index ae1df8fa..d170ead1 100644
--- a/nbm/src/nbm/manifest.mf
+++ b/nbm/src/nbm/manifest.mf
@@ -6,6 +6,16 @@ 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.4</p>
+  <p style="margin-left: 10px; font-weight: bold;">MINOR</p>
+  <ul>
+    <li>The dialog windows now remember their size and position</li>
+  </ul>
+  <p style="margin-left: 10px; font-weight: bold;">BUGFIX</p>
+  <ul>
+    <li>Fix: The option "Create New Branch" when pushing a branch that tracks a branch with some other name does not create a new branch</li>
+    <li>Fix: Pushing/Pulling/Fetching via HTTPS does not always work due to a NullPointerException</li>
+  </ul>
   <p style="font-weight: bold;">v1.9.3</p>
   <p style="margin-left: 10px; font-weight: bold;">BUGFIX</p>
   <ul>
diff --git a/pom.xml b/pom.xml
index 8efd0b6e..f862d98e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
   <groupId>de.adito.git</groupId>
   <artifactId>adito-nb-git</artifactId>
   <packaging>pom</packaging>
-  <version>1.9.3</version>
+  <version>1.9.4</version>
 
   <properties>
     <netbeans.version>RELEASE111</netbeans.version>