You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2018/08/16 10:00:25 UTC

svn commit: r1838170 - /felix/trunk/framework.security/pom.xml

Author: pauls
Date: Thu Aug 16 10:00:25 2018
New Revision: 1838170

URL: http://svn.apache.org/viewvc?rev=1838170&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/framework.security/pom.xml

Modified: felix/trunk/framework.security/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=1838170&r1=1838169&r2=1838170&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Thu Aug 16 10:00:25 2018
@@ -27,14 +27,14 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Security Provider</name>
   <artifactId>org.apache.felix.framework.security</artifactId>
-  <version>2.6.1</version>
+  <version>2.7.0-SNAPSHOT</version>
   <description>
     This bundle provides an implementation of the OSGi security for Apache Felix.
   </description>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-2.6.1</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-2.6.1</developerConnection>
-      <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-2.6.1</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/framework.security</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/framework.security</developerConnection>
+      <url>http://svn.apache.org/repos/asf/felix/framework.security</url>
     </scm>
   <dependencies>
      <dependency>
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.0.0</version>
+      <version>6.1.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>