Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c398ad8

Browse files
committedJul 21, 2016
[maven-release-plugin] prepare release selenograph-1.1
1 parent 9bf903c commit c398ad8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎beans/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>selenograph</artifactId>
55
<groupId>ru.qatools.seleniumkit</groupId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>ru.qatools.seleniumkit</groupId>
66
<artifactId>selenograph</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.1</version>
99

1010
<parent>
1111
<groupId>org.sonatype.oss</groupId>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git@github.com:seleniumkit/selenograph.git</connection>
3232
<developerConnection>scm:git:git@github.com:seleniumkit/selenograph.git</developerConnection>
3333
<url>scm:git:git@github.com:seleniumkit/selenograph.git</url>
34-
<tag>HEAD</tag>
34+
<tag>selenograph-1.1</tag>
3535
</scm>
3636

3737
<dependencyManagement>

‎server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>selenograph</artifactId>
55
<groupId>ru.qatools.seleniumkit</groupId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>war</packaging>

‎service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>selenograph</artifactId>
55
<groupId>ru.qatools.seleniumkit</groupId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)
Please sign in to comment.