Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Continuous Build server committed Jun 21, 2014
1 parent a02f277 commit c004a27
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<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>
<parent>
<groupId>de.taimos</groupId>
<artifactId>oss-parent</artifactId>
<version>2</version>
</parent>
<artifactId>totp</artifactId>
<version>1.0-SNAPSHOT</version>
<name>TOTP lib RFC 6283</name>
<scm>
<connection>scm:git:[email protected]:taimos/totp.git</connection>
<developerConnection>scm:git:[email protected]:taimos/totp.git</developerConnection>
<url>scm:git:[email protected]:taimos/totp.git</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/taimos/totp/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.8</version>
</dependency>
</dependencies>
<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>
<parent>
<groupId>de.taimos</groupId>
<artifactId>oss-parent</artifactId>
<version>2</version>
</parent>
<artifactId>totp</artifactId>
<version>1.0</version>
<name>TOTP lib RFC 6283</name>
<scm>
<connection>scm:git:[email protected]:taimos/totp.git</connection>
<developerConnection>scm:git:[email protected]:taimos/totp.git</developerConnection>
<url>scm:git:[email protected]:taimos/totp.git</url>
<tag>v1.0</tag>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/taimos/totp/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.8</version>
</dependency>
</dependencies>
</project>

0 comments on commit c004a27

Please sign in to comment.