Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
* [RELEASE]prepare release version-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Dec 30, 2012
1 parent 694b2a6 commit 000dd9d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
~ **** END LICENSE BLOCK *****
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<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>

<name>echocat Velma</name>
<groupId>org.echocat</groupId>
<artifactId>velma</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<url>https://velma.echocat.org</url>

<licenses>
Expand Down Expand Up @@ -242,6 +240,7 @@
<connection>scm:git:git@github.com:echocat/velma.git</connection>
<developerConnection>scm:git:git@github.com:echocat/velma.git</developerConnection>
<url>https://github.com/echocat/velma</url>
</scm>
<tag>version-1.0.0</tag>
</scm>

</project>

0 comments on commit 000dd9d

Please sign in to comment.