Skip to content

Commit 366059d

Browse files
committed
[maven-release-plugin] prepare release jradius-1.1.5
1 parent c59e6a8 commit 366059d

File tree

10 files changed

+35
-35
lines changed

10 files changed

+35
-35
lines changed

apps/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<groupId>net.jradius</groupId>
66
<artifactId>jradius-apps</artifactId>
77
<name>${project.artifactId}-${project.version}</name>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<description>JRadius Apps</description>
1010

1111
<parent>
1212
<groupId>net.jradius</groupId>
1313
<artifactId>jradius</artifactId>
14-
<version>1.1.5-SNAPSHOT</version>
14+
<version>1.1.5</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>net.jradius</groupId>
2121
<artifactId>jradius-core</artifactId>
22-
<version>1.1.5-SNAPSHOT</version>
22+
<version>1.1.5</version>
2323
</dependency>
2424

2525
<dependency>

client/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@
55
<groupId>net.jradius</groupId>
66
<artifactId>jradius-client</artifactId>
77
<name>${project.artifactId}-${project.version}</name>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<description>JRadius Client Package</description>
1010

1111
<parent>
1212
<groupId>net.jradius</groupId>
1313
<artifactId>jradius</artifactId>
14-
<version>1.1.5-SNAPSHOT</version>
14+
<version>1.1.5</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>net.jradius</groupId>
2121
<artifactId>jradius-core</artifactId>
22-
<version>1.1.5-SNAPSHOT</version>
22+
<version>1.1.5</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>net.jradius</groupId>
2727
<artifactId>jradius-dictionary</artifactId>
28-
<version>1.1.5-SNAPSHOT</version>
28+
<version>1.1.5</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>net.jradius</groupId>
3333
<artifactId>jradius-extended</artifactId>
34-
<version>1.1.5-SNAPSHOT</version>
34+
<version>1.1.5</version>
3535
</dependency>
3636

3737
</dependencies>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<groupId>net.jradius</groupId>
66
<artifactId>jradius-core</artifactId>
77
<name>${project.artifactId}-${project.version}</name>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<description>JRadius Core</description>
1010

1111
<parent>
1212
<groupId>net.jradius</groupId>
1313
<artifactId>jradius</artifactId>
14-
<version>1.1.5-SNAPSHOT</version>
14+
<version>1.1.5</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

dictionary-min/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<groupId>net.jradius</groupId>
55
<artifactId>jradius-dictionary-min</artifactId>
66
<name>${project.artifactId}-${project.version}</name>
7-
<version>1.1.5-SNAPSHOT</version>
7+
<version>1.1.5</version>
88
<description>JRadius Dictionary</description>
99

1010
<parent>
1111
<groupId>net.jradius</groupId>
1212
<artifactId>jradius</artifactId>
13-
<version>1.1.5-SNAPSHOT</version>
13+
<version>1.1.5</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>net.jradius</groupId>
2020
<artifactId>jradius-core</artifactId>
21-
<version>1.1.5-SNAPSHOT</version>
21+
<version>1.1.5</version>
2222
</dependency>
2323
</dependencies>
2424

dictionary/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<groupId>net.jradius</groupId>
55
<artifactId>jradius-dictionary</artifactId>
66
<name>${project.artifactId}-${project.version}</name>
7-
<version>1.1.5-SNAPSHOT</version>
7+
<version>1.1.5</version>
88
<description>JRadius Dictionary</description>
99

1010
<parent>
1111
<groupId>net.jradius</groupId>
1212
<artifactId>jradius</artifactId>
13-
<version>1.1.5-SNAPSHOT</version>
13+
<version>1.1.5</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>net.jradius</groupId>
2020
<artifactId>jradius-core</artifactId>
21-
<version>1.1.5-SNAPSHOT</version>
21+
<version>1.1.5</version>
2222
</dependency>
2323
</dependencies>
2424

