Skip to content

Commit

Permalink
[maven-release-plugin] prepare release camelot-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcity committed Aug 28, 2014
1 parent 227dc9b commit 9cfb277
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion camelot-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camelot</artifactId>
<groupId>ru.yandex.qatools.camelot</groupId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion camelot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion camelot-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camelot</artifactId>
<groupId>ru.yandex.qatools.camelot</groupId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion camelot-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>camelot-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camelot-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camelot</artifactId>
<groupId>ru.yandex.qatools.camelot</groupId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion camelot-test-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<packaging>maven-plugin</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion camelot-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion camelot-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<packaging>pom</packaging>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
<modules>
<module>camelot-api</module>
<module>camelot-core</module>
Expand Down

0 comments on commit 9cfb277

Please sign in to comment.