summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-07-12 08:52:53 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-07-12 08:52:53 +0200
commit904829d8a3406655b7654058618c5432a35465ed (patch)
tree3c5e8da120e80869dcc7a8756a06c8301747c3b7 /pom.xml
parent6a42b734a4120c8a27ebfb87172bb8f020bf00a1 (diff)
downloadclasspath-maven-plugin-904829d8a3406655b7654058618c5432a35465ed.tar.gz
classpath-maven-plugin-904829d8a3406655b7654058618c5432a35465ed.tar.bz2
classpath-maven-plugin-904829d8a3406655b7654058618c5432a35465ed.tar.xz
classpath-maven-plugin-904829d8a3406655b7654058618c5432a35465ed.zip
o Stripped down version.HEADmaster
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 49e57c2..8868c44 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>io.trygvis</groupId>
<artifactId>trygvis-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<groupId>io.trygvis.maven</groupId>
<artifactId>classpath-maven-plugin</artifactId>
@@ -42,7 +42,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.2</version>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
@@ -64,4 +63,3 @@
</plugins>
</build>
</project>
-