Skip to content

Commit e4e9f1e

Browse files
author
qubership-actions[bot]
committed
[maven-release-plugin] prepare release v1.2.98
1 parent 6ac6b37 commit e4e9f1e

File tree

9 files changed

+10
-10
lines changed
  • parent
    • qubership-atp-tdm-parent-db
    • qubership-atp-tdm-parent-java
  • qubership-atp-tdm-backend
  • qubership-atp-tdm-benchmarks
  • qubership-atp-tdm-contract-test-pacts
  • qubership-atp-tdm-distribution
  • qubership-atp-tdm-env-configurator
  • qubership-atp-tdm-rest-openapi-specifications

9 files changed

+10
-10
lines changed

parent/qubership-atp-tdm-parent-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>qubership-atp-tdm-parent-java</artifactId>
66
<groupId>org.qubership.atp.tdm</groupId>
7-
<version>1.2.98-SNAPSHOT</version>
7+
<version>1.2.98</version>
88
<relativePath>../qubership-atp-tdm-parent-java/pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

parent/qubership-atp-tdm-parent-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>qubership-atp-tdm</artifactId>
55
<groupId>org.qubership.atp.tdm</groupId>
6-
<version>1.2.98-SNAPSHOT</version>
6+
<version>1.2.98</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

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

55
<groupId>org.qubership.atp.tdm</groupId>
66
<artifactId>qubership-atp-tdm</artifactId>
7-
<version>1.2.98-SNAPSHOT</version>
7+
<version>1.2.98</version>
88

99
<modules>
1010
<module>qubership-atp-tdm-rest-openapi-specifications</module>
@@ -53,7 +53,7 @@
5353
<connection>scm:git:https//github.com/Netcracker/qubership-testing-platform-tdm.git</connection>
5454
<developerConnection>scm:git:https://github.com/Netcracker/qubership-testing-platform-tdm.git</developerConnection>
5555
<url>scm:git:https://github.com/Netcracker/qubership-testing-platform-tdm.git</url>
56-
<tag>HEAD</tag>
56+
<tag>v1.2.98</tag>
5757
</scm>
5858

5959
<profiles>

qubership-atp-tdm-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>qubership-atp-tdm-parent-db</artifactId>
55
<groupId>org.qubership.atp.tdm</groupId>
6-
<version>1.2.98-SNAPSHOT</version>
6+
<version>1.2.98</version>
77
<relativePath>../parent/qubership-atp-tdm-parent-db/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

qubership-atp-tdm-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>qubership-atp-tdm-parent-db</artifactId>
66
<groupId>org.qubership.atp.tdm</groupId>
7-
<version>1.2.98-SNAPSHOT</version>
7+
<version>1.2.98</version>
88
<relativePath>../parent/qubership-atp-tdm-parent-db/pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

qubership-atp-tdm-contract-test-pacts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>qubership-atp-tdm-parent-db</artifactId>
66
<groupId>org.qubership.atp.tdm</groupId>
7-
<version>1.2.98-SNAPSHOT</version>
7+
<version>1.2.98</version>
88
<relativePath>../parent/qubership-atp-tdm-parent-db/pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

qubership-atp-tdm-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>qubership-atp-tdm-parent-java</artifactId>
66
<groupId>org.qubership.atp.tdm</groupId>
7-
<version>1.2.98-SNAPSHOT</version>
7+
<version>1.2.98</version>
88
<relativePath>../parent/qubership-atp-tdm-parent-java/pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

qubership-atp-tdm-env-configurator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>qubership-atp-tdm-parent-java</artifactId>
66
<groupId>org.qubership.atp.tdm</groupId>
7-
<version>1.2.98-SNAPSHOT</version>
7+
<version>1.2.98</version>
88
<relativePath>../parent/qubership-atp-tdm-parent-java/pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

qubership-atp-tdm-rest-openapi-specifications/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>qubership-atp-tdm-parent-db</artifactId>
66
<groupId>org.qubership.atp.tdm</groupId>
7-
<version>1.2.98-SNAPSHOT</version>
7+
<version>1.2.98</version>
88
<relativePath>../parent/qubership-atp-tdm-parent-db/pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)