Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jgalgo-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barakugav committed Jan 29, 2024
1 parent fda48bb commit 2036001
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jgalgo-adapt-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jgalgo</groupId>
<artifactId>jgalgo</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jgalgo-adapt-guava</artifactId>
<name>JGAlgo - Guava Adapters</name>
Expand Down
2 changes: 1 addition & 1 deletion jgalgo-adapt-jgrapht/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jgalgo</groupId>
<artifactId>jgalgo</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jgalgo-adapt-jgrapht</artifactId>
<name>JGAlgo - JGraphT Adapters</name>
Expand Down
2 changes: 1 addition & 1 deletion jgalgo-bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jgalgo</groupId>
<artifactId>jgalgo</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jgalgo-bench</artifactId>
<name>JGAlgo - Benchmarks</name>
Expand Down
2 changes: 1 addition & 1 deletion jgalgo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jgalgo</groupId>
<artifactId>jgalgo</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jgalgo-core</artifactId>
<name>JGAlgo - Core</name>
Expand Down
2 changes: 1 addition & 1 deletion jgalgo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jgalgo</groupId>
<artifactId>jgalgo</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jgalgo-example</artifactId>
<name>JGAlgo - Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion jgalgo-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jgalgo</groupId>
<artifactId>jgalgo</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jgalgo-io</artifactId>
<name>JGAlgo - IO</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.jgalgo</groupId>
<artifactId>jgalgo</artifactId>
<name>JGAlgo - Parent</name>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>
<url>https://www.jgalgo.com/</url>
<description>A performant Java library for graph algorithms</description>
Expand All @@ -23,7 +23,7 @@
<url>https://github.com/barakugav/JGAlgo.git</url>
<connection>scm:git:[email protected]:barakugav/JGAlgo.git</connection>
<developerConnection>scm:git:[email protected]:barakugav/JGAlgo.git</developerConnection>
<tag>jgalgo-0.3.0</tag>
<tag>jgalgo-0.4.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 2036001

Please sign in to comment.