]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.agent/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.13
[gpl/argeo-slc.git] / org.argeo.slc.agent / pom.xml
index 3ca84b05b82e4fc129f1763631dd4aece61eba27..06cdd767e8d25c10ddfda63b1cb1d939efa097c3 100644 (file)
@@ -3,102 +3,9 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.1-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <version>2.1.13</version>
+               <relativePath>..</relativePath>
        </parent>
-       <artifactId>argeo-slc-agent</artifactId>
-       <name>Argeo SLC Agent</name>
-       <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.agent</connection>
-         <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-agent</url>
-  </scm>
-       <build>
-               <plugins>
-                       <!-- Look to parent pom for inheritances -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-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>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>argeo-slc-core</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-
-               <dependency>
-                       <groupId>log4j</groupId>
-                       <artifactId>log4j</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.springframework.ws</groupId>
-                       <artifactId>spring-ws-core</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>javax.xml.soap</groupId>
-                       <artifactId>saaj-api</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>com.sun.xml.messaging.saaj</groupId>
-                       <artifactId>saaj-impl</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>javax.activation</groupId>
-                       <artifactId>activation</artifactId>
-               </dependency>
-
-               <dependency>
-                       <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.maven</groupId>
-                       <artifactId>maven-embedder</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-settings</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>commons-cli</groupId>
-                       <artifactId>commons-cli</artifactId>
-               </dependency>
-
-       </dependencies>
+       <artifactId>org.argeo.slc.agent</artifactId>
+       <name>SLC Agent</name>
 </project>
\ No newline at end of file