Skip to content

Commit

Permalink
[maven-release-plugin] prepare release camelot-2.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
qatools-ci committed Jun 1, 2015
1 parent 716bc55 commit 426da64
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 13 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.18-SNAPSHOT</version>
<version>2.1.18</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.18-SNAPSHOT</version>
<version>2.1.18</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.18-SNAPSHOT</version>
<version>2.1.18</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.18-SNAPSHOT</version>
<version>2.1.18</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.18-SNAPSHOT</version>
<version>2.1.18</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.18-SNAPSHOT</version>
<version>2.1.18</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.18-SNAPSHOT</version>
<version>2.1.18</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.18-SNAPSHOT</version>
<version>2.1.18</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -12,7 +10,7 @@

<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<version>2.1.18-SNAPSHOT</version>
<version>2.1.18</version>

<packaging>pom</packaging>
<modules>
Expand Down Expand Up @@ -47,7 +45,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 426da64

Please sign in to comment.