]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.0
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 790c29f80f2ec974aa32494eae4bfa29fe4a21df..e5c36e42fe9cbd2aca094fe80fba6d3381347c94 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,10 @@
-<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>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.11.4-SNAPSHOT</version>
+       <version>0.12.0</version>
        <modules>
                <module>runtime</module>
                <module>dep</module>
@@ -16,8 +15,8 @@
                <module>archetypes</module>
        </modules>
        <properties>
-               <developmentCycle>0.11</developmentCycle>
-               <version.argeo-ria>0.11.4-SNAPSHOT</version.argeo-ria>
+               <developmentCycle>0.12</developmentCycle>
+               <version.argeo-ria>0.12.0</version.argeo-ria>
                <version.spring>2.5.6.SEC01</version.spring>
                <version.spring-ws>1.5.7.A</version.spring-ws>
                <version.spring-osgi>1.2.0</version.spring-osgi>
                <version.ant>1.7.0</version.ant>
                <version.jetty>6.1.14</version.jetty>
                <version.tomcat>6.0.18</version.tomcat>
-               <version.equinox>3.5.0.v20090311-1300</version.equinox>
+               <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
                <version.slf4j>1.5.6</version.slf4j>
+               <version.asm>2.2.3</version.asm>
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.activemq>5.2.0.0006</version.activemq>
-               <version.maven-argeo-osgi>0.1.15-SNAPSHOT</version.maven-argeo-osgi>
-               <version.maven-argeo-qooxdoo>0.8.2-SNAPSHOT</version.maven-argeo-qooxdoo>
+               <version.maven-argeo-osgi>0.1.21</version.maven-argeo-osgi>
+               <version.maven-argeo-qooxdoo>0.8.2.1</version.maven-argeo-qooxdoo>
                <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
                <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
        </properties>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
-               <developerConnection>scm:svn:https://www.argeo.org/svn/slc/trunk</developerConnection>
-               <url>https://www.argeo.org/svn/slc/trunk</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0</connection>
+               <developerConnection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0</developerConnection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0</url>
        </scm>
        <issueManagement>
                <system>Bugzilla</system>
@@ -191,7 +191,7 @@ limitations under the License.
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
                                        <releaseProfiles>release</releaseProfiles>
-                                       <goals>deploy,site-deploy</goals>
+                                       <goals>deploy</goals>
                                </configuration>
                        </plugin>
                </plugins>
@@ -274,11 +274,11 @@ limitations under the License.
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.equinox</artifactId>
                                <version>${project.version}</version>
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.argeo.slc.runtime</groupId>\r
-                               <artifactId>org.argeo.slc.support.jemmy</artifactId>\r
-                               <version>${project.version}</version>\r
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.jemmy</artifactId>
+                               <version>${project.version}</version>
                        </dependency>
                        <!--
                                <dependency> <groupId>org.argeo.slc.runtime</groupId>
@@ -686,14 +686,18 @@ limitations under the License.
                        <dependency>
                                <groupId>org.objectweb.asm</groupId>
                                <artifactId>com.springsource.org.objectweb.asm</artifactId>
-                               <version>1.5.3</version>
+                               <version>${version.asm}</version>
                        </dependency>
                        <dependency>
                                <groupId>org.objectweb.asm</groupId>
                                <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
-                               <version>1.5.3</version>
+                               <version>${version.asm}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.objectweb.asm</groupId>
+                               <artifactId>com.springsource.org.objectweb.asm.tree.analysis</artifactId>
+                               <version>${version.asm}</version>
                        </dependency>
-
                        <!-- Ant -->
                        <dependency>
                                <groupId>org.apache.ant</groupId>
@@ -1104,11 +1108,17 @@ limitations under the License.
                                <version>1.2.0</version>
                        </dependency>
 
+                       <!-- Dynamic scripts -->
                        <dependency>
                                <groupId>org.beanshell</groupId>
                                <artifactId>com.springsource.bsh</artifactId>
                                <version>2.0.0.b4</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.codehaus.groovy</groupId>
+                               <artifactId>com.springsource.org.codehaus.groovy</artifactId>
+                               <version>1.6.3</version>
+                       </dependency>
 
                        <dependency>
                                <groupId>org.apache.commons</groupId>