You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2014/09/15 17:39:43 UTC

svn commit: r1625081 - /aries/trunk/jndi/jndi-core/pom.xml

Author: gnodet
Date: Mon Sep 15 15:39:43 2014
New Revision: 1625081

URL: http://svn.apache.org/r1625081
Log:
[maven-release-plugin] prepare release org.apache.aries.jndi.core-1.0.1

Modified:
    aries/trunk/jndi/jndi-core/pom.xml

Modified: aries/trunk/jndi/jndi-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jndi/jndi-core/pom.xml?rev=1625081&r1=1625080&r2=1625081&view=diff
==============================================================================
--- aries/trunk/jndi/jndi-core/pom.xml (original)
+++ aries/trunk/jndi/jndi-core/pom.xml Mon Sep 15 15:39:43 2014
@@ -32,15 +32,15 @@
     <artifactId>org.apache.aries.jndi.core</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JNDI Core</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <description>
       This bundle contains the core of JNDI support for OSGi.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jndi/jndi-core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jndi/jndi-core</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/jndi/jndi-core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jndi.core-1.0.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jndi.core-1.0.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.jndi.core-1.0.1</url>
     </scm>
 
     <properties>
@@ -61,7 +61,7 @@
             <groupId>org.apache.aries.jndi</groupId>
             <artifactId>org.apache.aries.jndi.api</artifactId>
             <scope>provided</scope>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>