]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.10.3
[gpl/argeo-slc.git] / org.argeo.slc.core / pom.xml
index 98266510e6734f3b5a98adda66938ae7f553a1e2..d735a11bdcc68c886851d1370d91493403a99c3a 100644 (file)
@@ -1,24 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.9-SNAPSHOT</version>
+               <version>0.10.3</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.10.3/org.argeo.slc.core</connection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.3/org.argeo.slc.core</url>
        </scm>
        <build>
                <plugins>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <descriptors>
-                                               <descriptor>src/assembly/base.xml</descriptor>
-                                       </descriptors>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>assembly-base</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>single</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <excludes>
-                                               <exclude>**/*IntegrationTest*.java</exclude>
-                                       </excludes>
-                               </configuration>
                        </plugin>
                </plugins>
        </build>
                        <groupId>xerces</groupId>
                        <artifactId>xercesImpl</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>xalan</groupId>
+                       <artifactId>xalan</artifactId>
+               </dependency>
 
                <dependency>
-                       <groupId>org.apache.commons</groupId>
+                       <groupId>commons-io</groupId>
                        <artifactId>commons-io</artifactId>
                </dependency>
                <dependency>
@@ -96,9 +70,5 @@
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>xalan</groupId>
-                       <artifactId>xalan</artifactId>
-               </dependency>
        </dependencies>
 </project>
\ No newline at end of file