Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Vaynberg committed Oct 24, 2014
1 parent 99cf51b commit bb928d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.vaynberg.wicket.select2</groupId>
<artifactId>wicket-select2-parent</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Wicket-Select2 Parent</name>
<description>Library for integrating Apache Wicket with CDI</description>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:https://github.com/ivaynberg/wicket-select2.git</connection>
<developerConnection>scm:git:https://github.com/ivaynberg/wicket-select2.git</developerConnection>
<url>git@github.com/ivaynberg/wicket-select2.git</url>
<tag>release/2.3</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions wicket-select2-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>wicket-select2-parent</artifactId>
<groupId>com.vaynberg.wicket.select2</groupId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
</parent>
<groupId>com.vaynberg.wicket.select2</groupId>
<artifactId>wicket-select2-examples</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<packaging>war</packaging>
<name>Wicket-Select2 Examples</name>
<url>https://github.com/ivaynberg/wicket-select2</url>
Expand Down
4 changes: 2 additions & 2 deletions wicket-select2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>wicket-select2-parent</artifactId>
<groupId>com.vaynberg.wicket.select2</groupId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
</parent>
<groupId>com.vaynberg.wicket.select2</groupId>
<artifactId>wicket-select2</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
<name>Wicket-Select2 Components</name>
<description>Bridges Apache Wicket with Select2 components</description>
<url>https://github.com/ivaynberg/wicket-select2</url>
Expand Down

0 comments on commit bb928d2

Please sign in to comment.