Update of /cvsroot/squirrel-sql/mavenize/laf-plugin
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7127/laf-plugin
Modified Files:
pom.xml
Log Message:
Cannot reference anything not in central, and metouia will almost certainly never be hosted except for inside of SQuirreL.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/laf-plugin/pom.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pom.xml 21 Aug 2009 05:02:13 -0000 1.4
--- pom.xml 21 Aug 2009 05:07:07 -0000 1.5
***************
*** 100,103 ****
--- 100,108 ----
<version>2.2.2</version>
</dependency>
+ <dependency>
+ <groupId>net.sf.squirrel_sql</groupId>
+ <artifactId>metouia</artifactId>
+ <version>1.0.0-beta</version>
+ </dependency>
</dependencies>
|