From eaf1217f6f742a5dbc0c23530457069856f30f69 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 28 Nov 2014 20:34:57 -0500
Subject: [PATCH] Releasing v2.1

Change-Id: If686b9f822be3423b8213f4b5da0f436c9e6e4ba
---
 pom.xml | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5cd36382..c840011b 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.1</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.1</version>
 
 
     <properties>
@@ -30,6 +30,7 @@
     <scm>
         <connection>scm:git:http://gerrit.syncleus.com/dANN-core</connection>
         <developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/dANN-core</developerConnection>
+        <url>http://gerrit.syncleus.com/dANN-core</url>
     </scm>
 
     <mailingLists>
@@ -56,19 +57,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