[exo-jcr-commits] exo-jcr SVN: r248 - in ws/trunk: commons and 6 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 7 09:50:13 EDT 2009


Author: pnedonosko
Date: 2009-10-07 09:50:12 -0400 (Wed, 07 Oct 2009)
New Revision: 248

Modified:
   ws/trunk/commons/pom.xml
   ws/trunk/frameworks/json/pom.xml
   ws/trunk/frameworks/servlet/pom.xml
   ws/trunk/packaging/module/pom.xml
   ws/trunk/pom.xml
   ws/trunk/rest/core/pom.xml
   ws/trunk/rest/ext/pom.xml
   ws/trunk/testframework/pom.xml
Log:
[maven-release-plugin] prepare release 2.1.0-Beta02

Modified: ws/trunk/commons/pom.xml
===================================================================
--- ws/trunk/commons/pom.xml	2009-10-07 13:48:22 UTC (rev 247)
+++ ws/trunk/commons/pom.xml	2009-10-07 13:50:12 UTC (rev 248)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.0-Beta02</version>
    </parent>
 
    <artifactId>exo.ws.commons</artifactId>

Modified: ws/trunk/frameworks/json/pom.xml
===================================================================
--- ws/trunk/frameworks/json/pom.xml	2009-10-07 13:48:22 UTC (rev 247)
+++ ws/trunk/frameworks/json/pom.xml	2009-10-07 13:50:12 UTC (rev 248)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.0-Beta02</version>
    </parent>
 
    <artifactId>exo.ws.frameworks.json</artifactId>

Modified: ws/trunk/frameworks/servlet/pom.xml
===================================================================
--- ws/trunk/frameworks/servlet/pom.xml	2009-10-07 13:48:22 UTC (rev 247)
+++ ws/trunk/frameworks/servlet/pom.xml	2009-10-07 13:50:12 UTC (rev 248)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.0-Beta02</version>
    </parent>
 
    <artifactId>exo.ws.frameworks.servlet</artifactId>

Modified: ws/trunk/packaging/module/pom.xml
===================================================================
--- ws/trunk/packaging/module/pom.xml	2009-10-07 13:48:22 UTC (rev 247)
+++ ws/trunk/packaging/module/pom.xml	2009-10-07 13:50:12 UTC (rev 248)
@@ -1,66 +1,66 @@
-    <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">
-   <parent>
-      <groupId>org.exoplatform.ws</groupId>
-      <artifactId>ws-parent</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
-   </parent>
-
-   <modelVersion>4.0.0</modelVersion>
-   <artifactId>ws.packaging.module</artifactId>
-   <packaging>pom</packaging>
-   <name>eXo WS Build module</name>
-
-   <properties>
-        <exobuild.name>ws</exobuild.name>
-        <exobuild.type>module</exobuild.type>
-   </properties>
-
-   <build>
-       <plugins>
-           <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-resources-plugin</artifactId>
-                <executions>
-                  <execution>
-                    <id>prepare</id>
-                    <phase>package</phase>
-                    <goals>
-                      <goal>copy-resources</goal>
-                    </goals>
-                    <configuration>
-                      <outputDirectory>target</outputDirectory>
-                      <resources>
-                          <resource>
-                            <directory>src/main/javascript</directory>
-                            <filtering>true</filtering>
-                          </resource>
-                      </resources>
-                    </configuration>
-                  </execution>
-                </executions>
-           </plugin>
-           <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.3</version>
-                <executions>
-                  <execution>
-                    <id>attach-artifacts</id>
-                    <phase>package</phase>
-                    <goals>
-                      <goal>attach-artifact</goal>
-                    </goals>
-                    <configuration>
-                      <artifacts>
-                        <artifact>
-                          <file>target/${exobuild.name}.packaging.${exobuild.type}.js</file>
-                          <type>js</type>
-                        </artifact>
-                      </artifacts>
-                    </configuration>
-                  </execution>
-                </executions>
-            </plugin>
-       </plugins>
-   </build> 
-</project>
+    <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">
+   <parent>
+      <groupId>org.exoplatform.ws</groupId>
+      <artifactId>ws-parent</artifactId>
+      <version>2.1.0-Beta02</version>
+   </parent>
+
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>ws.packaging.module</artifactId>
+   <packaging>pom</packaging>
+   <name>eXo WS Build module</name>
+
+   <properties>
+        <exobuild.name>ws</exobuild.name>
+        <exobuild.type>module</exobuild.type>
+   </properties>
+
+   <build>
+       <plugins>
+           <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <executions>
+                  <execution>
+                    <id>prepare</id>
+                    <phase>package</phase>
+                    <goals>
+                      <goal>copy-resources</goal>
+                    </goals>
+                    <configuration>
+                      <outputDirectory>target</outputDirectory>
+                      <resources>
+                          <resource>
+                            <directory>src/main/javascript</directory>
+                            <filtering>true</filtering>
+                          </resource>
+                      </resources>
+                    </configuration>
+                  </execution>
+                </executions>
+           </plugin>
+           <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <version>1.3</version>
+                <executions>
+                  <execution>
+                    <id>attach-artifacts</id>
+                    <phase>package</phase>
+                    <goals>
+                      <goal>attach-artifact</goal>
+                    </goals>
+                    <configuration>
+                      <artifacts>
+                        <artifact>
+                          <file>target/${exobuild.name}.packaging.${exobuild.type}.js</file>
+                          <type>js</type>
+                        </artifact>
+                      </artifacts>
+                    </configuration>
+                  </execution>
+                </executions>
+            </plugin>
+       </plugins>
+   </build> 
+</project>

Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml	2009-10-07 13:48:22 UTC (rev 247)
+++ ws/trunk/pom.xml	2009-10-07 13:50:12 UTC (rev 248)
@@ -30,15 +30,15 @@
 
    <groupId>org.exoplatform.ws</groupId>
    <artifactId>ws-parent</artifactId>
-   <version>2.1.0-SNAPSHOT</version>
+   <version>2.1.0-Beta02</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-Beta02</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/tags/2.1.0-Beta02</developerConnection>
+      <url>http://fisheye.jboss.org/browse/exo-jcr/ws/tags/2.1.0-Beta02</url>
    </scm>
 
    <properties>

Modified: ws/trunk/rest/core/pom.xml
===================================================================
--- ws/trunk/rest/core/pom.xml	2009-10-07 13:48:22 UTC (rev 247)
+++ ws/trunk/rest/core/pom.xml	2009-10-07 13:50:12 UTC (rev 248)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.0-Beta02</version>
    </parent>
 
    <artifactId>exo.ws.rest.core</artifactId>

Modified: ws/trunk/rest/ext/pom.xml
===================================================================
--- ws/trunk/rest/ext/pom.xml	2009-10-07 13:48:22 UTC (rev 247)
+++ ws/trunk/rest/ext/pom.xml	2009-10-07 13:50:12 UTC (rev 248)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.0-Beta02</version>
    </parent>
 
    <artifactId>exo.ws.rest.ext</artifactId>

Modified: ws/trunk/testframework/pom.xml
===================================================================
--- ws/trunk/testframework/pom.xml	2009-10-07 13:48:22 UTC (rev 247)
+++ ws/trunk/testframework/pom.xml	2009-10-07 13:50:12 UTC (rev 248)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.exoplatform.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0-Beta02</version>
   </parent>
 
   <artifactId>exo.ws.testframework</artifactId>



More information about the exo-jcr-commits mailing list