aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-19 09:57:35 +0100
committerJulien Eluard <[email protected]>2010-11-19 09:57:35 +0100
commitae801320aa1ff89ebdec45559657db5f5841ba11 (patch)
tree8911755cb7269b6f705554910d00f7d3ab5a4f27 /pom.xml
parent95a44b57760f4a9e656a5bf68421a66095306e97 (diff)
API refactoring.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c801123..97b69cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>