Skip to content

Commit b88b9e1

Browse files
committed
[maven-release-plugin] prepare release v0.4.0
1 parent 755ebfa commit b88b9e1

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

aaa4j-radius-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>aaa4j-radius</artifactId>
55
<groupId>org.aaa4j.radius</groupId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.4.0</version>
77
</parent>
88
<properties>
99
<rootDir>${basedir}/..</rootDir>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.aaa4j.radius</groupId>
1717
<artifactId>aaa4j-radius-core</artifactId>
18-
<version>0.3.2-SNAPSHOT</version>
18+
<version>0.4.0</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
</dependencies>

aaa4j-radius-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>aaa4j-radius</artifactId>
55
<groupId>org.aaa4j.radius</groupId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.4.0</version>
77
</parent>
88
<properties>
99
<rootDir>${basedir}/..</rootDir>

aaa4j-radius-dictionary-freeradius/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>aaa4j-radius</artifactId>
55
<groupId>org.aaa4j.radius</groupId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.4.0</version>
77
</parent>
88
<properties>
99
<rootDir>${basedir}/..</rootDir>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.aaa4j.radius</groupId>
1717
<artifactId>aaa4j-radius-core</artifactId>
18-
<version>0.3.2-SNAPSHOT</version>
18+
<version>0.4.0</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
</dependencies>

aaa4j-radius-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>aaa4j-radius</artifactId>
55
<groupId>org.aaa4j.radius</groupId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.4.0</version>
77
</parent>
88
<properties>
99
<rootDir>${basedir}/..</rootDir>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.aaa4j.radius</groupId>
1717
<artifactId>aaa4j-radius-core</artifactId>
18-
<version>0.3.2-SNAPSHOT</version>
18+
<version>0.4.0</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.aaa4j.radius</groupId>
55
<artifactId>aaa4j-radius</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.3.2-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
<name>AAA4J-RADIUS</name>
99
<description>Java library for building RADIUS clients and RADIUS servers</description>
1010
<url>https://github.com/aaa4j/aaa4j-radius</url>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:git://github.com/aaa4j/aaa4j-radius.git</connection>
2727
<developerConnection>scm:git:ssh://github.com/aaa4j/aaa4j-radius.git</developerConnection>
2828
<url>https://github.com/aaa4j/aaa4j-radius/tree/master</url>
29-
<tag>v0.2.5</tag>
29+
<tag>v0.4.0</tag>
3030
</scm>
3131
<distributionManagement>
3232
<repository>

0 commit comments

Comments
 (0)