We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fde0d commit 76da025Copy full SHA for 76da025
.gitignore
@@ -7,9 +7,9 @@ org.eclipse.core.resources.prefs
7
org.eclipse.m2e.core.prefs
8
org.eclipse.wst.validation.prefs
9
org.sonar.ide.eclipse.core.prefs
10
+pom.xml.*
11
target
12
/.git
13
/logdb
-/pom.xml.*
14
/release.properties
15
/PerfLoggerGuiMain*.launch
pom.xml
@@ -93,7 +93,7 @@
93
<plugin>
94
<groupId>org.apache.maven.plugins</groupId>
95
<artifactId>maven-release-plugin</artifactId>
96
- <version>2.3.2</version>
+ <version>2.5</version>
97
<configuration>
98
<autoVersionSubmodules>true</autoVersionSubmodules>
99
<localCheckout>true</localCheckout>
0 commit comments