]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.agent/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.10.2
[gpl/argeo-slc.git] / org.argeo.slc.agent / pom.xml
index 62c46ad7c2a3061d9c95997d28a42ecff1d1d20e..0f884ebc31e8733942661e8681a10ef5b8d17d8f 100644 (file)
@@ -3,14 +3,14 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9.3</version>
+               <version>0.10.2</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-agent</artifactId>
        <name>Argeo SLC Agent</name>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/0.9.3/org.argeo.slc.agent</connection>
-         <url>https://www.argeo.org/svn/slc/tags/0.9.3/org.argeo.slc.agent</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.2/org.argeo.slc.agent</connection>
+         <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.2/org.argeo.slc.agent</url>
   </scm>
        <build>
                <plugins>
                        <groupId>org.apache.ant</groupId>
                        <artifactId>ant</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>ant-commons-logging</artifactId>
-               </dependency>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-commons-net</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-apache-oro</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-apache-bsf</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-net</groupId>
+            <artifactId>commons-net</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
+        </dependency>
 
                <dependency>
                        <groupId>org.apache.maven</groupId>