From: <fg...@us...> - 2007-02-25 20:26:32
|
Revision: 300 http://svn.sourceforge.net/openutils/?rev=300&view=rev Author: fgiust Date: 2007-02-25 12:26:28 -0800 (Sun, 25 Feb 2007) Log Message: ----------- [maven-scm] copy for tag openutils-configuration-dataobjects-0.1 Added Paths: ----------- tags/openutils-configuration-dataobjects-0.1/ tags/openutils-configuration-dataobjects-0.1/pom.xml Removed Paths: ------------- tags/openutils-configuration-dataobjects-0.1/pom.xml Copied: tags/openutils-configuration-dataobjects-0.1 (from rev 283, trunk/openutils-configuration-dataobjects) Deleted: tags/openutils-configuration-dataobjects-0.1/pom.xml =================================================================== --- trunk/openutils-configuration-dataobjects/pom.xml 2007-02-22 14:15:58 UTC (rev 283) +++ tags/openutils-configuration-dataobjects-0.1/pom.xml 2007-02-25 20:26:28 UTC (rev 300) @@ -1,34 +0,0 @@ -<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> - <artifactId>openutils</artifactId> - <version>3</version> - <relativePath>..</relativePath> - </parent> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-configuration-dataobjects</artifactId> - <packaging>jar</packaging> - <name>openutils-configuration-dataobjects</name> - <version>1.0-SNAPSHOT</version> - <description>Configuration dataobjects</description> - <dependencies> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-annotations</artifactId> - <version>3.2.1.ga</version> - <exclusions> - <exclusion> - <!-- not needed here, just load annotations --> - <groupId>org.hibernate</groupId> - <artifactId>hibernate</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.3</version> - </dependency> - </dependencies> -</project> \ No newline at end of file Copied: tags/openutils-configuration-dataobjects-0.1/pom.xml (from rev 299, trunk/openutils-configuration-dataobjects/pom.xml) =================================================================== --- tags/openutils-configuration-dataobjects-0.1/pom.xml (rev 0) +++ tags/openutils-configuration-dataobjects-0.1/pom.xml 2007-02-25 20:26:28 UTC (rev 300) @@ -0,0 +1,40 @@ +<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> + <artifactId>openutils</artifactId> + <version>3</version> + <relativePath>..</relativePath> + </parent> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-configuration-dataobjects</artifactId> + <packaging>jar</packaging> + <name>openutils-configuration-dataobjects</name> + <version>0.1</version> + <description>Configuration dataobjects</description> + <dependencies> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-annotations</artifactId> + <version>3.2.1.ga</version> + <exclusions> + <exclusion> + <!-- not needed here, just load annotations --> + <groupId>org.hibernate</groupId> + <artifactId>hibernate</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.3</version> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-configuration-dataobjects-0.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-configuration-dataobjects-0.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-configuration-dataobjects-0.1</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. |