Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 1f93fa1

Browse files
committed
[maven-release-plugin] prepare release saga-0.0.2
1 parent 22832f5 commit 1f93fa1

25 files changed

Lines changed: 40 additions & 55 deletions

File tree

docker-build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>saga</artifactId>
2121
<groupId>io.servicecomb.saga</groupId>
22-
<version>0.0.2-SNAPSHOT</version>
22+
<version>0.0.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

integration-tests/coverage-aggregate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.servicecomb.saga.tests</groupId>
2121
<artifactId>integration-tests</artifactId>
22-
<version>0.0.2-SNAPSHOT</version>
22+
<version>0.0.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>saga</artifactId>
2121
<groupId>io.servicecomb.saga</groupId>
22-
<version>0.0.2-SNAPSHOT</version>
22+
<version>0.0.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<groupId>io.servicecomb.saga</groupId>
2322
<artifactId>saga</artifactId>
2423
<packaging>pom</packaging>
25-
<version>0.0.2-SNAPSHOT</version>
24+
<version>0.0.2</version>
2625

2726
<modules>
2827
<module>saga-core</module>
@@ -49,7 +48,7 @@
4948
<connection>scm:git:https://github.com/ServiceComb/saga.git</connection>
5049
<developerConnection>scm:git:https://github.com/ServiceComb/saga.git</developerConnection>
5150
<url>https://github.com/servicecomb/saga</url>
52-
<tag>${project.version}</tag>
51+
<tag>saga-0.0.2</tag>
5352
</scm>
5453

5554
<distributionManagement>
@@ -72,32 +71,32 @@
7271
<dependency>
7372
<groupId>io.servicecomb.saga</groupId>
7473
<artifactId>saga-core</artifactId>
75-
<version>0.0.2-SNAPSHOT</version>
74+
<version>0.0.2</version>
7675
</dependency>
7776
<dependency>
7877
<groupId>io.servicecomb.saga</groupId>
7978
<artifactId>saga-format</artifactId>
80-
<version>0.0.2-SNAPSHOT</version>
79+
<version>0.0.2</version>
8180
</dependency>
8281
<dependency>
8382
<groupId>io.servicecomb.saga</groupId>
8483
<artifactId>saga-spring</artifactId>
85-
<version>0.0.2-SNAPSHOT</version>
84+
<version>0.0.2</version>
8685
</dependency>
8786
<dependency>
8887
<groupId>io.servicecomb.saga.transports</groupId>
8988
<artifactId>transport-httpclient</artifactId>
90-
<version>0.0.2-SNAPSHOT</version>
89+
<version>0.0.2</version>
9190
</dependency>
9291
<dependency>
9392
<groupId>io.servicecomb.saga.transports</groupId>
9493
<artifactId>transport-httpclient-spring</artifactId>
95-
<version>0.0.2-SNAPSHOT</version>
94+
<version>0.0.2</version>
9695
</dependency>
9796
<dependency>
9897
<groupId>io.servicecomb.saga.discovery</groupId>
9998
<artifactId>saga-discovery-servicecenter</artifactId>
100-
<version>0.0.2-SNAPSHOT</version>
99+
<version>0.0.2</version>
101100
</dependency>
102101
<dependency>
103102
<groupId>commons-io</groupId>

saga-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>saga</artifactId>
55
<groupId>io.servicecomb.saga</groupId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

saga-demo/conditional-transaction-demo/conditional-transaction-demo-tests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>conditional-transaction-demo</artifactId>
2321
<groupId>io.servicecomb.saga.demo</groupId>
24-
<version>0.0.2-SNAPSHOT</version>
22+
<version>0.0.2</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

saga-demo/conditional-transaction-demo/inventory/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>conditional-transaction-demo</artifactId>
2321
<groupId>io.servicecomb.saga.demo</groupId>
24-
<version>0.0.2-SNAPSHOT</version>
22+
<version>0.0.2</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

saga-demo/conditional-transaction-demo/membership/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>conditional-transaction-demo</artifactId>
2321
<groupId>io.servicecomb.saga.demo</groupId>
24-
<version>0.0.2-SNAPSHOT</version>
22+
<version>0.0.2</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

saga-demo/conditional-transaction-demo/payment/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>conditional-transaction-demo</artifactId>
2321
<groupId>io.servicecomb.saga.demo</groupId>
24-
<version>0.0.2-SNAPSHOT</version>
22+
<version>0.0.2</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

saga-demo/conditional-transaction-demo/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>saga-demo</artifactId>
2321
<groupId>io.servicecomb.saga.demo</groupId>
24-
<version>0.0.2-SNAPSHOT</version>
22+
<version>0.0.2</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

0 commit comments

Comments
 (0)