Skip to content

Commit 44246a3

Browse files
committed
Updated release plugin
1 parent 0bde0ac commit 44246a3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
</parent>
2727

2828
<artifactId>plexus-utils</artifactId>
29-
<version>3.0.19-SNAPSHOT</version>
29+
<version>3.0.20-SNAPSHOT</version>
3030

3131
<name>Plexus Common Utilities</name>
3232
<description>A collection of various utility classes to ease working with strings, files, command lines, XML and
@@ -105,6 +105,11 @@ limitations under the License.
105105
<target>1.5</target>
106106
</configuration>
107107
</plugin>
108+
<plugin>
109+
<groupId>org.apache.maven.plugins</groupId>
110+
<artifactId>maven-release-plugin</artifactId>
111+
<version>2.5.1</version>
112+
</plugin>
108113
</plugins>
109114
</build>
110115
</project>

0 commit comments

Comments
 (0)