From 745de425a150e442d3b9b5fc5e3a3ca2b7d4a572 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 28 Nov 2014 19:50:48 -0500 Subject: [PATCH] Releasing version 2.0 Change-Id: Icba8880691d035ef3585fcf5f35b0f50b70baf94 --- pom.xml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 5517fda4..513487a6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ <parent> <groupId>com.syncleus.dann</groupId> <artifactId>dann</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.0</version> <relativePath>../pom.xml</relativePath> </parent> <packaging>jar</packaging> <groupId>com.syncleus.dann</groupId> <artifactId>dann-core</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.0</version> <properties> @@ -30,6 +30,7 @@ <scm> <connection>scm:git:git://git.syncleus.com/dANN-core</connection> <developerConnection>scm:git:ssh://git.syncleus.com/dANN-core</developerConnection> + <tag>v2.0</tag> </scm> @@ -58,21 +59,6 @@ </mailingList> </mailingLists> - <repositories> - <repository> - <id>ossrh.snapshots</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - - - <build> <defaultGoal>package</defaultGoal> <plugins> -- GitLab