Changeset 29711
- Timestamp:
- 01/28/08 14:12:24 (10 months ago)
- Files:
-
- org.nuxeo.runtime/branches/1.4/nuxeo-runtime-jboss-adapter/pom.xml (modified) (1 diff)
- org.nuxeo.runtime/branches/1.4/nuxeo-runtime-jboss-extensions/pom.xml (modified) (1 diff)
- org.nuxeo.runtime/branches/1.4/nuxeo-runtime-osgi/pom.xml (modified) (1 diff)
- org.nuxeo.runtime/branches/1.4/nuxeo-runtime-scripting/pom.xml (modified) (1 diff)
- org.nuxeo.runtime/branches/1.4/nuxeo-runtime-test/pom.xml (modified) (1 diff)
- org.nuxeo.runtime/branches/1.4/nuxeo-runtime/pom.xml (modified) (1 diff)
- org.nuxeo.runtime/branches/1.4/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.runtime/branches/1.4/nuxeo-runtime-jboss-adapter/pom.xml
r28035 r29711 5 5 <groupId>org.nuxeo.runtime</groupId> 6 6 <artifactId>nuxeo-runtime-parent</artifactId> 7 <version>1.4.0- SNAPSHOT</version>7 <version>1.4.0-GA</version> 8 8 </parent> 9 9 10 10 <groupId>org.nuxeo.runtime</groupId> 11 11 <artifactId>nuxeo-runtime-jboss-adapter</artifactId> 12 <version>1.4.0- SNAPSHOT</version>12 <version>1.4.0-GA</version> 13 13 <packaging>jboss-sar</packaging> 14 14 <name>Nuxeo Runtime JBoss Adapter</name> org.nuxeo.runtime/branches/1.4/nuxeo-runtime-jboss-extensions/pom.xml
r28035 r29711 5 5 <groupId>org.nuxeo.runtime</groupId> 6 6 <artifactId>nuxeo-runtime-parent</artifactId> 7 <version>1.4.0- SNAPSHOT</version>7 <version>1.4.0-GA</version> 8 8 </parent> 9 9 10 10 <groupId>org.nuxeo.runtime</groupId> 11 11 <artifactId>nuxeo-runtime-jboss-extensions</artifactId> 12 <version>1.4.0- SNAPSHOT</version>12 <version>1.4.0-GA</version> 13 13 <name>Nuxeo Runtime JBoss Extensions</name> 14 14 org.nuxeo.runtime/branches/1.4/nuxeo-runtime-osgi/pom.xml
r28035 r29711 5 5 <groupId>org.nuxeo.runtime</groupId> 6 6 <artifactId>nuxeo-runtime-parent</artifactId> 7 <version>1.4.0- SNAPSHOT</version>7 <version>1.4.0-GA</version> 8 8 </parent> 9 9 10 10 <groupId>org.nuxeo.runtime</groupId> 11 11 <artifactId>nuxeo-runtime-osgi</artifactId> 12 <version>1.4.0- SNAPSHOT</version>12 <version>1.4.0-GA</version> 13 13 <name>Nuxeo Runtime OSGI Adapter</name> 14 14 <description>Nuxeo Runtime: OSGi Framework Adapter.</description> org.nuxeo.runtime/branches/1.4/nuxeo-runtime-scripting/pom.xml
r28333 r29711 5 5 <groupId>org.nuxeo.runtime</groupId> 6 6 <artifactId>nuxeo-runtime-parent</artifactId> 7 <version>1.4.0- SNAPSHOT</version>7 <version>1.4.0-GA</version> 8 8 </parent> 9 9 10 10 <groupId>org.nuxeo.runtime</groupId> 11 11 <artifactId>nuxeo-runtime-scripting</artifactId> 12 <version>1.4.0- SNAPSHOT</version>12 <version>1.4.0-GA</version> 13 13 <name>Nuxeo Runtime Scripting</name> 14 14 <description>Nuxeo Runtime Scripting Support.</description> org.nuxeo.runtime/branches/1.4/nuxeo-runtime-test/pom.xml
r28207 r29711 5 5 <groupId>org.nuxeo.runtime</groupId> 6 6 <artifactId>nuxeo-runtime-parent</artifactId> 7 <version>1.4.0- SNAPSHOT</version>7 <version>1.4.0-GA</version> 8 8 </parent> 9 9 10 10 <groupId>org.nuxeo.runtime</groupId> 11 11 <artifactId>nuxeo-runtime-test</artifactId> 12 <version>1.4.0- SNAPSHOT</version>12 <version>1.4.0-GA</version> 13 13 <name>Nuxeo Runtime Tests</name> 14 14 org.nuxeo.runtime/branches/1.4/nuxeo-runtime/pom.xml
r28035 r29711 6 6 <groupId>org.nuxeo.runtime</groupId> 7 7 <artifactId>nuxeo-runtime-parent</artifactId> 8 <version>1.4.0- SNAPSHOT</version>8 <version>1.4.0-GA</version> 9 9 </parent> 10 10 11 11 <groupId>org.nuxeo.runtime</groupId> 12 12 <artifactId>nuxeo-runtime</artifactId> 13 <version>1.4.0- SNAPSHOT</version>13 <version>1.4.0-GA</version> 14 14 <name>Nuxeo Runtime</name> 15 15 org.nuxeo.runtime/branches/1.4/pom.xml
r29710 r29711 11 11 <artifactId>nuxeo-runtime-parent</artifactId> 12 12 <name>Nuxeo Runtime Parent</name> 13 <version>1.4.0- SNAPSHOT</version>13 <version>1.4.0-GA</version> 14 14 <packaging>pom</packaging> 15 15 <description>Nuxeo Runtime: Parent.</description> … … 17 17 <properties> 18 18 <nuxeo.common.version>1.4.0-GA</nuxeo.common.version> 19 <nuxeo.runtime.version>1.4.0- SNAPSHOT</nuxeo.runtime.version>19 <nuxeo.runtime.version>1.4.0-GA</nuxeo.runtime.version> 20 20 </properties> 21 21 … … 82 82 83 83 <scm> 84 <connection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.runtime/ branches/1.4</connection>85 <developerConnection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.runtime/ branches/1.4</developerConnection>86 <url>https://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.runtime/ branches/1.4</url>84 <connection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.runtime/tags/nuxeo-runtime-1.4.0-GA</connection> 85 <developerConnection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.runtime/tags/nuxeo-runtime-1.4.0-GA</developerConnection> 86 <url>https://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.runtime/tags/nuxeo-runtime-1.4.0-GA</url> 87 87 </scm> 88 88
