You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by ta...@apache.org on 2015/05/01 23:39:09 UTC

svn commit: r1677239 - /portals/applications/gems/trunk/pom.xml

Author: taylor
Date: Fri May  1 21:39:09 2015
New Revision: 1677239

URL: http://svn.apache.org/r1677239
Log:
[maven-release-plugin] prepare release apa-gems-1.2

Modified:
    portals/applications/gems/trunk/pom.xml

Modified: portals/applications/gems/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/gems/trunk/pom.xml?rev=1677239&r1=1677238&r2=1677239&view=diff
==============================================================================
--- portals/applications/gems/trunk/pom.xml (original)
+++ portals/applications/gems/trunk/pom.xml Fri May  1 21:39:09 2015
@@ -13,8 +13,7 @@
   KIND, either express or implied. See the License for the specific language
   governing permissions and limitations under the License. $Id$
 -->
-<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">
+<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>
 
@@ -28,7 +27,7 @@
 
     <groupId>org.apache.portals.applications</groupId>
     <artifactId>apa-gems</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
 
     <packaging>jar</packaging>
     <name>Apache Portals Applications Gems</name>
@@ -163,10 +162,10 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/gems/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/gems/trunk/
+        <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/gems/tags/apa-gems-1.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/gems/tags/apa-gems-1.2
         </developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/portals/applications/gems/trunk/</url>
+        <url>http://svn.apache.org/viewcvs.cgi/portals/applications/gems/tags/apa-gems-1.2</url>
     </scm>
 
     <build>