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
leeuw73 committed May 2, 2016
1 parent df5d732 commit 7b67d31
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion coolgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-coolgen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ibm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-ibm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ifsa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-ifsa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion larva/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-larva</artifactId>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
<name>Ibis AdapterFramework parent</name>
<packaging>pom</packaging>

Expand All @@ -21,42 +21,42 @@
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-core</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-ifsa</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-tibco</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-sap</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-coolgen</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-ibm</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-larva</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-webapp</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -210,7 +210,7 @@
<connection>scm:git:https://github.com/ibissource/iaf.git</connection>
<developerConnection>scm:git:https://github.com/ibissource/iaf.git</developerConnection>
<url>https://github.com/ibissource/iaf</url>
<tag>v6.1</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion sap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-sap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tibco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-tibco</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>6.1</version>
<version>6.2-SNAPSHOT</version>
</parent>

<artifactId>ibis-adapterframework-webapp</artifactId>
Expand Down

0 comments on commit 7b67d31

Please sign in to comment.