Skip to content

Commit d1eabc0

Browse files
author
Name Surname
committed
[maven-release-plugin] prepare release 3.4.0
1 parent 19c264b commit d1eabc0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

adjuster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.jboss.pnc.reqour</groupId>
1515
<artifactId>reqour-parent</artifactId>
16-
<version>3.4.0-SNAPSHOT</version>
16+
<version>3.4.0</version>
1717
</parent>
1818

1919
<properties>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.jboss.pnc.reqour</groupId>
1515
<artifactId>reqour-parent</artifactId>
16-
<version>3.4.0-SNAPSHOT</version>
16+
<version>3.4.0</version>
1717
</parent>
1818

1919
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.jboss.pnc.reqour</groupId>
1111
<artifactId>reqour-parent</artifactId>
12-
<version>3.4.0-SNAPSHOT</version>
12+
<version>3.4.0</version>
1313
<packaging>pom</packaging>
1414

1515
<modules>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/project-ncl/reqour.git</connection>
4141
<developerConnection>scm:git:[email protected]:project-ncl/reqour.git</developerConnection>
4242
<url>https://github.com/project-ncl/reqour/</url>
43-
<tag>HEAD</tag>
43+
<tag>3.4.0</tag>
4444
</scm>
4545

4646
<developers>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.jboss.pnc.reqour</groupId>
1515
<artifactId>reqour-parent</artifactId>
16-
<version>3.4.0-SNAPSHOT</version>
16+
<version>3.4.0</version>
1717
</parent>
1818

1919
<properties>

0 commit comments

Comments
 (0)