summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a7c5f1d..ba70bac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,11 +20,11 @@
</ciManagement>
<scm>
<connection>scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks</connection>
- <developerConnection>scm:svn:svn://svn.freehep.org/svn/freehep/trunk/cpptasks</developerConnection>
+ <developerConnection>scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks</developerConnection>
</scm>
<distributionManagement>
<repository>
- <id>freehep-maven</id>
+ <id>freehep-maven-deploy</id>
<name>FreeHEP Maven Repository</name>
<url>scpexe://svn.freehep.org/nfs/slac/g/jas/maven2</url>
</repository>
@@ -57,6 +57,13 @@
</resources>
<plugins>
<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>