Skip to content

Commit

Permalink
update project version to 2.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlach committed Apr 2, 2014
1 parent 0255397 commit 9aaa753
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<name>qJava</name>
Expand All @@ -13,7 +11,7 @@
<inceptionYear>2014</inceptionYear>

<packaging>bundle</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>

<organization>
<name>exxeleron</name>
Expand All @@ -33,9 +31,11 @@
</licenses>

<scm>
<developerConnection>scm:git:https://github.com/exxeleron/qJava.git</developerConnection>
<connection>scm:git:ssh://[email protected]:exxeleron/qJava.git</connection>
<developerConnection>scm:git:[email protected]:exxeleron/qJava.git</developerConnection>
<url>https://github.com/exxeleron/qJava.git</url>
</scm>
<tag>qJava-2.0.0</tag>
</scm>

<issueManagement>
<system>Github</system>
Expand Down

0 comments on commit 9aaa753

Please sign in to comment.