Skip to content

Commit 80f111e

Browse files
committed
[maven-release-plugin] prepare release avaje-jex-parent-2.1
1 parent 94cf1f2 commit 80f111e

File tree

8 files changed

+24
-32
lines changed

8 files changed

+24
-32
lines changed

avaje-jex-freemarker/pom.xml

Lines changed: 5 additions & 6 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
<parent>
65
<artifactId>avaje-jex-parent</artifactId>
76
<groupId>io.avaje</groupId>
8-
<version>2.1-SNAPSHOT</version>
7+
<version>2.1</version>
98
</parent>
109

1110
<artifactId>avaje-jex-freemarker</artifactId>
@@ -19,7 +18,7 @@
1918
<dependency>
2019
<groupId>io.avaje</groupId>
2120
<artifactId>avaje-jex</artifactId>
22-
<version>2.1-SNAPSHOT</version>
21+
<version>2.1</version>
2322
<scope>provided</scope>
2423
</dependency>
2524

@@ -33,14 +32,14 @@
3332
<dependency>
3433
<groupId>io.avaje</groupId>
3534
<artifactId>avaje-jex-jetty</artifactId>
36-
<version>2.1-SNAPSHOT</version>
35+
<version>2.1</version>
3736
<scope>test</scope>
3837
</dependency>
3938

4039
<dependency>
4140
<groupId>io.avaje</groupId>
4241
<artifactId>avaje-jex-test</artifactId>
43-
<version>2.1-SNAPSHOT</version>
42+
<version>2.1</version>
4443
<scope>test</scope>
4544
</dependency>
4645

avaje-jex-grizzly/pom.xml

Lines changed: 3 additions & 5 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-jex-parent</artifactId>
75
<groupId>io.avaje</groupId>
8-
<version>2.1-SNAPSHOT</version>
6+
<version>2.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

@@ -20,7 +18,7 @@
2018
<dependency>
2119
<groupId>io.avaje</groupId>
2220
<artifactId>avaje-jex</artifactId>
23-
<version>2.1-SNAPSHOT</version>
21+
<version>2.1</version>
2422
</dependency>
2523

2624
<dependency>

avaje-jex-jdk/pom.xml

Lines changed: 3 additions & 5 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-jex-parent</artifactId>
75
<groupId>io.avaje</groupId>
8-
<version>2.1-SNAPSHOT</version>
6+
<version>2.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

@@ -21,7 +19,7 @@
2119
<dependency>
2220
<groupId>io.avaje</groupId>
2321
<artifactId>avaje-jex</artifactId>
24-
<version>2.1-SNAPSHOT</version>
22+
<version>2.1</version>
2523
</dependency>
2624

2725
</dependencies>

avaje-jex-jetty/pom.xml

Lines changed: 3 additions & 5 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-jex-parent</artifactId>
75
<groupId>io.avaje</groupId>
8-
<version>2.1-SNAPSHOT</version>
6+
<version>2.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

@@ -21,7 +19,7 @@
2119
<dependency>
2220
<groupId>io.avaje</groupId>
2321
<artifactId>avaje-jex</artifactId>
24-
<version>2.1-SNAPSHOT</version>
22+
<version>2.1</version>
2523
</dependency>
2624

2725
<dependency>

avaje-jex-mustache/pom.xml

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

1010
<artifactId>avaje-jex-mustache</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.avaje</groupId>
2020
<artifactId>avaje-jex</artifactId>
21-
<version>2.1-SNAPSHOT</version>
21+
<version>2.1</version>
2222
<scope>provided</scope>
2323
</dependency>
2424

@@ -33,14 +33,14 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-jex-jetty</artifactId>
36-
<version>2.1-SNAPSHOT</version>
36+
<version>2.1</version>
3737
<scope>test</scope>
3838
</dependency>
3939

4040
<dependency>
4141
<groupId>io.avaje</groupId>
4242
<artifactId>avaje-jex-test</artifactId>
43-
<version>2.1-SNAPSHOT</version>
43+
<version>2.1</version>
4444
<scope>test</scope>
4545
</dependency>
4646

avaje-jex-test/pom.xml

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

1010
<artifactId>avaje-jex-test</artifactId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>io.avaje</groupId>
1616
<artifactId>avaje-jex</artifactId>
17-
<version>2.1-SNAPSHOT</version>
17+
<version>2.1</version>
1818
</dependency>
1919

2020
<dependency>

avaje-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jex-parent</artifactId>
7-
<version>2.1-SNAPSHOT</version>
7+
<version>2.1</version>
88
</parent>
99

1010
<artifactId>avaje-jex</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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
<parent>
65
<groupId>org.avaje</groupId>
@@ -10,12 +9,12 @@
109

1110
<groupId>io.avaje</groupId>
1211
<artifactId>avaje-jex-parent</artifactId>
13-
<version>2.1-SNAPSHOT</version>
12+
<version>2.1</version>
1413
<packaging>pom</packaging>
1514

1615
<scm>
1716
<developerConnection>scm:git:[email protected]:avaje/avaje-jex.git</developerConnection>
18-
<tag>HEAD</tag>
17+
<tag>avaje-jex-parent-2.1</tag>
1918
</scm>
2019

2120
<properties>

0 commit comments

Comments
 (0)