Skip to content

Commit 1bdbfe2

Browse files
committed
[maven-release-plugin] prepare release avaje-http-parent-1.25
1 parent 34c9ede commit 1bdbfe2

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

http-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.25-SNAPSHOT</version>
7+
<version>1.25</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<artifactId>avaje-http-api</artifactId>
1212

1313
<scm>
1414
<developerConnection>scm:git:[email protected]:avaje/avaje-http.git</developerConnection>
15-
<tag>avaje-http-parent-1.19</tag>
15+
<tag>avaje-http-parent-1.25</tag>
1616
</scm>
1717

1818
<dependencies>

http-client-gson-adapter/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.25-SNAPSHOT</version>
7+
<version>1.25</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<groupId>io.avaje</groupId>
1212
<artifactId>avaje-http-client-gson</artifactId>
13-
<version>1.25-SNAPSHOT</version>
13+
<version>1.25</version>
1414

1515
<dependencies>
1616

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-http-client</artifactId>
26-
<version>1.25-SNAPSHOT</version>
26+
<version>1.25</version>
2727
<scope>provided</scope>
2828
</dependency>
2929

http-client/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.25-SNAPSHOT</version>
7+
<version>1.25</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<groupId>io.avaje</groupId>
1212
<artifactId>avaje-http-client</artifactId>
13-
<version>1.25-SNAPSHOT</version>
13+
<version>1.25</version>
1414

1515
<scm>
1616
<developerConnection>scm:git:[email protected]:avaje/avaje-http-client.git</developerConnection>
17-
<tag>HEAD</tag>
17+
<tag>avaje-http-parent-1.25</tag>
1818
</scm>
1919

2020
<properties>

http-generator-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-http-parent</artifactId>
8-
<version>1.25-SNAPSHOT</version>
8+
<version>1.25</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

http-generator-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.25-SNAPSHOT</version>
10+
<version>1.25</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>io.avaje</groupId>
3434
<artifactId>avaje-http-api</artifactId>
35-
<version>1.25-SNAPSHOT</version>
35+
<version>1.25</version>
3636
</dependency>
3737

3838
<dependency>

http-generator-helidon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.25-SNAPSHOT</version>
10+
<version>1.25</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-javalin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.25-SNAPSHOT</version>
10+
<version>1.25</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-jex/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.25-SNAPSHOT</version>
10+
<version>1.25</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-nima/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>avaje-http-parent</artifactId>
55
<groupId>io.avaje</groupId>
6-
<version>1.25-SNAPSHOT</version>
6+
<version>1.25</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-http-parent</artifactId>
12-
<version>1.25-SNAPSHOT</version>
12+
<version>1.25</version>
1313
<packaging>pom</packaging>
1414

1515
<scm>
1616
<developerConnection>scm:git:[email protected]:avaje/avaje-http.git</developerConnection>
17-
<tag>avaje-http-parent-1.19</tag>
17+
<tag>avaje-http-parent-1.25</tag>
1818
</scm>
1919

2020
<properties>

0 commit comments

Comments
 (0)