Skip to content

Commit 07cddbc

Browse files
committed
[maven-release-plugin] rollback the release of java-utils-1.6.0
1 parent f33a97b commit 07cddbc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/Nordstrom/Java-Utils.git</connection>
4242
<developerConnection>scm:git:https://github.com/Nordstrom/Java-Utils.git</developerConnection>
4343
<url>https://github.com/Nordstrom/Java-Utils/tree/master</url>
44-
<tag>java-utils-1.6.0</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646

4747
<distributionManagement>
@@ -120,11 +120,6 @@
120120
<artifactId>nexus-staging-maven-plugin</artifactId>
121121
<version>${staging-plugin.version}</version>
122122
</plugin>
123-
<plugin>
124-
<groupId>org.apache.maven.plugins</groupId>
125-
<artifactId>maven-release-plugin</artifactId>
126-
<version>${release-plugin.version}</version>
127-
</plugin>
128123
</plugins>
129124
</pluginManagement>
130125
<plugins>
@@ -205,5 +200,5 @@
205200
</properties>
206201
</profile>
207202
</profiles>
208-
<version>1.6.0</version>
203+
<version>1.6.0-SNAPSHOT</version>
209204
</project>

0 commit comments

Comments
 (0)