Skip to content

Commit

Permalink
[maven-release-plugin] prepare release json-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdunning committed Dec 3, 2016
1 parent 3e693ed commit 805e994
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
@@ -1,12 +1,10 @@
<?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>com.tdunning</groupId>
<artifactId>json</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>

<packaging>jar</packaging>
<name>Open JSON</name>
Expand All @@ -24,7 +22,7 @@
<scm>
<connection>scm:git:https://github.com/tdunning/open-json.git</connection>
<developerConnection>scm:git:https://github.com/tdunning/open-json.git</developerConnection>
<tag>HEAD</tag>
<tag>json-1.3</tag>
<url>https://github.com/tdunning/open-json</url>
</scm>

Expand Down

0 comments on commit 805e994

Please sign in to comment.