Skip to content

Commit

Permalink
Merge pull request #34 from logoff/release-0.0.9
Browse files Browse the repository at this point in the history
Next development iteration 0.0.10-SNAPSHOT
  • Loading branch information
adrian-rosello committed Oct 6, 2014
2 parents 863b2a9 + d2cee2c commit 65286d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>netconf4j</artifactId>
<groupId>net.i2cat.netconf</groupId>
<version>0.0.9-SNAPSHOT</version>
<version>0.0.10-SNAPSHOT</version>
<packaging>bundle</packaging>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -200,7 +200,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<version>2.5.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>v@{project.version}</tagNameFormat>
Expand Down Expand Up @@ -262,7 +262,8 @@
<connection>scm:git:git://github.com/dana-i2cat/netconf4j.git</connection>
<developerConnection>scm:git:git@github.com:dana-i2cat/netconf4j.git</developerConnection>
<url>http://github.com/dana-i2cat/netconf4j</url>
</scm>
<tag>HEAD</tag>
</scm>

</project>

0 comments on commit 65286d5

Please sign in to comment.