Skip to content

Commit dc24fa2

Browse files
committed
[maven-release-plugin] prepare release shardingsphere-ui-4.1.0
1 parent 3491d6f commit dc24fa2

File tree

6 files changed

+13
-18
lines changed

6 files changed

+13
-18
lines changed

shardingsphere-ui/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626
<groupId>org.apache.shardingsphere</groupId>
2727
<artifactId>shardingsphere-ui</artifactId>
28-
<version>5.0.0-RC1-SNAPSHOT</version>
28+
<version>4.1.0</version>
2929
<packaging>pom</packaging>
3030
<name>${project.artifactId}</name>
3131

@@ -153,6 +153,6 @@
153153
<connection>scm:git:https://github.com/apache/shardingsphere.git</connection>
154154
<developerConnection>scm:git:https://github.com/apache/shardingsphere.git</developerConnection>
155155
<url>https://github.com/apache/shardingsphere.git</url>
156-
<tag>HEAD</tag>
156+
<tag>shardingsphere-ui-4.1.0</tag>
157157
</scm>
158158
</project>

shardingsphere-ui/shardingsphere-ui-backend/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-ui</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626
<artifactId>shardingsphere-ui-backend</artifactId>
2727
<name>${project.artifactId}</name>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.apache.shardingsphere</groupId>
3232
<artifactId>sharding-core-common</artifactId>
33-
<version>${project.version}</version>
33+
<version>4.1.0</version>
3434
<exclusions>
3535
<exclusion>
3636
<groupId>org.apache.shardingsphere</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.apache.shardingsphere</groupId>
5151
<artifactId>sharding-orchestration-core-facade</artifactId>
52-
<version>${project.version}</version>
52+
<version>4.1.0</version>
5353
<exclusions>
5454
<exclusion>
5555
<groupId>org.apache.shardingsphere</groupId>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.apache.shardingsphere</groupId>
6262
<artifactId>sharding-orchestration-center-zookeeper-curator</artifactId>
63-
<version>${project.version}</version>
63+
<version>4.1.0</version>
6464
</dependency>
6565

6666
<dependency>

shardingsphere-ui/shardingsphere-ui-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-ui</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626
<artifactId>shardingsphere-ui-distribution</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere</groupId>
2523
<artifactId>shardingsphere-ui-distribution</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>4.1.0</version>
2725
</parent>
2826
<artifactId>shardingsphere-ui-bin-distribution</artifactId>
2927
<name>${project.artifactId}</name>

shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere</groupId>
2523
<artifactId>shardingsphere-ui-distribution</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>4.1.0</version>
2725
</parent>
2826
<artifactId>shardingsphere-ui-src-distribution</artifactId>
2927
<name>${project.artifactId}</name>

shardingsphere-ui/shardingsphere-ui-frontend/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-ui</artifactId>
25-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>4.1.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-ui-frontend</artifactId>
2827
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)