Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
qatools-ci committed Oct 28, 2015
1 parent 9a9dbaa commit 388bded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ru.qatools.seleniumkit</groupId>
<artifactId>gridrouter</artifactId>
<version>1.22-SNAPSHOT</version>
<version>1.22</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +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 @@ -11,7 +10,7 @@

<groupId>ru.qatools.seleniumkit</groupId>
<artifactId>gridrouter</artifactId>
<version>1.22-SNAPSHOT</version>
<version>1.22</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -48,7 +47,7 @@
<connection>scm:git:[email protected]:seleniumkit/gridrouter.git</connection>
<developerConnection>scm:git:[email protected]:seleniumkit/gridrouter.git</developerConnection>
<url>https://github.com/seleniumkit/gridrouter</url>
<tag>HEAD</tag>
<tag>1.22</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ru.qatools.seleniumkit</groupId>
<artifactId>gridrouter</artifactId>
<version>1.22-SNAPSHOT</version>
<version>1.22</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 388bded

Please sign in to comment.