Revision: 5689
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5689&view=rev
Author: manningr
Date: 2010-07-11 12:11:49 +0000 (Sun, 11 Jul 2010)
Log Message:
-----------
Use the version plugin and separate it out from the main source tree.
Modified Paths:
--------------
trunk/mavenize/mavenize.pl
trunk/mavenize/root-pom.xml
Modified: trunk/mavenize/mavenize.pl
===================================================================
--- trunk/mavenize/mavenize.pl 2010-07-11 00:47:30 UTC (rev 5688)
+++ trunk/mavenize/mavenize.pl 2010-07-11 12:11:49 UTC (rev 5689)
@@ -728,7 +728,7 @@
sub chdirOrDie {
my $newDir = shift;
- print "Changing directory to $newDir";
+ print "Changing directory to $newDir\n";
chdir($newDir) or die "Couldn't change directory to $newDir: $!\n";
}
Modified: trunk/mavenize/root-pom.xml
===================================================================
--- trunk/mavenize/root-pom.xml 2010-07-11 00:47:30 UTC (rev 5688)
+++ trunk/mavenize/root-pom.xml 2010-07-11 12:11:49 UTC (rev 5689)
@@ -102,7 +102,7 @@
<plugin>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrelsql-version-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<executions>
<execution>
<phase>initialize</phase>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|