Skip to content

Commit

Permalink
[CI Skip] prepare release microsphere-build-0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot committed Aug 8, 2024
1 parent debbb83 commit 8542904
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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>io.github.microsphere-projects</groupId>
<artifactId>microsphere-build</artifactId>
<version>0.0.21-SNAPSHOT</version>
<version>0.0.21</version>
<packaging>pom</packaging>

<name>Microsphere :: Build</name>
Expand Down Expand Up @@ -38,7 +37,7 @@
<url>[email protected]:microsphere-projects/microsphere-build.git</url>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<tag>HEAD</tag>
<tag>microsphere-build-0.0.21</tag>
</scm>

<properties>
Expand Down Expand Up @@ -298,7 +297,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions/>
<banDuplicatePomDependencyVersions />
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 8542904

Please sign in to comment.