diff --git a/pom.xml b/pom.xml index 5cd363829721f0fea2e07c9d2bb1e57b93a629b8..c840011b2389a864546f60a460d3c98b4bfb9ffd 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>