Author: dkatayev
Date: 2010-07-12 09:37:10 -0400 (Mon, 12 Jul 2010)
New Revision: 2770
Modified:
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.backupconsole/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.browser/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.config/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.fckeditor/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.jboss/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.jonas/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.rest/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.tomcat/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.cluster.testclient/pom.xml
jcr/branches/1.14-ISPN/applications/exo.jcr.ear/pom.xml
jcr/branches/1.14-ISPN/applications/pom.xml
jcr/branches/1.14-ISPN/docs/pom.xml
jcr/branches/1.14-ISPN/docs/reference/en/pom.xml
jcr/branches/1.14-ISPN/docs/reference/pom.xml
jcr/branches/1.14-ISPN/docs/userguide/en/pom.xml
jcr/branches/1.14-ISPN/docs/userguide/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.component.ext/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.component.ftp/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.component.statistics/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.component.webdav/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.connectors.localadapter/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.connectors.localadapter/src/main/rar/META-INF/ra.xml
jcr/branches/1.14-ISPN/exo.jcr.framework.command/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.framework.ftpclient/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.framework.web/pom.xml
jcr/branches/1.14-ISPN/packaging/module/pom.xml
jcr/branches/1.14-ISPN/pom.xml
Log:
EXOJCR-828 pom's version updated
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
---
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.backupconsole/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++
jcr/branches/1.14-ISPN/applications/exo.jcr.applications.backupconsole/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.backupconsole</artifactId>
<name>eXo JCR :: Applications :: Backup Console</name>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.applications.browser/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.applications.browser/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.browser</artifactId>
<packaging>war</packaging>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.applications.config/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.applications.config/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.applications.config/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.config</artifactId>
<packaging>pom</packaging>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.applications.fckeditor/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.applications.fckeditor/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.applications.fckeditor/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.fckeditor</artifactId>
<packaging>war</packaging>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.applications.jboss/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.applications.jboss/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.applications.jboss/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.ear</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
<type>ear</type>
<scope>runtime</scope>
</dependency>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.applications.jonas/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.applications.jonas/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.applications.jonas/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.ear</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
<type>ear</type>
<scope>runtime</scope>
</dependency>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.applications.rest/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.applications.rest/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.applications.rest</artifactId>
<packaging>war</packaging>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.applications.tomcat/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.applications.tomcat/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
<relativePath>exo.jcr.applications.config</relativePath>
</parent>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.cluster.testclient/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.cluster.testclient/pom.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.cluster.testclient/pom.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.cluster.testclient</artifactId>
<name>eXo JCR :: Cluster :: Test Client</name>
Modified: jcr/branches/1.14-ISPN/applications/exo.jcr.ear/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/exo.jcr.ear/pom.xml 2010-07-12 13:08:28 UTC (rev
2769)
+++ jcr/branches/1.14-ISPN/applications/exo.jcr.ear/pom.xml 2010-07-12 13:37:10 UTC (rev
2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.ear</artifactId>
<packaging>ear</packaging>
Modified: jcr/branches/1.14-ISPN/applications/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/applications/pom.xml 2010-07-12 13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/applications/pom.xml 2010-07-12 13:37:10 UTC (rev 2770)
@@ -22,12 +22,12 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
<name>eXo JCR :: Applications :: Reactor</name>
<packaging>pom</packaging>
Modified: jcr/branches/1.14-ISPN/docs/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/docs/pom.xml 2010-07-12 13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/docs/pom.xml 2010-07-12 13:37:10 UTC (rev 2770)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/branches/1.14-ISPN/docs/reference/en/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/docs/reference/en/pom.xml 2010-07-12 13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/docs/reference/en/pom.xml 2010-07-12 13:37:10 UTC (rev 2770)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>reference-docs</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/branches/1.14-ISPN/docs/reference/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/docs/reference/pom.xml 2010-07-12 13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/docs/reference/pom.xml 2010-07-12 13:37:10 UTC (rev 2770)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>docs</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/branches/1.14-ISPN/docs/userguide/en/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/docs/userguide/en/pom.xml 2010-07-12 13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/docs/userguide/en/pom.xml 2010-07-12 13:37:10 UTC (rev 2770)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>userguide-docs</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/branches/1.14-ISPN/docs/userguide/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/docs/userguide/pom.xml 2010-07-12 13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/docs/userguide/pom.xml 2010-07-12 13:37:10 UTC (rev 2770)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>docs</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml 2010-07-12 13:08:28 UTC (rev
2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml 2010-07-12 13:37:10 UTC (rev
2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.core</artifactId>
<name>eXo JCR :: Component :: Core Service</name>
Modified: jcr/branches/1.14-ISPN/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.component.ext/pom.xml 2010-07-12 13:08:28 UTC (rev
2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.component.ext/pom.xml 2010-07-12 13:37:10 UTC (rev
2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.ext</artifactId>
<name>eXo JCR :: Component :: Extension Service</name>
Modified: jcr/branches/1.14-ISPN/exo.jcr.component.ftp/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.component.ftp/pom.xml 2010-07-12 13:08:28 UTC (rev
2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.component.ftp/pom.xml 2010-07-12 13:37:10 UTC (rev
2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.ftp</artifactId>
<name>eXo JCR :: Component :: FTP Service</name>
Modified: jcr/branches/1.14-ISPN/exo.jcr.component.statistics/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.component.statistics/pom.xml 2010-07-12 13:08:28 UTC
(rev 2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.component.statistics/pom.xml 2010-07-12 13:37:10 UTC
(rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.statistics</artifactId>
<name>eXo JCR :: Component :: Statistics Provider</name>
Modified: jcr/branches/1.14-ISPN/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.component.webdav/pom.xml 2010-07-12 13:08:28 UTC (rev
2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.component.webdav/pom.xml 2010-07-12 13:37:10 UTC (rev
2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.component.webdav</artifactId>
<name>eXo JCR :: Component :: Webdav Service</name>
Modified: jcr/branches/1.14-ISPN/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.connectors.localadapter/pom.xml 2010-07-12 13:08:28 UTC
(rev 2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.connectors.localadapter/pom.xml 2010-07-12 13:37:10 UTC
(rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.connectors.localadapter</artifactId>
<packaging>rar</packaging>
Modified:
jcr/branches/1.14-ISPN/exo.jcr.connectors.localadapter/src/main/rar/META-INF/ra.xml
===================================================================
---
jcr/branches/1.14-ISPN/exo.jcr.connectors.localadapter/src/main/rar/META-INF/ra.xml 2010-07-12
13:08:28 UTC (rev 2769)
+++
jcr/branches/1.14-ISPN/exo.jcr.connectors.localadapter/src/main/rar/META-INF/ra.xml 2010-07-12
13:37:10 UTC (rev 2770)
@@ -25,7 +25,7 @@
<display-name>JCR repository</display-name>
<vendor-name>exoplatform</vendor-name>
<eis-type />
- <resourceadapter-version>1.14.0-Beta01-SNAPSHOT</resourceadapter-version>
+ <resourceadapter-version>1.14-ISPN-SNAPSHOT</resourceadapter-version>
<license>
<license-required>false</license-required>
</license>
Modified: jcr/branches/1.14-ISPN/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.framework.command/pom.xml 2010-07-12 13:08:28 UTC (rev
2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.framework.command/pom.xml 2010-07-12 13:37:10 UTC (rev
2770)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.framework.command</artifactId>
<name>eXo JCR :: Framework :: Command</name>
Modified: jcr/branches/1.14-ISPN/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.framework.ftpclient/pom.xml 2010-07-12 13:08:28 UTC
(rev 2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.framework.ftpclient/pom.xml 2010-07-12 13:37:10 UTC
(rev 2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.framework.ftpclient</artifactId>
<name>eXo JCR :: Framework :: FTP Client</name>
Modified: jcr/branches/1.14-ISPN/exo.jcr.framework.web/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.framework.web/pom.xml 2010-07-12 13:08:28 UTC (rev
2769)
+++ jcr/branches/1.14-ISPN/exo.jcr.framework.web/pom.xml 2010-07-12 13:37:10 UTC (rev
2770)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.framework.web</artifactId>
<name>eXo JCR :: Framework :: Web</name>
Modified: jcr/branches/1.14-ISPN/packaging/module/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/packaging/module/pom.xml 2010-07-12 13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/packaging/module/pom.xml 2010-07-12 13:37:10 UTC (rev 2770)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
</parent>
<artifactId>jcr.packaging.module</artifactId>
<packaging>pom</packaging>
Modified: jcr/branches/1.14-ISPN/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/pom.xml 2010-07-12 13:08:28 UTC (rev 2769)
+++ jcr/branches/1.14-ISPN/pom.xml 2010-07-12 13:37:10 UTC (rev 2770)
@@ -29,14 +29,14 @@
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-Beta01-SNAPSHOT</version>
+ <version>1.14-ISPN-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo JCR</name>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/trunk<...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tr...
- <
url>http://fisheye.jboss.org/browse/exo-jcr/jcr/trunk</url>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/branches...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/br...
+
<
url>http://fisheye.jboss.org/browse/exo-jcr/jcr/branches/1.14-ISPN<...
</scm>
<properties>