Skip to content

Commit 9f56ef2

Browse files
committed
[maven-release-plugin] prepare release avaje-http-generator-parent-1.4
1 parent bbb0374 commit 9f56ef2

File tree

7 files changed

+12
-15
lines changed

7 files changed

+12
-15
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.4-SNAPSHOT</version>
7+
<version>1.4</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.4</tag>
2424
</scm>
2525

2626
<dependencies>

http-generator-client/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<parent>
86
<groupId>io.avaje</groupId>
97
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.4-SNAPSHOT</version>
8+
<version>1.4</version>
119
<relativePath>..</relativePath>
1210
</parent>
1311

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.4-SNAPSHOT</version>
10+
<version>1.4</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.4-SNAPSHOT</version>
36+
<version>1.4</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.4-SNAPSHOT</version>
10+
<version>1.4</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.4-SNAPSHOT</version>
10+
<version>1.4</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.4-SNAPSHOT</version>
10+
<version>1.4</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

pom.xml

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

65
<groupId>io.avaje</groupId>
76
<artifactId>avaje-http-generator-parent</artifactId>
8-
<version>1.4-SNAPSHOT</version>
7+
<version>1.4</version>
98
<packaging>pom</packaging>
109

1110
<parent>
@@ -16,7 +15,7 @@
1615

1716
<scm>
1817
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
19-
<tag>HEAD</tag>
18+
<tag>avaje-http-generator-parent-1.4</tag>
2019
</scm>
2120

2221
<properties>

0 commit comments

Comments
 (0)