exo-jcr SVN: r848 - jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 11:46:27 -0500 (Tue, 24 Nov 2009)
New Revision: 848
Modified:
jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JDBCCacheLoader.java
Log:
EXOJCR-201: Fqn.ROOT handling fix
Modified: jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JDBCCacheLoader.java
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JDBCCacheLoader.java 2009-11-24 16:42:27 UTC (rev 847)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JDBCCacheLoader.java 2009-11-24 16:46:27 UTC (rev 848)
@@ -425,7 +425,7 @@
}
}
}
- else if (name.get(0).equals(Fqn.ROOT) || name.get(0).equals(JBossCacheStorage.PROPS)
+ else if (name.equals(Fqn.ROOT) || name.get(0).equals(JBossCacheStorage.PROPS)
|| name.get(0).equals(JBossCacheStorage.NODES) || name.get(0).equals(JBossCacheStorage.LOCKS)
|| name.get(0).equals(JBossCacheStorage.REFS))
{
16 years, 5 months
exo-jcr SVN: r847 - in jcr/tags/1.12.0-Beta04/applications: java/exo.jcr.applications.backupconsole/bin and 1 other directory.
by do-not-reply@jboss.org
Author: dkatayev
Date: 2009-11-24 11:42:27 -0500 (Tue, 24 Nov 2009)
New Revision: 847
Modified:
jcr/tags/1.12.0-Beta04/applications/java/exo.jcr.applications.backupconsole/bin/jcrbackup.cmd
jcr/tags/1.12.0-Beta04/applications/java/exo.jcr.applications.backupconsole/bin/jcrbackup.sh
jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-jboss-ear.xml
jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-jonas-ear.xml
jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-tomcat6.xml
Log:
EXOJCR-260 assemblies and scripts updated
Modified: jcr/tags/1.12.0-Beta04/applications/java/exo.jcr.applications.backupconsole/bin/jcrbackup.cmd
===================================================================
--- jcr/tags/1.12.0-Beta04/applications/java/exo.jcr.applications.backupconsole/bin/jcrbackup.cmd 2009-11-24 16:23:06 UTC (rev 846)
+++ jcr/tags/1.12.0-Beta04/applications/java/exo.jcr.applications.backupconsole/bin/jcrbackup.cmd 2009-11-24 16:42:27 UTC (rev 847)
@@ -1 +1 @@
-java -jar exo.jcr.applications.backupconsole-1.12.0-Beta04-SNAPSHOT.jar %*
+java -jar exo.jcr.applications.backupconsole-1.12.0-Beta04.jar %*
Modified: jcr/tags/1.12.0-Beta04/applications/java/exo.jcr.applications.backupconsole/bin/jcrbackup.sh
===================================================================
--- jcr/tags/1.12.0-Beta04/applications/java/exo.jcr.applications.backupconsole/bin/jcrbackup.sh 2009-11-24 16:23:06 UTC (rev 846)
+++ jcr/tags/1.12.0-Beta04/applications/java/exo.jcr.applications.backupconsole/bin/jcrbackup.sh 2009-11-24 16:42:27 UTC (rev 847)
@@ -1,3 +1,3 @@
#!/bin/sh
-java -jar exo.jcr.applications.backupconsole-1.12.0-Beta04-SNAPSHOT.jar $*
+java -jar exo.jcr.applications.backupconsole-1.12.0-Beta04.jar $*
Modified: jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-jboss-ear.xml
===================================================================
--- jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-jboss-ear.xml 2009-11-24 16:23:06 UTC (rev 846)
+++ jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-jboss-ear.xml 2009-11-24 16:42:27 UTC (rev 847)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.ear</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
<type>ear</type>
<scope>runtime</scope>
</dependency>
Modified: jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-jonas-ear.xml
===================================================================
--- jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-jonas-ear.xml 2009-11-24 16:23:06 UTC (rev 846)
+++ jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-jonas-ear.xml 2009-11-24 16:42:27 UTC (rev 847)
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.ear</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
<type>ear</type>
<scope>runtime</scope>
</dependency>
Modified: jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-tomcat6.xml
===================================================================
--- jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-tomcat6.xml 2009-11-24 16:23:06 UTC (rev 846)
+++ jcr/tags/1.12.0-Beta04/applications/product-exo-jcr-as-tomcat6.xml 2009-11-24 16:42:27 UTC (rev 847)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
16 years, 5 months
exo-jcr SVN: r846 - in jcr/trunk: applications/exo.jcr.applications.config and 14 other directories.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 11:23:06 -0500 (Tue, 24 Nov 2009)
New Revision: 846
Modified:
jcr/trunk/applications/exo.jcr.applications.config/pom.xml
jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml
jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml
jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml
jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml
jcr/trunk/applications/java/exo.jcr.ear/pom.xml
jcr/trunk/exo.jcr.component.core/pom.xml
jcr/trunk/exo.jcr.component.ext/pom.xml
jcr/trunk/exo.jcr.component.ftp/pom.xml
jcr/trunk/exo.jcr.component.webdav/pom.xml
jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
jcr/trunk/exo.jcr.framework.command/pom.xml
jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
jcr/trunk/exo.jcr.framework.web/pom.xml
jcr/trunk/packaging/module/pom.xml
jcr/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: jcr/trunk/applications/exo.jcr.applications.config/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.config/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.config</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.backupconsole</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.browser</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.fckeditor</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.rest</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.ear/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.ear/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/applications/java/exo.jcr.ear/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.ear</artifactId>
Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.core</artifactId>
Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.ext</artifactId>
Modified: jcr/trunk/exo.jcr.component.ftp/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ftp/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.ftp</artifactId>
Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.webdav</artifactId>
Modified: jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.connectors.localadapter/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.connectors.localadapter</artifactId>
Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.framework.command</artifactId>
Modified: jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.ftpclient/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.framework.ftpclient</artifactId>
Modified: jcr/trunk/exo.jcr.framework.web/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.web/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.framework.web</artifactId>
Modified: jcr/trunk/packaging/module/pom.xml
===================================================================
--- jcr/trunk/packaging/module/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/packaging/module/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2009-11-24 16:22:26 UTC (rev 845)
+++ jcr/trunk/pom.xml 2009-11-24 16:23:06 UTC (rev 846)
@@ -30,7 +30,7 @@
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04</version>
+ <version>1.12.0-Beta05-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo JCR</name>
@@ -44,9 +44,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta04</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta04</developerConnection>
- <url>https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta04</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/trunk</developerConnection>
+ <url>https://svn.jboss.org/repos/exo-jcr/jcr/trunk</url>
</scm>
<modules>
16 years, 5 months
exo-jcr SVN: r845 - jcr/tags.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 11:22:26 -0500 (Tue, 24 Nov 2009)
New Revision: 845
Added:
jcr/tags/1.12.0-Beta04/
Log:
[maven-scm] copy for tag 1.12.0-Beta04
Copied: jcr/tags/1.12.0-Beta04 (from rev 844, jcr/trunk)
16 years, 5 months
exo-jcr SVN: r844 - in jcr/trunk: applications/exo.jcr.applications.config and 14 other directories.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 11:21:59 -0500 (Tue, 24 Nov 2009)
New Revision: 844
Modified:
jcr/trunk/applications/exo.jcr.applications.config/pom.xml
jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml
jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml
jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml
jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml
jcr/trunk/applications/java/exo.jcr.ear/pom.xml
jcr/trunk/exo.jcr.component.core/pom.xml
jcr/trunk/exo.jcr.component.ext/pom.xml
jcr/trunk/exo.jcr.component.ftp/pom.xml
jcr/trunk/exo.jcr.component.webdav/pom.xml
jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
jcr/trunk/exo.jcr.framework.command/pom.xml
jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
jcr/trunk/exo.jcr.framework.web/pom.xml
jcr/trunk/packaging/module/pom.xml
jcr/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.12.0-Beta04
Modified: jcr/trunk/applications/exo.jcr.applications.config/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.config/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.applications.config</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.applications.backupconsole</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.applications.browser</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.applications.fckeditor</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.applications.rest</artifactId>
Modified: jcr/trunk/applications/java/exo.jcr.ear/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.ear/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/applications/java/exo.jcr.ear/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.ear</artifactId>
Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.component.core</artifactId>
Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.component.ext</artifactId>
Modified: jcr/trunk/exo.jcr.component.ftp/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ftp/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.component.ftp</artifactId>
Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.component.webdav</artifactId>
Modified: jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.connectors.localadapter/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.connectors.localadapter</artifactId>
Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.framework.command</artifactId>
Modified: jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.ftpclient/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.framework.ftpclient</artifactId>
Modified: jcr/trunk/exo.jcr.framework.web/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.web/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<artifactId>exo.jcr.framework.web</artifactId>
Modified: jcr/trunk/packaging/module/pom.xml
===================================================================
--- jcr/trunk/packaging/module/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/packaging/module/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
+++ jcr/trunk/pom.xml 2009-11-24 16:21:59 UTC (rev 844)
@@ -30,7 +30,7 @@
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.12.0-Beta04-SNAPSHOT</version>
+ <version>1.12.0-Beta04</version>
<packaging>pom</packaging>
<name>eXo JCR</name>
@@ -44,9 +44,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/trunk</developerConnection>
- <url>https://svn.jboss.org/repos/exo-jcr/jcr/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta04</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta04</developerConnection>
+ <url>https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta04</url>
</scm>
<modules>
@@ -72,7 +72,7 @@
</modules>
<dependencyManagement>
- <dependencies>
+ <dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<artifactId>exo.kernel.commons</artifactId>
@@ -352,7 +352,7 @@
<artifactId>commons-io</artifactId>
<version>1.3</version>
</dependency>
-
+
<!-- _________________________________________________________________________________________ -->
<!--
16 years, 5 months
exo-jcr SVN: r843 - jcr/trunk.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 11:14:20 -0500 (Tue, 24 Nov 2009)
New Revision: 843
Modified:
jcr/trunk/pom.xml
Log:
EXOJCR-260: dependecy on kernel-2.2.0-Beta04, core-2.3.0-Beta04, ws-2.1.0-Beta04
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
+++ jcr/trunk/pom.xml 2009-11-24 16:14:20 UTC (rev 843)
@@ -38,9 +38,9 @@
<properties>
<exo.product.name>exo-jcr</exo.product.name>
<exo.product.specification>1.12</exo.product.specification>
- <org.exoplatform.kernel.version>2.2.0-Beta04-SNAPSHOT</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.0-Beta04-SNAPSHOT</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.1.0-Beta04-SNAPSHOT</org.exoplatform.ws.version>
+ <org.exoplatform.kernel.version>2.2.0-Beta04</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.0-Beta04</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.1.0-Beta04</org.exoplatform.ws.version>
</properties>
<scm>
16 years, 5 months
exo-jcr SVN: r842 - in ws/trunk: exo.ws.commons and 6 other directories.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 10:52:13 -0500 (Tue, 24 Nov 2009)
New Revision: 842
Modified:
ws/trunk/exo.ws.commons/pom.xml
ws/trunk/exo.ws.frameworks.json/pom.xml
ws/trunk/exo.ws.frameworks.servlet/pom.xml
ws/trunk/exo.ws.rest.core/pom.xml
ws/trunk/exo.ws.rest.ext/pom.xml
ws/trunk/exo.ws.testframework/pom.xml
ws/trunk/packaging/module/pom.xml
ws/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: ws/trunk/exo.ws.commons/pom.xml
===================================================================
--- ws/trunk/exo.ws.commons/pom.xml 2009-11-24 15:51:53 UTC (rev 841)
+++ ws/trunk/exo.ws.commons/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.commons</artifactId>
Modified: ws/trunk/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.json/pom.xml 2009-11-24 15:51:53 UTC (rev 841)
+++ ws/trunk/exo.ws.frameworks.json/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.frameworks.json</artifactId>
Modified: ws/trunk/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.servlet/pom.xml 2009-11-24 15:51:53 UTC (rev 841)
+++ ws/trunk/exo.ws.frameworks.servlet/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.frameworks.servlet</artifactId>
Modified: ws/trunk/exo.ws.rest.core/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.core/pom.xml 2009-11-24 15:51:53 UTC (rev 841)
+++ ws/trunk/exo.ws.rest.core/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.rest.core</artifactId>
Modified: ws/trunk/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.ext/pom.xml 2009-11-24 15:51:53 UTC (rev 841)
+++ ws/trunk/exo.ws.rest.ext/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.rest.ext</artifactId>
Modified: ws/trunk/exo.ws.testframework/pom.xml
===================================================================
--- ws/trunk/exo.ws.testframework/pom.xml 2009-11-24 15:51:53 UTC (rev 841)
+++ ws/trunk/exo.ws.testframework/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-Beta05-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.testframework</artifactId>
Modified: ws/trunk/packaging/module/pom.xml
===================================================================
--- ws/trunk/packaging/module/pom.xml 2009-11-24 15:51:53 UTC (rev 841)
+++ ws/trunk/packaging/module/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-Beta05-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml 2009-11-24 15:51:53 UTC (rev 841)
+++ ws/trunk/pom.xml 2009-11-24 15:52:13 UTC (rev 842)
@@ -30,15 +30,15 @@
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-Beta05-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo WS</name>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/tags/2.1.0-Beta04</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/tags/2.1.0-Beta04</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/ws/tags/2.1.0-Beta04</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/ws/trunk</url>
</scm>
<properties>
16 years, 5 months
exo-jcr SVN: r841 - ws/tags.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 10:51:53 -0500 (Tue, 24 Nov 2009)
New Revision: 841
Added:
ws/tags/2.1.0-Beta04/
Log:
[maven-scm] copy for tag 2.1.0-Beta04
Copied: ws/tags/2.1.0-Beta04 (from rev 840, ws/trunk)
16 years, 5 months
exo-jcr SVN: r840 - in ws/trunk: exo.ws.commons and 6 other directories.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 10:51:29 -0500 (Tue, 24 Nov 2009)
New Revision: 840
Modified:
ws/trunk/exo.ws.commons/pom.xml
ws/trunk/exo.ws.frameworks.json/pom.xml
ws/trunk/exo.ws.frameworks.servlet/pom.xml
ws/trunk/exo.ws.rest.core/pom.xml
ws/trunk/exo.ws.rest.ext/pom.xml
ws/trunk/exo.ws.testframework/pom.xml
ws/trunk/packaging/module/pom.xml
ws/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 2.1.0-Beta04
Modified: ws/trunk/exo.ws.commons/pom.xml
===================================================================
--- ws/trunk/exo.ws.commons/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
+++ ws/trunk/exo.ws.commons/pom.xml 2009-11-24 15:51:29 UTC (rev 840)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<artifactId>exo.ws.commons</artifactId>
Modified: ws/trunk/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.json/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
+++ ws/trunk/exo.ws.frameworks.json/pom.xml 2009-11-24 15:51:29 UTC (rev 840)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<artifactId>exo.ws.frameworks.json</artifactId>
Modified: ws/trunk/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.servlet/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
+++ ws/trunk/exo.ws.frameworks.servlet/pom.xml 2009-11-24 15:51:29 UTC (rev 840)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<artifactId>exo.ws.frameworks.servlet</artifactId>
Modified: ws/trunk/exo.ws.rest.core/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.core/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
+++ ws/trunk/exo.ws.rest.core/pom.xml 2009-11-24 15:51:29 UTC (rev 840)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<artifactId>exo.ws.rest.core</artifactId>
Modified: ws/trunk/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.ext/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
+++ ws/trunk/exo.ws.rest.ext/pom.xml 2009-11-24 15:51:29 UTC (rev 840)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<artifactId>exo.ws.rest.ext</artifactId>
Modified: ws/trunk/exo.ws.testframework/pom.xml
===================================================================
--- ws/trunk/exo.ws.testframework/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
+++ ws/trunk/exo.ws.testframework/pom.xml 2009-11-24 15:51:29 UTC (rev 840)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<artifactId>exo.ws.testframework</artifactId>
Modified: ws/trunk/packaging/module/pom.xml
===================================================================
--- ws/trunk/packaging/module/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
+++ ws/trunk/packaging/module/pom.xml 2009-11-24 15:51:29 UTC (rev 840)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
+++ ws/trunk/pom.xml 2009-11-24 15:51:29 UTC (rev 840)
@@ -30,15 +30,15 @@
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
<packaging>pom</packaging>
<name>eXo WS</name>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/ws/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/tags/2.1.0-Beta04</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/tags/2.1.0-Beta04</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/ws/tags/2.1.0-Beta04</url>
</scm>
<properties>
@@ -62,37 +62,37 @@
</modules>
<dependencyManagement>
- <dependencies>
+ <dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<artifactId>exo.kernel.commons</artifactId>
<version>${org.exoplatform.kernel.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
<version>${org.exoplatform.kernel.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<artifactId>exo.kernel.component.common</artifactId>
<version>${org.exoplatform.kernel.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<artifactId>exo.core.component.xml-processing</artifactId>
<version>${org.exoplatform.core.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.exoplatform.ws</groupId>
<artifactId>exo.ws.frameworks.json</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.exoplatform.ws</groupId>
<artifactId>exo.ws.testframework</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.exoplatform.ws</groupId>
<artifactId>exo.ws.commons</artifactId>
@@ -102,68 +102,68 @@
<groupId>org.exoplatform.ws</groupId>
<artifactId>exo.ws.rest.core</artifactId>
<version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0</version>
- </dependency>
+ </dependency>
<dependency>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
- </dependency>
- <dependency>
- <groupId>picocontainer</groupId>
- <artifactId>picocontainer</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>jtidy</groupId>
- <artifactId>jtidy</artifactId>
- <version>4aug2000r7-dev</version>
- </dependency>
+ </dependency>
<dependency>
+ <groupId>picocontainer</groupId>
+ <artifactId>picocontainer</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>jtidy</groupId>
+ <artifactId>jtidy</artifactId>
+ <version>4aug2000r7-dev</version>
+ </dependency>
+ <dependency>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.4</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<!-- <version>1.2.1</version>-->
<version>1.0</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.0</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
- </dependency>
- <dependency>
- <groupId>xpp3</groupId>
- <artifactId>xpp3</artifactId>
- <version>1.1.3.4.O</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>xpp3</groupId>
+ <artifactId>xpp3</artifactId>
+ <version>1.1.3.4.O</version>
+ </dependency>
</dependencies>
</dependencyManagement>
16 years, 5 months
exo-jcr SVN: r839 - ws/trunk.
by do-not-reply@jboss.org
Author: pnedonosko
Date: 2009-11-24 10:49:56 -0500 (Tue, 24 Nov 2009)
New Revision: 839
Modified:
ws/trunk/pom.xml
Log:
EXOJCR-260: dependecy on kernel-2.2.0-Beta04, core-2.3.0-Beta04
Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml 2009-11-24 15:43:13 UTC (rev 838)
+++ ws/trunk/pom.xml 2009-11-24 15:49:56 UTC (rev 839)
@@ -45,8 +45,8 @@
<exo.product.name>exo-ws</exo.product.name>
<exo.product.specification>2.1</exo.product.specification>
- <org.exoplatform.kernel.version>2.2.0-Beta04-SNAPSHOT</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.0-Beta04-SNAPSHOT</org.exoplatform.core.version>
+ <org.exoplatform.kernel.version>2.2.0-Beta04</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.0-Beta04</org.exoplatform.core.version>
<exo.test.includes>*Test*</exo.test.includes>
</properties>
16 years, 5 months