Commit 8992a17c authored by gmessner's avatar gmessner
Browse files

Reset version to SNAPSHOT.

parent 66663177
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<groupId>com.messners</groupId> <groupId>com.messners</groupId>
<artifactId>gitlab-api</artifactId> <artifactId>gitlab-api</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0</version> <version>1.0-SNAPSHOT</version>
<name>gitlab-api</name> <name>gitlab-api</name>
<licenses> <licenses>
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
</properties> </properties>
<scm> <scm>
<url>ssh:git@github.com:gmessner/gitlab-api.git</url> <url>git@github.com:gmessner/gitlab-api.git</url>
<connection>scm:git:ssh:git@github.com:gmessner/gitlab-api.git</connection> <connection>scm:git:git@github.com:gmessner/gitlab-api.git</connection>
<developerConnection>scm:git:ssh:git@github.com:gmessner/gitlab-api.git</developerConnection> <developerConnection>scm:git:git@github.com:gmessner/gitlab-api.git</developerConnection>
</scm> </scm>
<build> <build>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment