diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -4,7 +4,7 @@ <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Semantic Versioning Parent</name> @@ -76,6 +76,7 @@ <aggregate>true</aggregate> <excludes> <exclude>README.textile</exclude> + <exclude>**/dependency-reduced-pom.xml</exclude> </excludes> </configuration> <executions> @@ -100,6 +101,14 @@ </executions> </plugin> <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> + <configuration> + <source>1.6</source> + <target>1.6</target> + </configuration> + </plugin> + <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> |