Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1835444 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rotty3000 committed Jul 9, 2018
1 parent d0e51b9 commit 6d055a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions log.extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<description>
This framework extension fragment is used to load the Felix Log Service when placing it on the framework classpath. This artifact should also be on the framework classpath.
</description>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<artifactId>org.apache.felix.log.extension</artifactId>

<properties>
Expand All @@ -38,9 +38,9 @@
</properties>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.log.extension-1.0.0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.log.extension-1.0.0</developerConnection>
<url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.log.extension-1.0.0</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/log.extension</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/log.extension</developerConnection>
<url>http://svn.apache.org/viewvc/felix/trunk/log.extension</url>
</scm>

<dependencies>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.log</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 6d055a7

Please sign in to comment.