Skip to content

Commit 4f6b5c1

Browse files
[maven-release-plugin] prepare release gateway-1.1
1 parent 8717cdb commit 4f6b5c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.commonjava</groupId>
@@ -26,13 +25,14 @@
2625
</parent>
2726
<groupId>org.commonjava.util</groupId>
2827
<artifactId>gateway</artifactId>
29-
<version>1.1-SNAPSHOT</version>
28+
<version>1.1</version>
3029
<name>Gateway :: Project Root</name>
3130
<inceptionYear>2022</inceptionYear>
3231
<scm>
3332
<connection>scm:git:https://github.com/commonjava/gateway</connection>
3433
<developerConnection>scm:git:https://github.com/commonjava/gateway</developerConnection>
3534
<url>https://github.com/Commonjava/gateway</url>
35+
<tag>gateway-1.1</tag>
3636
</scm>
3737
<properties>
3838
<compiler-plugin.version>3.8.1</compiler-plugin.version>

0 commit comments

Comments
 (0)