Skip to content

Commit

Permalink
[maven-release-plugin] prepare release camelot-2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
qatools-ci committed Apr 29, 2015
1 parent 50fe763 commit 5dcf519
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.1.15-SNAPSHOT</version>
<version>2.1.15</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.1.15-SNAPSHOT</version>
<version>2.1.15</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.1.15-SNAPSHOT</version>
<version>2.1.15</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.1.15-SNAPSHOT</version>
<version>2.1.15</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.1.15-SNAPSHOT</version>
<version>2.1.15</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.1.15-SNAPSHOT</version>
<version>2.1.15</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.1.15-SNAPSHOT</version>
<version>2.1.15</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.1.15-SNAPSHOT</version>
<version>2.1.15</version>
</parent>
<packaging>war</packaging>
<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 @@ -11,7 +11,7 @@
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<packaging>pom</packaging>
<version>2.1.15-SNAPSHOT</version>
<version>2.1.15</version>
<modules>
<module>camelot-api</module>
<module>camelot-core</module>
Expand Down Expand Up @@ -44,7 +44,7 @@
<yatomata.version>1.6</yatomata.version>
<javax.rs-api.version>2.0.1</javax.rs-api.version>
<aspectj.version>1.8.5</aspectj.version>
<argLine/>
<argLine />
</properties>

<scm>
Expand Down

0 comments on commit 5dcf519

Please sign in to comment.