Skip to content

Commit ea65f72

Browse files
committed
[maven-release-plugin] prepare release clay-2.5
1 parent 85a820b commit ea65f72

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

clay-aether/pom.xml

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

clay-maven-settings-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ru.yandex.qatools.clay</groupId>
77
<artifactId>clay</artifactId>
8-
<version>2.5-SNAPSHOT</version>
8+
<version>2.5</version>
99
</parent>
1010

1111
<artifactId>clay-maven-settings-builder</artifactId>

clay-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ru.yandex.qatools.clay</groupId>
77
<artifactId>clay</artifactId>
8-
<version>2.5-SNAPSHOT</version>
8+
<version>2.5</version>
99
</parent>
1010

1111
<artifactId>clay-utils</artifactId>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>ru.yandex.qatools.clay</groupId>
1212
<artifactId>clay</artifactId>
13-
<version>2.5-SNAPSHOT</version>
13+
<version>2.5</version>
1414
<name>Clay</name>
1515

1616
<packaging>pom</packaging>
@@ -24,7 +24,8 @@
2424
<connection>scm:git:[email protected]:camelot-framework/clay.git</connection>
2525
<developerConnection>scm:git:[email protected]:camelot-framework/clay.git</developerConnection>
2626
<url>https://github.com/camelot-framework/clay</url>
27-
</scm>
27+
<tag>clay-2.5</tag>
28+
</scm>
2829

2930
<url>https://github.com/camelot-framework/clay</url>
3031

0 commit comments

Comments
 (0)