|
15 | 15 | ~ limitations under the License. |
16 | 16 | --> |
17 | 17 |
|
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"> |
20 | 19 | <modelVersion>4.0.0</modelVersion> |
21 | 20 |
|
22 | 21 | <groupId>io.servicecomb.saga</groupId> |
23 | 22 | <artifactId>saga</artifactId> |
24 | 23 | <packaging>pom</packaging> |
25 | | - <version>0.0.2-SNAPSHOT</version> |
| 24 | + <version>0.0.2</version> |
26 | 25 |
|
27 | 26 | <modules> |
28 | 27 | <module>saga-core</module> |
|
49 | 48 | <connection>scm:git:https://github.com/ServiceComb/saga.git</connection> |
50 | 49 | <developerConnection>scm:git:https://github.com/ServiceComb/saga.git</developerConnection> |
51 | 50 | <url>https://github.com/servicecomb/saga</url> |
52 | | - <tag>${project.version}</tag> |
| 51 | + <tag>saga-0.0.2</tag> |
53 | 52 | </scm> |
54 | 53 |
|
55 | 54 | <distributionManagement> |
|
72 | 71 | <dependency> |
73 | 72 | <groupId>io.servicecomb.saga</groupId> |
74 | 73 | <artifactId>saga-core</artifactId> |
75 | | - <version>0.0.2-SNAPSHOT</version> |
| 74 | + <version>0.0.2</version> |
76 | 75 | </dependency> |
77 | 76 | <dependency> |
78 | 77 | <groupId>io.servicecomb.saga</groupId> |
79 | 78 | <artifactId>saga-format</artifactId> |
80 | | - <version>0.0.2-SNAPSHOT</version> |
| 79 | + <version>0.0.2</version> |
81 | 80 | </dependency> |
82 | 81 | <dependency> |
83 | 82 | <groupId>io.servicecomb.saga</groupId> |
84 | 83 | <artifactId>saga-spring</artifactId> |
85 | | - <version>0.0.2-SNAPSHOT</version> |
| 84 | + <version>0.0.2</version> |
86 | 85 | </dependency> |
87 | 86 | <dependency> |
88 | 87 | <groupId>io.servicecomb.saga.transports</groupId> |
89 | 88 | <artifactId>transport-httpclient</artifactId> |
90 | | - <version>0.0.2-SNAPSHOT</version> |
| 89 | + <version>0.0.2</version> |
91 | 90 | </dependency> |
92 | 91 | <dependency> |
93 | 92 | <groupId>io.servicecomb.saga.transports</groupId> |
94 | 93 | <artifactId>transport-httpclient-spring</artifactId> |
95 | | - <version>0.0.2-SNAPSHOT</version> |
| 94 | + <version>0.0.2</version> |
96 | 95 | </dependency> |
97 | 96 | <dependency> |
98 | 97 | <groupId>io.servicecomb.saga.discovery</groupId> |
99 | 98 | <artifactId>saga-discovery-servicecenter</artifactId> |
100 | | - <version>0.0.2-SNAPSHOT</version> |
| 99 | + <version>0.0.2</version> |
101 | 100 | </dependency> |
102 | 101 | <dependency> |
103 | 102 | <groupId>commons-io</groupId> |
|
0 commit comments