Author: paristote
Date: 2011-01-25 05:54:55 -0500 (Tue, 25 Jan 2011)
New Revision: 3868
Modified:
core/branches/2.3.x/exo.core.component.database/pom.xml
core/branches/2.3.x/exo.core.component.document/pom.xml
core/branches/2.3.x/exo.core.component.ldap/pom.xml
core/branches/2.3.x/exo.core.component.organization.api/pom.xml
core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml
core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml
core/branches/2.3.x/exo.core.component.script.groovy/pom.xml
core/branches/2.3.x/exo.core.component.security.core/pom.xml
core/branches/2.3.x/exo.core.component.web.css/pom.xml
core/branches/2.3.x/exo.core.component.xml-processing/pom.xml
core/branches/2.3.x/packaging/module/pom.xml
core/branches/2.3.x/pom.xml
Log:
[maven-release-plugin] [REL-641]prepare release 2.3.7-GA
Modified: core/branches/2.3.x/exo.core.component.database/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.database/pom.xml 2011-01-25 10:53:30 UTC (rev
3867)
+++ core/branches/2.3.x/exo.core.component.database/pom.xml 2011-01-25 10:54:55 UTC (rev
3868)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.database</artifactId>
Modified: core/branches/2.3.x/exo.core.component.document/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.document/pom.xml 2011-01-25 10:53:30 UTC (rev
3867)
+++ core/branches/2.3.x/exo.core.component.document/pom.xml 2011-01-25 10:54:55 UTC (rev
3868)
@@ -1,132 +1,132 @@
-
- <!--
-
- Copyright (C) 2009 eXo Platform SAS. This is free software; you can redistribute it
and/or modify it under the
- terms of the GNU Lesser General Public License as published by the Free Software
Foundation; either version 2.1 of
- the License, or (at your option) any later version. This software is distributed in
the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU Lesser General Public License for more details. You should
have received a copy of the GNU
- Lesser General Public License along with this software; if not, write to the Free
Software Foundation, Inc., 51
- Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
- -->
-<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>
- <parent>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
- </parent>
- <artifactId>exo.core.component.document</artifactId>
- <name>eXo Core :: Component :: Demo Service</name>
- <description>eXo demo service Impl</description>
- <dependencies>
- <dependency>
- <groupId>org.exoplatform.tool</groupId>
- <artifactId>exo.tool.framework.junit</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.commons</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>pdfbox</artifactId>
- </dependency>
- <dependency>
- <groupId>com.lowagie</groupId>
- <artifactId>itext</artifactId>
- </dependency>
- <dependency>
- <groupId>org.htmlparser</groupId>
- <artifactId>htmlparser</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-scratchpad</artifactId>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- </dependencies>
- <build>
- <testResources>
- <testResource>
- <directory>src/test/resources</directory>
- <includes>
- <include>**/*.properties</include>
- <include>**/*.rtf</include>
- <include>**/*.xml</include>
- <include>**/*.drl</include>
- <include>**/*.vm</include>
- <include>**/*.doc</include>
- <include>**/*.docx</include>
- <include>**/*.dotx</include>
- <include>**/*.docm</include>
- <include>**/*.dotm</include>
- <include>**/*.dot</include>
- <include>**/*.xls</include>
- <include>**/*.xlsx</include>
- <include>**/*.xlsb</include>
- <include>**/*.xltx</include>
- <include>**/*.ppt</include>
- <include>**/*.pptm</include>
- <include>**/*.pptx</include>
- <include>**/*.ppsx</include>
- <include>**/*.ppsm</include>
- <include>**/*.potm</include>
- <include>**/*.txt</include>
- <include>**/*.tiff</include>
- <include>**/*.pdf</include>
- <include>**/*.odt</include>
- <include>**/*.html</include>
- <include>**/*.msg</include>
- <include>**/*.pst</include>
- </includes>
- </testResource>
- </testResources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
-
<include>org/exoplatform/services/document/**/Test*.java</include>
- </includes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
+
+ <!--
+
+ Copyright (C) 2009 eXo Platform SAS. This is free software; you can redistribute it
and/or modify it under the
+ terms of the GNU Lesser General Public License as published by the Free Software
Foundation; either version 2.1 of
+ the License, or (at your option) any later version. This software is distributed in
the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU Lesser General Public License for more details. You should
have received a copy of the GNU
+ Lesser General Public License along with this software; if not, write to the Free
Software Foundation, Inc., 51
+ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ -->
+<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>
+ <parent>
+ <groupId>org.exoplatform.core</groupId>
+ <artifactId>core-parent</artifactId>
+ <version>2.3.7-GA</version>
+ </parent>
+ <artifactId>exo.core.component.document</artifactId>
+ <name>eXo Core :: Component :: Demo Service</name>
+ <description>eXo demo service Impl</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.exoplatform.tool</groupId>
+ <artifactId>exo.tool.framework.junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.commons</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.pdfbox</groupId>
+ <artifactId>pdfbox</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.htmlparser</groupId>
+ <artifactId>htmlparser</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-scratchpad</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ </dependencies>
+ <build>
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <includes>
+ <include>**/*.properties</include>
+ <include>**/*.rtf</include>
+ <include>**/*.xml</include>
+ <include>**/*.drl</include>
+ <include>**/*.vm</include>
+ <include>**/*.doc</include>
+ <include>**/*.docx</include>
+ <include>**/*.dotx</include>
+ <include>**/*.docm</include>
+ <include>**/*.dotm</include>
+ <include>**/*.dot</include>
+ <include>**/*.xls</include>
+ <include>**/*.xlsx</include>
+ <include>**/*.xlsb</include>
+ <include>**/*.xltx</include>
+ <include>**/*.ppt</include>
+ <include>**/*.pptm</include>
+ <include>**/*.pptx</include>
+ <include>**/*.ppsx</include>
+ <include>**/*.ppsm</include>
+ <include>**/*.potm</include>
+ <include>**/*.txt</include>
+ <include>**/*.tiff</include>
+ <include>**/*.pdf</include>
+ <include>**/*.odt</include>
+ <include>**/*.html</include>
+ <include>**/*.msg</include>
+ <include>**/*.pst</include>
+ </includes>
+ </testResource>
+ </testResources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+
<include>org/exoplatform/services/document/**/Test*.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Modified: core/branches/2.3.x/exo.core.component.ldap/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.ldap/pom.xml 2011-01-25 10:53:30 UTC (rev
3867)
+++ core/branches/2.3.x/exo.core.component.ldap/pom.xml 2011-01-25 10:54:55 UTC (rev
3868)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.ldap</artifactId>
Modified: core/branches/2.3.x/exo.core.component.organization.api/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.api/pom.xml 2011-01-25 10:53:30
UTC (rev 3867)
+++ core/branches/2.3.x/exo.core.component.organization.api/pom.xml 2011-01-25 10:54:55
UTC (rev 3868)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.organization.api</artifactId>
<name>eXo Core :: Component :: Organization Service API</name>
Modified: core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml 2011-01-25 10:53:30
UTC (rev 3867)
+++ core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml 2011-01-25 10:54:55
UTC (rev 3868)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.organization.jdbc</artifactId>
Modified: core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml 2011-01-25 10:53:30
UTC (rev 3867)
+++ core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml 2011-01-25 10:54:55
UTC (rev 3868)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.organization.ldap</artifactId>
Modified: core/branches/2.3.x/exo.core.component.script.groovy/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.script.groovy/pom.xml 2011-01-25 10:53:30 UTC
(rev 3867)
+++ core/branches/2.3.x/exo.core.component.script.groovy/pom.xml 2011-01-25 10:54:55 UTC
(rev 3868)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.script.groovy</artifactId>
Modified: core/branches/2.3.x/exo.core.component.security.core/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.security.core/pom.xml 2011-01-25 10:53:30 UTC
(rev 3867)
+++ core/branches/2.3.x/exo.core.component.security.core/pom.xml 2011-01-25 10:54:55 UTC
(rev 3868)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.security.core</artifactId>
Modified: core/branches/2.3.x/exo.core.component.web.css/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.web.css/pom.xml 2011-01-25 10:53:30 UTC (rev
3867)
+++ core/branches/2.3.x/exo.core.component.web.css/pom.xml 2011-01-25 10:54:55 UTC (rev
3868)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.web.css</artifactId>
Modified: core/branches/2.3.x/exo.core.component.xml-processing/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.xml-processing/pom.xml 2011-01-25 10:53:30 UTC
(rev 3867)
+++ core/branches/2.3.x/exo.core.component.xml-processing/pom.xml 2011-01-25 10:54:55 UTC
(rev 3868)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<artifactId>exo.core.component.xml-processing</artifactId>
<name>eXo Core :: Component :: XML Processing Service</name>
Modified: core/branches/2.3.x/packaging/module/pom.xml
===================================================================
--- core/branches/2.3.x/packaging/module/pom.xml 2011-01-25 10:53:30 UTC (rev 3867)
+++ core/branches/2.3.x/packaging/module/pom.xml 2011-01-25 10:54:55 UTC (rev 3868)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,13 +18,13 @@
<!-- declare the same dependencies than in the module.js -->
<dependencies>
-
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
-
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
-
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
-
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
-
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
-
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
-
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
+
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.7-GA</version></dependency>
+
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.7-GA</version></dependency>
+
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.7-GA</version></dependency>
+
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.7-GA</version></dependency>
+
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.7-GA</version></dependency>
+
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.7-GA</version></dependency>
+
<dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.7-GA</version></dependency>
</dependencies>
<build>
Modified: core/branches/2.3.x/pom.xml
===================================================================
--- core/branches/2.3.x/pom.xml 2011-01-25 10:53:30 UTC (rev 3867)
+++ core/branches/2.3.x/pom.xml 2011-01-25 10:54:55 UTC (rev 3868)
@@ -29,7 +29,7 @@
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.7-GA-SNAPSHOT</version>
+ <version>2.3.7-GA</version>
<packaging>pom</packaging>
<name>eXo Core</name>
@@ -43,9 +43,9 @@
</properties>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/core/branche...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/b...
- <
url>http://fisheye.jboss.org/browse/exo-jcr/core/branches/2.3.x</ur...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/core/tags/2....
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/t...
+ <
url>http://fisheye.jboss.org/browse/exo-jcr/core/tags/2.3.7-GA</url...
</scm>
<modules>