diff --git a/pom.xml b/pom.xml index 5517fda4ab0fca55bf608f4b81e1d71c9c020657..513487a69cae7afdda36eb7396be6f6da4cea90b 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>