Removed SNAPSHOT
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 18 Feb 2011 03:19:05 +0000 (19:19 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 18 Feb 2011 03:19:05 +0000 (19:19 -0800)
pom.xml

diff --git a/pom.xml b/pom.xml
index 0d41b78..7307dab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <groupId>net.sourceforge.guacamole</groupId>
     <artifactId>guacamole-common-js</artifactId>
     <packaging>pom</packaging>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.3.0</version>
     <name>guacamole-common-js</name>
     <url>http://guacamole.sourceforge.net/</url>
 
         <repository>
             <id>guac-dev</id>
             <url>http://guac-dev.org/repo</url>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
         </repository>
     </repositories>