Skip to content

Commit f33a97b

Browse files
committed
Add missing plugin management
1 parent 54d3dcd commit f33a97b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 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>HEAD</tag>
44+
<tag>java-utils-1.6.0</tag>
4545
</scm>
4646

4747
<distributionManagement>
@@ -120,6 +120,11 @@
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>
123128
</plugins>
124129
</pluginManagement>
125130
<plugins>
@@ -200,5 +205,5 @@
200205
</properties>
201206
</profile>
202207
</profiles>
203-
<version>1.6.0-SNAPSHOT</version>
208+
<version>1.6.0</version>
204209
</project>

0 commit comments

Comments
 (0)