Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gozer-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSmell committed Feb 17, 2020
1 parent 220c013 commit ddf2783
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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>

Expand All @@ -13,7 +11,7 @@
<groupId>com.walmartlabs.x12</groupId>
<artifactId>gozer</artifactId>
<name>gozer</name>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>takari-jar</packaging>

<properties>
Expand Down Expand Up @@ -108,4 +106,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>gozer-0.2.1</tag>
</scm>
</project>

0 comments on commit ddf2783

Please sign in to comment.