]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/pom.xml
[maven-release-plugin] prepare release argeo-slc-all-0.11.1
[gpl/argeo-slc.git] / org.argeo.slc.core / pom.xml
index 513110c97c9395cbb4e796de4e5bca41f957bbb9..c4f3b9165d6892fe08a3f6ef89d4cc0b0b66c2f5 100644 (file)
@@ -1,23 +1,17 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.argeo.slc</groupId>
         <artifactId>argeo-slc</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../org.argeo.slc</relativePath>
     </parent>
     <artifactId>argeo-slc-core</artifactId>
     <name>Argeo SLC Core</name>
     <description>SLC Core</description>
     <scm>
-        <connection>
-            scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.core
-        </connection>
-        <url>
-            https://www.argeo.org/svn/slc/trunk/org.argeo.slc.core
-        </url>
+        <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.1/org.argeo.slc.core</connection>
+        <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.1/org.argeo.slc.core</url>
     </scm>
     <build>
         <plugins>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
         </dependency>
+        <dependency>
+            <groupId>javax.xml.stream</groupId>
+            <artifactId>stax-api</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>commons-io</groupId>