Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsm5 committed Nov 6, 2018
1 parent 4096de2 commit c45305d
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion akamai/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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

<artifactId>ibis-adapterframework-akamai</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmis/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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

<artifactId>ibis-adapterframework-cmis</artifactId>
Expand Down
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>7.1-B5-SNAPSHOT</version>
<version>7.1</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>7.1-B5-SNAPSHOT</version>
<version>7.1</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>7.1-B5-SNAPSHOT</version>
<version>7.1</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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

<artifactId>ibis-adapterframework-ibm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idin/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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

<artifactId>ibis-adapterframework-idin</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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

<artifactId>ibis-adapterframework-ifsa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ladybug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-parent</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>
<artifactId>ibis-adapterframework-ladybug</artifactId>
<name>Ibis AdapterFramework Ladybug</name>
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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

<artifactId>ibis-adapterframework-larva</artifactId>
Expand Down
30 changes: 15 additions & 15 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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -60,68 +60,68 @@
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-core</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-ifsa</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-tibco</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-sap</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-coolgen</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-ibm</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-larva</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-akamai</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-cmis</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-webapp</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-test</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-idin</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-ladybug</artifactId>
<version>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down Expand Up @@ -312,7 +312,7 @@
<url>https://github.com/ibissource/iaf</url>
<connection>scm:git:https://github.com/ibissource/iaf.git</connection>
<developerConnection>scm:git:https://github.com/ibissource/iaf.git</developerConnection>
<tag>HEAD</tag>
<tag>v7.1</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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

<artifactId>ibis-adapterframework-sap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

<artifactId>ibis-adapterframework-test</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>7.1-B5-SNAPSHOT</version>
<version>7.1</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>7.1-B5-SNAPSHOT</version>
<version>7.1</version>
</parent>

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

0 comments on commit c45305d

Please sign in to comment.