From: <fg...@us...> - 2010-02-27 16:47:15
|
Revision: 2073 http://openutils.svn.sourceforge.net/openutils/?rev=2073&view=rev Author: fgiust Date: 2010-02-27 16:47:09 +0000 (Sat, 27 Feb 2010) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlcriteria-2.0-b1 Modified Paths: -------------- trunk/openutils-mgnlcriteria/pom.xml Modified: trunk/openutils-mgnlcriteria/pom.xml =================================================================== --- trunk/openutils-mgnlcriteria/pom.xml 2010-02-27 16:33:11 UTC (rev 2072) +++ trunk/openutils-mgnlcriteria/pom.xml 2010-02-27 16:47:09 UTC (rev 2073) @@ -1,5 +1,4 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.sourceforge.openutils</groupId> @@ -8,7 +7,7 @@ </parent> <artifactId>openutils-mgnlcriteria</artifactId> <name>Magnolia Criteria API</name> - <version>1.0.5-SNAPSHOT</version> + <version>2.0-b1</version> <inceptionYear>2009</inceptionYear> <description>A Hibernate's Criteria-like API to programmatically generate JCR queries with Magnolia</description> <licenses> @@ -65,6 +64,13 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <useManifestOnlyJar>false</useManifestOnlyJar> + </configuration> + </plugin> </plugins> </build> <dependencies> @@ -135,4 +141,10 @@ <properties> <magnolia.version>4.2.3</magnolia.version> </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcriteria-2.0-b1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcriteria-2.0-b1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlcriteria-2.0-b1</url> + </scm> </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. |