Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release simple-jersey-rest-app-0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pires committed Sep 11, 2013
1 parent 53716bd commit fda7425
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.pires.example</groupId>
<artifactId>simple-jersey-rest-app</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>war</packaging>

<name>Simple Jersey REST App</name>
Expand All @@ -24,7 +23,7 @@
<connection>scm:git:git@github.com:pires/simple-jersey-rest-app.git</connection>
<developerConnection>scm:git:git@github.com:pires/simple-jersey-rest-app.git</developerConnection>
<url>git@github.com:pires/simple-jersey-rest-app.git</url>
<tag>HEAD</tag>
<tag>simple-jersey-rest-app-0.2</tag>
</scm>

<developers>
Expand Down

0 comments on commit fda7425

Please sign in to comment.