Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fartherp committed Jun 24, 2019
1 parent 415033f commit cbd9566
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
~ Copyright (c) 2017. CK. All rights reserved.
-->

<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/mavn-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/mavn-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.fartherp</groupId>
<artifactId>javacode</artifactId>
<packaging>jar</packaging>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>

<name>javacode</name>
<url>https://github.com/fartherp/javacode</url>
Expand All @@ -32,7 +30,7 @@
<connection>scm:git:git@github.com:fartherp/javacode.git</connection>
<developerConnection>scm:git:git@github.com:fartherp/javacode.git</developerConnection>
<url>https://github.com/fartherp/javacode</url>
<tag>HEAD</tag>
<tag>v2.0.4</tag>
</scm>

<licenses>
Expand Down

0 comments on commit cbd9566

Please sign in to comment.