Thread: [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. |
From: Auto-Generated S. C. M. <pra...@li...> - 2009-10-15 20:49:45
|
Revision: 169 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=169&view=rev Author: kdgregory Date: 2009-10-15 20:49:36 +0000 (Thu, 15 Oct 2009) Log Message: ----------- removing release tags that don't correspond to released files Removed Paths: ------------- tags/rel-1.0.1/ tags/rel-1.0.2/ tags/rel-1.0.3/ tags/rel-1.0.4/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Auto-Generated S. C. M. <pra...@li...> - 2010-11-19 02:21:57
|
Revision: 205 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=205&view=rev Author: kdgregory Date: 2010-11-19 02:21:51 +0000 (Fri, 19 Nov 2010) Log Message: ----------- tag: 1.1.7 (for real) Added Paths: ----------- tags/rel-1.1.7/ Removed Paths: ------------- rel-1.1.7/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Auto-Generated S. C. M. <pra...@li...> - 2012-07-28 19:36:30
|
Revision: 247 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=247&view=rev Author: kdgregory Date: 2012-07-28 19:36:24 +0000 (Sat, 28 Jul 2012) Log Message: ----------- move tag into correct directory Added Paths: ----------- tags/rel-1.1.12/ Removed Paths: ------------- rel-1.1.12/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Auto-Generated S. C. M. <pra...@li...> - 2013-06-30 19:35:44
|
Revision: 273 http://sourceforge.net/p/practicalxml/code/273 Author: kdgregory Date: 2013-06-30 19:35:43 +0000 (Sun, 30 Jun 2013) Log Message: ----------- tag release Added Paths: ----------- tags/rel-1.1.15/ tags/rel-1.1.15/pom.xml tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/ConversionException.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/JsonConverter.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Bean2XmlConverter.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Bean2XmlOptions.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Introspection.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/IntrospectionCache.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Xml2BeanConverter.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Xml2BeanOptions.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/xpath/XPathWrapperFactory.java tags/rel-1.1.15/src/site/changes.xml tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/AbstractConversionTestCase.java tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/bean/AbstractBeanConverterTestCase.java tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/bean/TestBean2XmlConverter.java tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/bean/TestXml2BeanConverter.java tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/testinternals/ Removed Paths: ------------- tags/rel-1.1.15/pom.xml tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/ConversionException.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/JsonConverter.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Bean2XmlConverter.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Bean2XmlOptions.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Introspection.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/IntrospectionCache.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Xml2BeanConverter.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/converter/bean/Xml2BeanOptions.java tags/rel-1.1.15/src/main/java/net/sf/practicalxml/xpath/XPathWrapperFactory.java tags/rel-1.1.15/src/site/changes.xml tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/AbstractConversionTestCase.java tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/bean/AbstractBeanConverterTestCase.java tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/bean/TestBean2XmlConverter.java tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/bean/TestIntrospection.java tags/rel-1.1.15/src/test/java/net/sf/practicalxml/converter/bean/TestXml2BeanConverter.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Auto-Generated S. C. M. <pra...@li...> - 2015-12-27 15:50:42
|
Revision: 309 http://sourceforge.net/p/practicalxml/code/309 Author: kdgregory Date: 2015-12-27 15:50:41 +0000 (Sun, 27 Dec 2015) Log Message: ----------- tag 1.1.19 Added Paths: ----------- tags/rel-1.1.19/ tags/rel-1.1.19/pom.xml Removed Paths: ------------- tags/rel-1.1.19/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |