Skip to content

Commit

Permalink
Correct pom after failed release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1764383 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cziegeler committed Oct 12, 2016
1 parent f75273f commit 420e36a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions prefs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<artifactId>org.apache.felix.prefs</artifactId>
<packaging>bundle</packaging>
<version>1.1.0</version>
<version>1.1.0-SNAPSHOT</version>

<name>Apache Felix Preferences Service</name>
<description>
Expand All @@ -40,6 +40,12 @@
<felix.java.version>6</felix.java.version>
</properties>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/prefs</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/prefs</developerConnection>
<url>http://svn.apache.org/repos/asf/felix/prefs</url>
</scm>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -113,10 +119,4 @@
<artifactId>mockito-all</artifactId>
</dependency>
</dependencies>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.prefs-1.1.0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.prefs-1.1.0</developerConnection>
<url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.prefs-1.1.0</url>
</scm>
</project>

0 comments on commit 420e36a

Please sign in to comment.