Skip to content

Commit 76da025

Browse files
maven-release-plugin 2.5
1 parent f4fde0d commit 76da025

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ org.eclipse.core.resources.prefs
77
org.eclipse.m2e.core.prefs
88
org.eclipse.wst.validation.prefs
99
org.sonar.ide.eclipse.core.prefs
10+
pom.xml.*
1011
target
1112
/.git
1213
/logdb
13-
/pom.xml.*
1414
/release.properties
1515
/PerfLoggerGuiMain*.launch

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-release-plugin</artifactId>
96-
<version>2.3.2</version>
96+
<version>2.5</version>
9797
<configuration>
9898
<autoVersionSubmodules>true</autoVersionSubmodules>
9999
<localCheckout>true</localCheckout>

0 commit comments

Comments
 (0)