Skip to content

Commit 050dae0

Browse files
committed
[maven-release-plugin] prepare release avaje-http-generator-parent-1.18
1 parent 9aeb15e commit 050dae0

File tree

8 files changed

+12
-14
lines changed

8 files changed

+12
-14
lines changed

http-api/pom.xml

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

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

1313
<scm>
1414
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
15-
<tag>HEAD</tag>
15+
<tag>avaje-http-generator-parent-1.18</tag>
1616
</scm>
1717

1818
<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.18-SNAPSHOT</version>
8+
<version>1.18</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.18-SNAPSHOT</version>
10+
<version>1.18</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.18-SNAPSHOT</version>
36+
<version>1.18</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.18-SNAPSHOT</version>
10+
<version>1.18</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.18-SNAPSHOT</version>
10+
<version>1.18</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.18-SNAPSHOT</version>
10+
<version>1.18</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-nima/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<artifactId>avaje-http-generator-parent</artifactId>
75
<groupId>io.avaje</groupId>
8-
<version>1.18-SNAPSHOT</version>
6+
<version>1.18</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

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

1515
<scm>
1616
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
17-
<tag>HEAD</tag>
17+
<tag>avaje-http-generator-parent-1.18</tag>
1818
</scm>
1919

2020
<properties>

0 commit comments

Comments
 (0)