Skip to content

Commit

Permalink
#207 Extract JGit Version to variable
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremias Weber <jeremias.weber@cloudogu.com>
  • Loading branch information
jelemux committed Mar 31, 2023
1 parent a60deb9 commit 8e96342
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>5.1.16.202106041830-r</version>
<version>${jgit.version}</version>
</dependency>

<!-- cas authentication -->
Expand Down Expand Up @@ -247,7 +247,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>5.1.16.202106041830-r</version>
<version>${jgit.version}</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -378,5 +378,6 @@
<cas-client.version>4.0.1</cas-client.version>
<java.version>11</java.version>
<jaxb.version>2.3.0</jaxb.version>
<jgit.version>5.1.16.202106041830-r</jgit.version>
</properties>
</project>

0 comments on commit 8e96342

Please sign in to comment.