Skip to content

Commit 0a1b3c8

Browse files
committed
[maven-release-plugin] prepare release gozer-0.1.0
1 parent f1b8349 commit 0a1b3c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32

43
<modelVersion>4.0.0</modelVersion>
54

@@ -11,7 +10,7 @@
1110
<groupId>com.walmartlabs.x12</groupId>
1211
<artifactId>gozer</artifactId>
1312
<name>gozer</name>
14-
<version>0.1.0-SNAPSHOT</version>
13+
<version>0.1.0</version>
1514
<packaging>takari-jar</packaging>
1615

1716
<properties>
@@ -58,4 +57,8 @@
5857
</dependency>
5958
</dependencies>
6059

60+
61+
<scm>
62+
<tag>gozer-0.1.0</tag>
63+
</scm>
6164
</project>

0 commit comments

Comments
 (0)