example/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@
55
<groupId>net.jradius</groupId>
66
<artifactId>jradius-example</artifactId>
77
<name>${project.artifactId}-${project.version}</name>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<description>JRadius Examples</description>
1010

1111
<parent>
1212
<groupId>net.jradius</groupId>
1313
<artifactId>jradius</artifactId>
14-
<version>1.1.5-SNAPSHOT</version>
14+
<version>1.1.5</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>net.jradius</groupId>
2121
<artifactId>jradius-core</artifactId>
22-
<version>1.1.5-SNAPSHOT</version>
22+
<version>1.1.5</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>net.jradius</groupId>
2727
<artifactId>jradius-dictionary</artifactId>
28-
<version>1.1.5-SNAPSHOT</version>
28+
<version>1.1.5</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>net.jradius</groupId>
3333
<artifactId>jradius-extended</artifactId>
34-
<version>1.1.5-SNAPSHOT</version>
34+
<version>1.1.5</version>
3535
</dependency>
3636

3737
</dependencies>

extended/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
<groupId>net.jradius</groupId>
66
<artifactId>jradius-extended</artifactId>
77
<name>${project.artifactId}-${project.version}</name>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<description>JRadius Extended</description>
1010

1111
<parent>
1212
<groupId>net.jradius</groupId>
1313
<artifactId>jradius</artifactId>
14-
<version>1.1.5-SNAPSHOT</version>
14+
<version>1.1.5</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>net.jradius</groupId>
2121
<artifactId>jradius-core</artifactId>
22-
<version>1.1.5-SNAPSHOT</version>
22+
<version>1.1.5</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>net.jradius</groupId>
2727
<artifactId>jradius-dictionary</artifactId>
28-
<version>1.1.5-SNAPSHOT</version>
28+
<version>1.1.5</version>
2929
</dependency>
3030

3131
<dependency>

extras/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<groupId>net.jradius</groupId>
66
<artifactId>jradius-extras</artifactId>
77
<name>${project.artifactId}-${project.version}</name>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<description>JRadius Extras</description>
1010

1111
<parent>
1212
<groupId>net.jradius</groupId>
1313
<artifactId>jradius</artifactId>
14-
<version>1.1.5-SNAPSHOT</version>
14+
<version>1.1.5</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>net.jradius</groupId>
2121
<artifactId>jradius-extended</artifactId>
22-
<version>1.1.5-SNAPSHOT</version>
22+
<version>1.1.5</version>
2323
</dependency>
2424

2525
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>jradius</artifactId>
66
<packaging>pom</packaging>
77
<name>${project.artifactId}-${project.version}</name>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<description>JRadius Client/Server Project</description>
1010
<url>http://www.coova.org/JRadius</url>
1111

server/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,39 @@
55
<groupId>net.jradius</groupId>
66
<artifactId>jradius-server</artifactId>
77
<name>${project.artifactId}-${project.version}</name>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<description>Server classes</description>
1010

1111
<parent>
1212
<groupId>net.jradius</groupId>
1313
<artifactId>jradius</artifactId>
14-
<version>1.1.5-SNAPSHOT</version>
14+
<version>1.1.5</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>net.jradius</groupId>
2121
<artifactId>jradius-core</artifactId>
22-
<version>1.1.5-SNAPSHOT</version>
22+
<version>1.1.5</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>net.jradius</groupId>
2727
<artifactId>jradius-dictionary</artifactId>
28-
<version>1.1.5-SNAPSHOT</version>
28+
<version>1.1.5</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>net.jradius</groupId>
3333
<artifactId>jradius-extended</artifactId>
34-
<version>1.1.5-SNAPSHOT</version>
34+
<version>1.1.5</version>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>net.jradius</groupId>
3939
<artifactId>jradius-example</artifactId>
40-
<version>1.1.5-SNAPSHOT</version>
40+
<version>1.1.5</version>
4141
</dependency>
4242

4343
<dependency>

0 commit comments

Comments
 (0)