Skip to content

Commit 1efa304

Browse files
author
teamcity
committed
[maven-release-plugin] prepare release clay-2.2
1 parent e27e389 commit 1efa304

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
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.2-SNAPSHOT</version>
6+
<version>2.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

clay-maven-settings-builder/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>ru.yandex.qatools.clay</groupId>
87
<artifactId>clay</artifactId>
9-
<version>2.2-SNAPSHOT</version>
8+
<version>2.2</version>
109
</parent>
1110

1211
<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.2-SNAPSHOT</version>
8+
<version>2.2</version>
99
</parent>
1010

1111
<artifactId>clay-utils</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
13+
<version>2.2</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>

0 commit comments

Comments
 (0)