Skip to content

Commit 69dfc0a

Browse files
committed
[maven-release-plugin] prepare release galen-2.0.7
1 parent 9adb907 commit 69dfc0a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

galen-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.galenframework</groupId>
1212
<artifactId>galen-parent</artifactId>
13-
<version>2.0.7-SNAPSHOT</version>
13+
<version>2.0.7</version>
1414
</parent>
1515

1616
<dependencies>

galen-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.galenframework</groupId>
77
<artifactId>galen-parent</artifactId>
8-
<version>2.0.7-SNAPSHOT</version>
8+
<version>2.0.7</version>
99
</parent>
1010

1111
<artifactId>galen-distribution</artifactId>

galen-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.galenframework</groupId>
1212
<artifactId>galen-parent</artifactId>
13-
<version>2.0.7-SNAPSHOT</version>
13+
<version>2.0.7</version>
1414
</parent>
1515

1616
<dependencies>

galen-java-support/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.galenframework</groupId>
1111
<artifactId>galen-parent</artifactId>
12-
<version>2.0.7-SNAPSHOT</version>
12+
<version>2.0.7</version>
1313
</parent>
1414

1515
<dependencies>

galen-rainbow4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.galenframework</groupId>
1212
<artifactId>galen-parent</artifactId>
13-
<version>2.0.7-SNAPSHOT</version>
13+
<version>2.0.7</version>
1414
</parent>
1515

1616
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.galenframework</groupId>
55
<artifactId>galen-parent</artifactId>
6-
<version>2.0.7-SNAPSHOT</version>
6+
<version>2.0.7</version>
77
<name>Galen Framework Parent</name>
88
<packaging>pom</packaging>
99
<description>A library for layout testing of websites</description>
@@ -12,7 +12,7 @@
1212
<connection>scm:git:ssh://[email protected]/galenframework/galen.git</connection>
1313
<developerConnection>scm:git:ssh://[email protected]/galenframework/galen.git</developerConnection>
1414
<url>[email protected]/galenframework/galen.git</url>
15-
<tag>HEAD</tag>
15+
<tag>galen-2.0.7</tag>
1616
</scm>
1717

1818
<modules>

0 commit comments

Comments
 (0)