Skip to content

Commit 3d59daf

Browse files
committed
[maven-release-plugin] prepare release dinject-parent-1.20-beta2
1 parent d25e7d8 commit 3d59daf

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

annotations/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.dinject</groupId>
99
<artifactId>dinject-parent</artifactId>
10-
<version>1.20-beta2-SNAPSHOT</version>
10+
<version>1.20-beta2</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

core/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.dinject</groupId>
99
<artifactId>dinject-parent</artifactId>
10-
<version>1.20-beta2-SNAPSHOT</version>
10+
<version>1.20-beta2</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

generator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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
<artifactId>dinject-generator</artifactId>
76

87
<parent>
98
<groupId>io.dinject</groupId>
109
<artifactId>dinject-parent</artifactId>
11-
<version>1.20-beta2-SNAPSHOT</version>
10+
<version>1.20-beta2</version>
1211
<relativePath>..</relativePath>
1312
</parent>
1413

pom.xml

Lines changed: 3 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>io.dinject</groupId>
86
<artifactId>dinject-parent</artifactId>
9-
<version>1.20-beta2-SNAPSHOT</version>
7+
<version>1.20-beta2</version>
108
<packaging>pom</packaging>
119

1210
<parent>
@@ -17,7 +15,7 @@
1715

1816
<scm>
1917
<developerConnection>scm:git:[email protected]:dinject/dinject.git</developerConnection>
20-
<tag>HEAD</tag>
18+
<tag>dinject-parent-1.20-beta2</tag>
2119
</scm>
2220

2321
<modules>

0 commit comments

Comments
 (0)