Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 6, 2024
1 parent 72d1c14 commit d5c1ec2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jjava-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dflib.jjava</groupId>
<artifactId>jjava-parent</artifactId>
<version>1.0a13</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>jjava-launcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dflib.jjava</groupId>
<artifactId>jjava-parent</artifactId>
<version>1.0a13</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>jjava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jupyter-jvm-basekernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dflib.jjava</groupId>
<artifactId>jjava-parent</artifactId>
<version>1.0a13</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>jupyter-jvm-basekernel</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.dflib.jjava</groupId>
<artifactId>jjava-parent</artifactId>
<version>1.0a13</version>
<version>1.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -61,7 +61,7 @@
<connection>scm:git:https://github.com/m-dzianishchyts/jjava</connection>
<developerConnection>scm:git:ssh://[email protected]/m-dzianishchyts/jjava</developerConnection>
<url>https://github.com/m-dzianishchyts/jjava</url>
<tag>1.0a13</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit d5c1ec2

Please sign in to comment.