[Practicalxml-commits] SF.net SVN: practicalxml:[74] tags
Brought to you by:
kdgregory
From: Auto-Generated S. C. M. <pra...@li...> - 2009-01-14 13:44:35
|
Revision: 74 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=74&view=rev Author: kdgregory Date: 2009-01-14 13:44:22 +0000 (Wed, 14 Jan 2009) Log Message: ----------- tag release 1.0.0 Added Paths: ----------- tags/rel-1.0/ tags/rel-1.0/pom.xml Removed Paths: ------------- tags/rel-1.0/pom.xml Deleted: tags/rel-1.0/pom.xml =================================================================== --- trunk/pom.xml 2009-01-14 13:37:46 UTC (rev 72) +++ tags/rel-1.0/pom.xml 2009-01-14 13:44:22 UTC (rev 74) @@ -1,127 +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> - - <groupId>net.sf.practicalxml</groupId> - <artifactId>practicalxml</artifactId> - <packaging>jar</packaging> - <version>1.0-SNAPSHOT</version> - <name>practicalxml</name> - <url>http://sourceforge.net/projects/practicalxml/</url> - - <description> - A collection of utility classes for working with the XML support built-in - to the JDK. - </description> - - <mailingLists> - <mailingList> - <name>practicalxml-commits</name> - <subscribe>http://lists.sourceforge.net/mailman/listinfo/practicalxml-commits</subscribe> - <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/practicalxml-commits</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=practicalxml-commits</archive> - </mailingList> - </mailingLists> - - <developers> - <developer> - <id>kdgregory</id> - <name>Keith D Gregory</name> - <url>http://www.kdgregory.com</url> - </developer> - <developer> - <id>ebernstein</id> - <name>Eric Bernstein</name> - </developer> - <developer> - <id>kmudrick</id> - <name>Kevin Mudrick</name> - </developer> - <developer> - <id>salewski</id> - <name>Alan D. Salewski</name> - </developer> - </developers> - - <scm> - <connection>scm:svn:https://practicalxml.svn.sourceforge.net/svnroot/practicalxml</connection> - <developerConnection>scm:svn:https://practicalxml.svn.sourceforge.net/svnroot/practicalxml</developerConnection> - <url>http://practicalxml.svn.sourceforge.net/viewvc/practicalxml/</url> - </scm> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <compilerArgument>-g</compilerArgument> - </configuration> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.0.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <bottom> - <a href="http://sourceforge.net/"> - <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=234884&type=3"> - </a> - </bottom> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.2</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changelog-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <excludes> - <exclude>**/Test*.class</exclude> - <exclude>**/AbstractTestCase.class</exclude> - </excludes> - </instrumentation> - <executions> - <execution> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </configuration> - </plugin> - </plugins> - </reporting> - - <dependencies> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.3</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - </dependency> - </dependencies> -</project> Copied: tags/rel-1.0/pom.xml (from rev 73, trunk/pom.xml) =================================================================== --- tags/rel-1.0/pom.xml (rev 0) +++ tags/rel-1.0/pom.xml 2009-01-14 13:44:22 UTC (rev 74) @@ -0,0 +1,127 @@ +<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> + + <groupId>net.sf.practicalxml</groupId> + <artifactId>practicalxml</artifactId> + <packaging>jar</packaging> + <version>1.0.0</version> + <name>practicalxml</name> + <url>http://sourceforge.net/projects/practicalxml/</url> + + <description> + A collection of utility classes for working with the XML support built-in + to the JDK. + </description> + + <mailingLists> + <mailingList> + <name>practicalxml-commits</name> + <subscribe>http://lists.sourceforge.net/mailman/listinfo/practicalxml-commits</subscribe> + <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/practicalxml-commits</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=practicalxml-commits</archive> + </mailingList> + </mailingLists> + + <developers> + <developer> + <id>kdgregory</id> + <name>Keith D Gregory</name> + <url>http://www.kdgregory.com</url> + </developer> + <developer> + <id>ebernstein</id> + <name>Eric Bernstein</name> + </developer> + <developer> + <id>kmudrick</id> + <name>Kevin Mudrick</name> + </developer> + <developer> + <id>salewski</id> + <name>Alan D. Salewski</name> + </developer> + </developers> + + <scm> + <connection>scm:svn:https://practicalxml.svn.sourceforge.net/svnroot/practicalxml</connection> + <developerConnection>scm:svn:https://practicalxml.svn.sourceforge.net/svnroot/practicalxml</developerConnection> + <url>http://practicalxml.svn.sourceforge.net/viewvc/practicalxml/</url> + </scm> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + <compilerArgument>-g</compilerArgument> + </configuration> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.0.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <bottom> + <a href="http://sourceforge.net/"> + <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=234884&type=3"> + </a> + </bottom> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.2</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <configuration> + <instrumentation> + <excludes> + <exclude>**/Test*.class</exclude> + <exclude>**/AbstractTestCase.class</exclude> + </excludes> + </instrumentation> + <executions> + <execution> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </configuration> + </plugin> + </plugins> + </reporting> + + <dependencies> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.3</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> + </dependencies> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |