Skip to content

Commit 67be2f0

Browse files
authored
Merge pull request #121 from web-servers/r17.7
Looks ok.
2 parents 74d5d3e + 40d1919 commit 67be2f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.qa.noe</groupId>
66
<artifactId>noe-core-parent</artifactId>
7-
<version>0.17.7-SNAPSHOT</version>
7+
<version>0.17.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>noe-core</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jboss.qa.noe</groupId>
66
<artifactId>noe-core-parent</artifactId>
7-
<version>0.17.7-SNAPSHOT</version>
7+
<version>0.17.8-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Noe core: Parent</name>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:git@${env.GIT_URL}:${env.GIT_USER}/noe-core.git</connection>
4444
<developerConnection>scm:git:git@${env.GIT_URL}:${env.GIT_USER}/noe-core.git</developerConnection>
4545
<url>https://${env.GIT_URL}/${env.GIT_USER}/noe-core</url>
46-
<tag>v0.17.6</tag>
46+
<tag>v0.17.7</tag>
4747
</scm>
4848

4949
<distributionManagement>

testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.qa.noe</groupId>
66
<artifactId>noe-core-parent</artifactId>
7-
<version>0.17.7-SNAPSHOT</version>
7+
<version>0.17.8-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>noe-core-testsuite</artifactId>

0 commit comments

Comments
 (0)