clean up of all version in all pom.xml files

- changed 0.0.1-SNAPSHOT to 1.0.0-SNAPSHOT
- changed product version from 1.1.0 to 1.0.0
- removed unnecessary <version> tags in plugins
This commit is contained in:
fmittag
2012-01-04 16:04:23 +01:00
parent 11b8cee174
commit 531aa0166f
35 changed files with 35 additions and 65 deletions
@@ -5,9 +5,8 @@
<parent>
<artifactId>root</artifactId>
<groupId>com.sap.sailing</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.googlecode.java-diff-utils.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>