Skip to content

Commit 1cf34d7

Browse files
committed
[maven-release-plugin] rollback the release of simpleworklist-2.3.20
1 parent 0239b29 commit 1cf34d7

File tree

1 file changed

+7
-30
lines changed

1 file changed

+7
-30
lines changed

pom.xml

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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" 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"
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">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
@@ -10,7 +12,7 @@
1012

1113
<groupId>org.woehlke</groupId>
1214
<artifactId>simpleworklist</artifactId>
13-
<version>2.3.21-SNAPSHOT</version>
15+
<version>2.3.20-SNAPSHOT</version>
1416
<packaging>jar</packaging>
1517

1618
<name>simpleworklist</name>
@@ -181,11 +183,6 @@
181183
<id>simpleworklist.public_html</id>
182184
<url>file://${user.home}/public_html/p/simpleworklist</url>
183185
</site>
184-
<repository>
185-
<id>localrepo</id>
186-
<name>localrepo</name>
187-
<url>file://home/tw/.m2/repository</url>
188-
</repository>
189186
</distributionManagement>
190187

191188
<properties>
@@ -194,15 +191,16 @@
194191

195192
<!-- SCM and Releasing with Maven -->
196193
<maven.scm.version>1.11.2</maven.scm.version>
197-
<maven-release-plugin.version>3.0.0-M1</maven-release-plugin.version>
198-
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
194+
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
195+
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
199196

200197
<!-- Maven plugins -->
201198
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
202199
<maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
203200
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
204201
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
205202
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
203+
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
206204
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
207205
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
208206
<maven-help-plugin.version>3.2.0</maven-help-plugin.version>
@@ -221,7 +219,6 @@
221219
<git-commit-id-plugin.version>3.0.1</git-commit-id-plugin.version>
222220
<maven-changes-plugin.version>2.12.1</maven-changes-plugin.version>
223221

224-
225222
<!-- Maven Reports and Site -->
226223
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
227224
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
@@ -453,12 +450,6 @@
453450
<version>${maven-changes-plugin.version}</version>
454451
<type>maven-plugin</type>
455452
</dependency>
456-
<dependency>
457-
<groupId>org.apache.maven.plugins</groupId>
458-
<artifactId>maven-deploy-plugin</artifactId>
459-
<version>${maven-deploy-plugin.version}</version>
460-
<type>maven-plugin</type>
461-
</dependency>
462453
<dependency>
463454
<groupId>org.apache.maven.doxia</groupId>
464455
<artifactId>doxia-module-markdown</artifactId>
@@ -709,11 +700,6 @@
709700
<artifactId>maven-changes-plugin</artifactId>
710701
<type>maven-plugin</type>
711702
</dependency>
712-
<dependency>
713-
<groupId>org.apache.maven.plugins</groupId>
714-
<artifactId>maven-deploy-plugin</artifactId>
715-
<type>maven-plugin</type>
716-
</dependency>
717703
<dependency>
718704
<groupId>org.apache.maven.doxia</groupId>
719705
<artifactId>doxia-module-markdown</artifactId>
@@ -770,11 +756,6 @@
770756
<artifactId>maven-surefire-report-plugin</artifactId>
771757
<version>${maven-surefire-report-plugin.version}</version>
772758
</plugin>
773-
<plugin>
774-
<groupId>org.apache.maven.plugins</groupId>
775-
<artifactId>maven-deploy-plugin</artifactId>
776-
<version>${maven-deploy-plugin.version}</version>
777-
</plugin>
778759
<plugin>
779760
<groupId>org.apache.maven.plugins</groupId>
780761
<artifactId>maven-site-plugin</artifactId>
@@ -1114,10 +1095,6 @@
11141095
<groupId>org.apache.maven.plugins</groupId>
11151096
<artifactId>maven-site-plugin</artifactId>
11161097
</plugin>
1117-
<plugin>
1118-
<groupId>org.apache.maven.plugins</groupId>
1119-
<artifactId>maven-deploy-plugin</artifactId>
1120-
</plugin>
11211098
<plugin>
11221099
<groupId>org.apache.maven.plugins</groupId>
11231100
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)