Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jmacaroons-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Sep 25, 2014
1 parent 3ec9107 commit 845c8c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
@@ -1,11 +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.github.nitram509</groupId>
<artifactId>jmacaroons</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -17,7 +16,7 @@
<url>scm:git:git@github.com:nitram509/jmacaroons.git</url>
<connection>scm:git:git@github.com:nitram509/jmacaroons.git</connection>
<developerConnection>scm:git:git@github.com:nitram509/jmacaroons.git</developerConnection>
<tag>HEAD</tag>
<tag>jmacaroons-0.2.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 845c8c8

Please sign in to comment.