Skip to content

Commit 271248d

Browse files
committed
[maven-release-plugin] prepare release avaje-http-generator-parent-1.12
1 parent 1546a34 commit 271248d

File tree

12 files changed

+40
-34
lines changed

12 files changed

+40
-34
lines changed

http-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-generator-parent</artifactId>
7-
<version>1.12-SNAPSHOT</version>
7+
<version>1.12</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

@@ -20,7 +20,7 @@
2020

2121
<scm>
2222
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
23-
<tag>HEAD</tag>
23+
<tag>avaje-http-generator-parent-1.12</tag>
2424
</scm>
2525

2626
<dependencies>

http-generator-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-http-generator-parent</artifactId>
8-
<version>1.12-SNAPSHOT</version>
8+
<version>1.12</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

http-generator-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.12-SNAPSHOT</version>
10+
<version>1.12</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-http-api</artifactId>
36-
<version>1.12-SNAPSHOT</version>
36+
<version>1.12</version>
3737
</dependency>
3838

3939
<dependency>

http-generator-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.12-SNAPSHOT</version>
10+
<version>1.12</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.12-SNAPSHOT</version>
10+
<version>1.12</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.12-SNAPSHOT</version>
10+
<version>1.12</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-generator-parent</artifactId>
7-
<version>1.12-SNAPSHOT</version>
7+
<version>1.12</version>
88
<packaging>pom</packaging>
99

1010
<parent>
@@ -15,7 +15,7 @@
1515

1616
<scm>
1717
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
18-
<tag>HEAD</tag>
18+
<tag>avaje-http-generator-parent-1.12</tag>
1919
</scm>
2020

2121
<properties>

tests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.dinject</groupId>
86
<artifactId>tests-reactor</artifactId>
9-
<version>1</version>
7+
<version>1.12</version>
108
<packaging>pom</packaging>
119

1210
<properties>

tests/test-client/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<parent>
75
<artifactId>java11-oss</artifactId>
@@ -12,7 +10,7 @@
1210
<modelVersion>4.0.0</modelVersion>
1311

1412
<artifactId>test-client</artifactId>
15-
<version>1</version>
13+
<version>1.12</version>
1614

1715
<properties>
1816
<maven.deploy.skip>true</maven.deploy.skip>
@@ -37,7 +35,7 @@
3735
<dependency>
3836
<groupId>io.avaje</groupId>
3937
<artifactId>avaje-http-api</artifactId>
40-
<version>1.12-SNAPSHOT</version>
38+
<version>1.12</version>
4139
</dependency>
4240

4341
<dependency>
@@ -126,4 +124,8 @@
126124
</plugin>
127125
</plugins>
128126
</build>
127+
128+
<scm>
129+
<tag>avaje-http-generator-parent-1.12</tag>
130+
</scm>
129131
</project>

tests/test-helidon/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.example</groupId>
86
<artifactId>test-helidon</artifactId>
9-
<version>1</version>
7+
<version>1.12</version>
108

119
<parent>
1210
<groupId>org.avaje</groupId>
@@ -18,7 +16,7 @@
1816
<maven.deploy.skip>true</maven.deploy.skip>
1917
<mainClass>org.example.Main</mainClass>
2018
<helidon-version>2.3.0</helidon-version>
21-
<avaje-http-version>1.12-SNAPSHOT</avaje-http-version>
19+
<avaje-http-version>1.12</avaje-http-version>
2220
</properties>
2321

2422
<dependencies>
@@ -145,4 +143,8 @@
145143
</plugin>
146144
</plugins>
147145
</build>
146+
147+
<scm>
148+
<tag>avaje-http-generator-parent-1.12</tag>
149+
</scm>
148150
</project>

tests/test-javalin/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.example</groupId>
86
<artifactId>test-javalin</artifactId>
9-
<version>1</version>
7+
<version>1.12</version>
108

119
<parent>
1210
<groupId>org.avaje</groupId>
@@ -21,7 +19,7 @@
2119
<swagger.version>2.0.8</swagger.version>
2220
<kotlin.version>1.3.71</kotlin.version>
2321
<jackson.version>2.12.3</jackson.version>
24-
<avaje-http-version>1.12-SNAPSHOT</avaje-http-version>
22+
<avaje-http-version>1.12</avaje-http-version>
2523
</properties>
2624

2725
<dependencies>
@@ -149,4 +147,8 @@
149147
</plugins>
150148
</build>
151149

150+
151+
<scm>
152+
<tag>avaje-http-generator-parent-1.12</tag>
153+
</scm>
152154
</project>

tests/test-jex/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.example</groupId>
86
<artifactId>test-jex</artifactId>
9-
<version>1</version>
7+
<version>1.12</version>
108

119
<parent>
1210
<groupId>org.avaje</groupId>
@@ -21,7 +19,7 @@
2119
<swagger.version>2.0.8</swagger.version>
2220
<jackson.version>2.12.3</jackson.version>
2321
<avaje-inject.version>6.1</avaje-inject.version>
24-
<avaje-http.version>1.12-SNAPSHOT</avaje-http.version>
22+
<avaje-http.version>1.12</avaje-http.version>
2523
</properties>
2624

2725
<dependencies>
@@ -142,4 +140,8 @@
142140
</plugins>
143141
</build>
144142

143+
144+
<scm>
145+
<tag>avaje-http-generator-parent-1.12</tag>
146+
</scm>
145147
</project>

0 commit comments

Comments
 (0)