Skip to content

Commit f186cf0

Browse files
committed
[maven-release-plugin] rollback the release of v2.3.20
1 parent 3257f33 commit f186cf0

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

pom.xml

Lines changed: 4 additions & 22 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>
@@ -453,12 +455,6 @@
453455
<version>${maven-release-plugin.version}</version>
454456
<type>maven-plugin</type>
455457
</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>
462458
<dependency>
463459
<groupId>org.apache.maven.doxia</groupId>
464460
<artifactId>doxia-module-markdown</artifactId>
@@ -714,11 +710,6 @@
714710
<artifactId>maven-release-plugin</artifactId>
715711
<type>maven-plugin</type>
716712
</dependency>
717-
<dependency>
718-
<groupId>org.apache.maven.plugins</groupId>
719-
<artifactId>maven-deploy-plugin</artifactId>
720-
<type>maven-plugin</type>
721-
</dependency>
722713
<dependency>
723714
<groupId>org.apache.maven.doxia</groupId>
724715
<artifactId>doxia-module-markdown</artifactId>
@@ -780,11 +771,6 @@
780771
<artifactId>maven-release-plugin</artifactId>
781772
<version>${maven-release-plugin.version}</version>
782773
</plugin>
783-
<plugin>
784-
<groupId>org.apache.maven.plugins</groupId>
785-
<artifactId>maven-deploy-plugin</artifactId>
786-
<version>${maven-deploy-plugin.version}</version>
787-
</plugin>
788774
<plugin>
789775
<groupId>org.apache.maven.plugins</groupId>
790776
<artifactId>maven-site-plugin</artifactId>
@@ -1131,10 +1117,6 @@
11311117
<tagNameFormat>v@{project.version}</tagNameFormat>
11321118
</configuration>
11331119
</plugin>
1134-
<plugin>
1135-
<groupId>org.apache.maven.plugins</groupId>
1136-
<artifactId>maven-deploy-plugin</artifactId>
1137-
</plugin>
11381120
<plugin>
11391121
<groupId>org.apache.maven.plugins</groupId>
11401122
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)