Revision: 5749
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5749&view=rev
Author: manningr
Date: 2010-07-27 00:24:04 +0000 (Tue, 27 Jul 2010)
Log Message:
-----------
Use the sonatype parent pom to make deployment easier.
Modified Paths:
--------------
trunk/sql12/pom.xml
Modified: trunk/sql12/pom.xml
===================================================================
--- trunk/sql12/pom.xml 2010-07-26 22:04:50 UTC (rev 5748)
+++ trunk/sql12/pom.xml 2010-07-27 00:24:04 UTC (rev 5749)
@@ -7,6 +7,13 @@
<artifactId>squirrel-root-pom</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>3</version>
+ </parent>
+
<name>SQuirreL Root POM</name>
<description>
The top-most POM file for building the SQuirreL SQL Client. If a profile is defined that is called
@@ -157,47 +164,4 @@
</build>
</profile>
</profiles>
- <distributionManagement>
- <repository>
- <id>sonatype-squirrel-sql-releases</id>
- <name>SQuirreL-SQL Release Repository</name>
- <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
- </repository>
- <snapshotRepository>
- <id>sonatype-squirrel-sql-snapshots</id>
- <name>SQuirreL-SQL Snapshot Repository</name>
- <url>http://oss.sonatype.org/content/repositories/sourceforge-snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
- <!--
- Releases can always be pulled directly from Maven central after they have been vetted and promoted to the
- release repo from the staging repo at sonatype. This means that the "releases" attribute of each repo below
- should have enabled == false. However, snapshots will never be deployed to maven central - so, this section
- helps in case someone wants to develop against our snapshots. This tells maven that it can find snapshot
- versions at sonatype and where exactly to look for them.
- -->
- <repositories>
- <repository>
- <id>sonatype-squirrel-sql-snapshots</id>
- <url>http://oss.sonatype.org/content/repositories/sourceforge-snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>sonatype-squirrel-sql-maven-plugin-snapshots</id>
- <url>http://oss.sonatype.org/content/repositories/sourceforge-snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|