Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2022.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 2, 2022
1 parent 5f3a6da commit a23cdbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions spring-cloud-baidu-thirdparty/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.baidu.cloud</groupId>
<artifactId>spring-cloud-baidu-thirdparty</artifactId>
<version>2022.2.0-SNAPSHOT</version>
<version>2022.2.0</version>

<packaging>pom</packaging>

Expand All @@ -31,7 +29,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/baidu/spring-cloud-baidu.git</url>
<tag>HEAD</tag>
<tag>2022.2.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<parent>
<artifactId>spring-cloud-baidu-thirdparty</artifactId>
<groupId>com.baidu.cloud</groupId>
<version>2022.2.0-SNAPSHOT</version>
<version>2022.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit a23cdbe

Please sign in to comment.