Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhy committed Apr 27, 2021
1 parent 7b4479f commit 693894e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datamapper-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.syndesis.qe</groupId>
<artifactId>atlasmap-qe</artifactId>
<version>2.1.x-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<groupId>io.syndesis.qe</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mapping-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>atlasmap-qe</artifactId>
<groupId>io.syndesis.qe</groupId>
<version>2.1.x-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<groupId>io.syndesis.qe</groupId>
<artifactId>atlasmap-qe</artifactId>
<packaging>pom</packaging>
<version>2.1.x-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<modules>
<module>test-resources</module>
<module>mapping-validator</module>
<module>datamapper-e2e</module>
</modules>
<properties>
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
<atlasmap.version>2.1.x-SNAPSHOT</atlasmap.version>
<atlasmap.version>2.2.0-SNAPSHOT</atlasmap.version>
<apache.commons.version>2.8.0</apache.commons.version>
<assertj.version>3.11.1</assertj.version>
<junit.version>4.12</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion test-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>atlasmap-qe</artifactId>
<groupId>io.syndesis.qe</groupId>
<version>2.1.x-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 693894e

Please sign in to comment.