Revision: 5801
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5801&view=rev
Author: manningr
Date: 2010-08-21 11:25:55 +0000 (Sat, 21 Aug 2010)
Log Message:
-----------
replaced snapshot version id with maven property.
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-other-installer/pom.xml
Modified: trunk/sql12/installer/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-08-21 11:11:34 UTC (rev 5800)
+++ trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-08-21 11:25:55 UTC (rev 5801)
@@ -358,7 +358,7 @@
<plugin>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrelsql-version-plugin</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>${squirrelsql-version-plugin-version}</version>
<executions>
<execution>
<phase>initialize</phase>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|