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

Commit 058db9d

Browse files
committed
SCB-1098 Update the pom artifacts
1 parent 40c71b7 commit 058db9d

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

acceptance-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2222
<parent>
23-
<artifactId>saga</artifactId>
23+
<artifactId>pack</artifactId>
2424
<groupId>org.apache.servicecomb.pack</groupId>
2525
<version>0.3.0</version>
2626
</parent>

alpha/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2222
<parent>
23-
<artifactId>saga</artifactId>
23+
<artifactId>pack</artifactId>
2424
<groupId>org.apache.servicecomb.pack</groupId>
2525
<version>0.3.0</version>
2626
</parent>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<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">
2020
<parent>
21-
<artifactId>saga</artifactId>
21+
<artifactId>pack</artifactId>
2222
<groupId>org.apache.servicecomb.pack</groupId>
2323
<version>0.3.0</version>
2424
</parent>

demo/saga-dubbo-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<parent>
22-
<artifactId>saga-demo</artifactId>
22+
<artifactId>pack-demo</artifactId>
2323
<groupId>org.apache.servicecomb.pack.demo</groupId>
2424
<version>0.3.0</version>
2525
</parent>

demo/saga-servicecomb-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2222
<parent>
23-
<artifactId>saga-demo</artifactId>
23+
<artifactId>pack-demo</artifactId>
2424
<groupId>org.apache.servicecomb.pack.demo</groupId>
2525
<version>0.3.0</version>
2626
</parent>

demo/saga-spring-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<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">
2020
<parent>
21-
<artifactId>saga-demo</artifactId>
21+
<artifactId>pack-demo</artifactId>
2222
<groupId>org.apache.servicecomb.pack.demo</groupId>
2323
<version>0.3.0</version>
2424
</parent>

demo/tcc-spring-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<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">
2020
<parent>
21-
<artifactId>saga-demo</artifactId>
21+
<artifactId>pack-demo</artifactId>
2222
<groupId>org.apache.servicecomb.pack.demo</groupId>
2323
<version>0.3.0</version>
2424
</parent>

docker-build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<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">
2020
<parent>
21-
<artifactId>saga</artifactId>
21+
<artifactId>pack</artifactId>
2222
<groupId>org.apache.servicecomb.pack</groupId>
2323
<version>0.3.0</version>
2424
</parent>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<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">
2020
<parent>
21-
<artifactId>saga</artifactId>
21+
<artifactId>pack</artifactId>
2222
<groupId>org.apache.servicecomb.pack</groupId>
2323
<version>0.3.0</version>
2424
</parent>

omega/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2222
<parent>
23-
<artifactId>saga</artifactId>
23+
<artifactId>pack</artifactId>
2424
<groupId>org.apache.servicecomb.pack</groupId>
2525
<version>0.3.0</version>
2626
</parent>

0 commit comments

Comments
 (0)