Skip to content

Commit 54fbde9

Browse files
committed
[maven-release-plugin] prepare release pom-manipulation-parent-4.20
1 parent 2357c0b commit 54fbde9

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

annotation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.maven.ext</groupId>
2424
<artifactId>pom-manipulation-parent</artifactId>
25-
<version>4.20-SNAPSHOT</version>
25+
<version>4.20</version>
2626
</parent>
2727

2828
<artifactId>pom-manipulation-annotation</artifactId>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.maven.ext</groupId>
2424
<artifactId>pom-manipulation-parent</artifactId>
25-
<version>4.20-SNAPSHOT</version>
25+
<version>4.20</version>
2626
</parent>
2727

2828
<artifactId>pom-manipulation-cli</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.maven.ext</groupId>
2424
<artifactId>pom-manipulation-parent</artifactId>
25-
<version>4.20-SNAPSHOT</version>
25+
<version>4.20</version>
2626
</parent>
2727

2828
<artifactId>pom-manipulation-common</artifactId>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.maven.ext</groupId>
2424
<artifactId>pom-manipulation-parent</artifactId>
25-
<version>4.20-SNAPSHOT</version>
25+
<version>4.20</version>
2626
</parent>
2727

2828
<artifactId>pom-manipulation-core</artifactId>
@@ -254,7 +254,7 @@
254254
<groupId>org.commonjava.maven.ext</groupId>
255255
<artifactId>pom-manipulation-annotation</artifactId>
256256
<classifier>processor</classifier>
257-
<version>4.20-SNAPSHOT</version>
257+
<version>4.20</version>
258258
</dependency>
259259
</dependencies>
260260
</plugin>

coverage-reporting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.maven.ext</groupId>
2424
<artifactId>pom-manipulation-parent</artifactId>
25-
<version>4.20-SNAPSHOT</version>
25+
<version>4.20</version>
2626
</parent>
2727

2828
<artifactId>pom-manipulation-coverage</artifactId>

ext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.maven.ext</groupId>
2424
<artifactId>pom-manipulation-parent</artifactId>
25-
<version>4.20-SNAPSHOT</version>
25+
<version>4.20</version>
2626
</parent>
2727

2828
<artifactId>pom-manipulation-ext</artifactId>

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.maven.ext</groupId>
2424
<artifactId>pom-manipulation-parent</artifactId>
25-
<version>4.20-SNAPSHOT</version>
25+
<version>4.20</version>
2626
</parent>
2727

2828
<artifactId>pom-manipulation-integration-test</artifactId>

io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.maven.ext</groupId>
2424
<artifactId>pom-manipulation-parent</artifactId>
25-
<version>4.20-SNAPSHOT</version>
25+
<version>4.20</version>
2626
</parent>
2727

2828
<artifactId>pom-manipulation-io</artifactId>

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.commonjava.maven.ext</groupId>
2929
<artifactId>pom-manipulation-parent</artifactId>
30-
<version>4.20-SNAPSHOT</version>
30+
<version>4.20</version>
3131
<packaging>pom</packaging>
3232

3333
<name>POM Manipulation Extension for Maven</name>
@@ -67,7 +67,7 @@
6767
<connection>scm:git:http://github.com/release-engineering/pom-manipulation-ext.git</connection>
6868
<developerConnection>scm:git:[email protected]:release-engineering/pom-manipulation-ext.git</developerConnection>
6969
<url>http://github.com/release-engineering/pom-manipulation-ext</url>
70-
<tag>HEAD</tag>
70+
<tag>pom-manipulation-parent-4.20</tag>
7171
</scm>
7272

7373
<properties>
@@ -106,60 +106,60 @@
106106
<dependency>
107107
<groupId>org.commonjava.maven.ext</groupId>
108108
<artifactId>pom-manipulation-annotation</artifactId>
109-
<version>4.20-SNAPSHOT</version>
109+
<version>4.20</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.commonjava.maven.ext</groupId>
113113
<artifactId>pom-manipulation-common</artifactId>
114-
<version>4.20-SNAPSHOT</version>
114+
<version>4.20</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.commonjava.maven.ext</groupId>
118118
<artifactId>pom-manipulation-cli</artifactId>
119-
<version>4.20-SNAPSHOT</version>
119+
<version>4.20</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.commonjava.maven.ext</groupId>
123123
<artifactId>pom-manipulation-cli</artifactId>
124124
<classifier>minimal</classifier>
125-
<version>4.20-SNAPSHOT</version>
125+
<version>4.20</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.commonjava.maven.ext</groupId>
129129
<artifactId>pom-manipulation-core</artifactId>
130-
<version>4.20-SNAPSHOT</version>
130+
<version>4.20</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.commonjava.maven.ext</groupId>
134134
<artifactId>pom-manipulation-core</artifactId>
135-
<version>4.20-SNAPSHOT</version>
135+
<version>4.20</version>
136136
<type>test-jar</type>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.commonjava.maven.ext</groupId>
140140
<artifactId>pom-manipulation-ext</artifactId>
141-
<version>4.20-SNAPSHOT</version>
141+
<version>4.20</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.commonjava.maven.ext</groupId>
145145
<artifactId>pom-manipulation-io</artifactId>
146-
<version>4.20-SNAPSHOT</version>
146+
<version>4.20</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.commonjava.maven.ext</groupId>
150150
<artifactId>pom-manipulation-io</artifactId>
151-
<version>4.20-SNAPSHOT</version>
151+
<version>4.20</version>
152152
<type>test-jar</type>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.commonjava.maven.ext</groupId>
156156
<artifactId>pom-manipulation-integration-test</artifactId>
157-
<version>4.20-SNAPSHOT</version>
157+
<version>4.20</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.commonjava.maven.ext</groupId>
161161
<artifactId>pom-manipulation-integration-test</artifactId>
162-
<version>4.20-SNAPSHOT</version>
162+
<version>4.20</version>
163163
<type>test-jar</type>
164164
</dependency>
165165

0 commit comments

Comments
 (0)