summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2006-06-22 22:45:11 +0000
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2006-06-22 22:45:11 +0000
commitb4463811b425b440a0ee7aacc886d4848d6056d2 (patch)
tree019276a29fcc24a2997d99877f75dcc85d96ca45 /pom.xml
parent6ec63d50dbb4bec26d4ebdb1b9e1d06bc35ec4fd (diff)
downloadcpptasks-parallel-b4463811b425b440a0ee7aacc886d4848d6056d2.tar.gz
cpptasks-parallel-b4463811b425b440a0ee7aacc886d4848d6056d2.tar.bz2
cpptasks-parallel-b4463811b425b440a0ee7aacc886d4848d6056d2.tar.xz
cpptasks-parallel-b4463811b425b440a0ee7aacc886d4848d6056d2.zip
Made 1.4 compatible
Diffstat (limited to 'pom.xml')
-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>