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
tsyd committed Nov 14, 2023
1 parent d9a1fb4 commit 9cec7aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions aaa4j-radius-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>aaa4j-radius</artifactId>
<groupId>org.aaa4j.radius</groupId>
<version>0.2.4</version>
<version>0.2.5-SNAPSHOT</version>
</parent>
<properties>
<rootDir>${basedir}/..</rootDir>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.aaa4j.radius</groupId>
<artifactId>aaa4j-radius-core</artifactId>
<version>0.2.4</version>
<version>0.2.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion aaa4j-radius-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>aaa4j-radius</artifactId>
<groupId>org.aaa4j.radius</groupId>
<version>0.2.4</version>
<version>0.2.5-SNAPSHOT</version>
</parent>
<properties>
<rootDir>${basedir}/..</rootDir>
Expand Down
4 changes: 2 additions & 2 deletions aaa4j-radius-dictionary-freeradius/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>aaa4j-radius</artifactId>
<groupId>org.aaa4j.radius</groupId>
<version>0.2.4</version>
<version>0.2.5-SNAPSHOT</version>
</parent>
<properties>
<rootDir>${basedir}/..</rootDir>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.aaa4j.radius</groupId>
<artifactId>aaa4j-radius-core</artifactId>
<version>0.2.4</version>
<version>0.2.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions aaa4j-radius-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>aaa4j-radius</artifactId>
<groupId>org.aaa4j.radius</groupId>
<version>0.2.4</version>
<version>0.2.5-SNAPSHOT</version>
</parent>
<properties>
<rootDir>${basedir}/..</rootDir>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.aaa4j.radius</groupId>
<artifactId>aaa4j-radius-core</artifactId>
<version>0.2.4</version>
<version>0.2.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.aaa4j.radius</groupId>
<artifactId>aaa4j-radius</artifactId>
<packaging>pom</packaging>
<version>0.2.4</version>
<version>0.2.5-SNAPSHOT</version>
<name>AAA4J-RADIUS</name>
<description>Java library for building RADIUS clients and RADIUS servers</description>
<url>https://github.com/aaa4j/aaa4j-radius</url>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git://github.com/aaa4j/aaa4j-radius.git</connection>
<developerConnection>scm:git:ssh://github.com/aaa4j/aaa4j-radius.git</developerConnection>
<url>https://github.com/aaa4j/aaa4j-radius/tree/master</url>
<tag>v0.2.4</tag>
<tag>v0.2.1</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 9cec7aa

Please sign in to comment.