You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/12/21 22:45:53 UTC

svn commit: r489469 - in /jakarta/commons/proper/betwixt/trunk: RELEASE-NOTES.txt build.xml doap_betwixt.rdf project.xml xdocs/index.xml

Author: rdonkin
Date: Thu Dec 21 13:45:52 2006
New Revision: 489469

URL: http://svn.apache.org/viewvc?view=rev&rev=489469
Log:
Final preparations for Betwixt 0.8

Modified:
    jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/betwixt/trunk/build.xml
    jakarta/commons/proper/betwixt/trunk/doap_betwixt.rdf
    jakarta/commons/proper/betwixt/trunk/project.xml
    jakarta/commons/proper/betwixt/trunk/xdocs/index.xml

Modified: jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt?view=diff&rev=489469&r1=489468&r2=489469
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt Thu Dec 21 13:45:52 2006
@@ -16,7 +16,8 @@
 through http://issues.apache.org.
 
 Betwixt 0.8 is a feature release. Support for polymorphic mappings has been improved. 
-More flexible mapping are possible using new strategies.
+More flexible mapping are possible using new strategies. Enhancements have been made 
+to mapping formats. Mixed collections are now handled more completely.
 
 Betwixt 0.8 is compatible with 0.7.
 

Modified: jakarta/commons/proper/betwixt/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/betwixt/trunk/build.xml?view=diff&rev=489469&r1=489468&r2=489469
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/build.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/build.xml Thu Dec 21 13:45:52 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--build.xml generated by maven from project.xml version 0.8-RC1
-  on date November 4 2006, time 1746-->
+<!--build.xml generated by maven from project.xml version 0.8
+  on date December 21 2006, time 2134-->
 
 <project default="jar" name="commons-betwixt" basedir=".">
   <property name="defaulttargetdir" value="target">
@@ -20,7 +20,7 @@
   </property>
   <property name="javadocdir" value="dist/docs/api">
   </property>
-  <property name="final.name" value="commons-betwixt-0.8-RC1">
+  <property name="final.name" value="commons-betwixt-0.8">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">
@@ -152,7 +152,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;copy;  The Apache Software Foundation. All Rights Reserved.">
     </property>
-    <property name="title" value="Betwixt 0.8-RC1 API">
+    <property name="title" value="Betwixt 0.8 API">
     </property>
     <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.betwixt.*">
       <classpath>
@@ -166,23 +166,23 @@
 
     <setproxy>
     </setproxy>
-    <get dest="${libdir}/commons-logging-1.0.4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.4.jar">
+    <get dest="${libdir}/commons-logging-1.0.4.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/commons-logging/jars/commons-logging-1.0.4.jar">
     </get>
-    <get dest="${libdir}/commons-beanutils-core-1.7.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-core-1.7.0.jar">
+    <get dest="${libdir}/commons-beanutils-core-1.7.0.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/commons-beanutils/jars/commons-beanutils-core-1.7.0.jar">
     </get>
-    <get dest="${libdir}/commons-digester-1.7.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.7.jar">
+    <get dest="${libdir}/commons-digester-1.7.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/commons-digester/jars/commons-digester-1.7.jar">
     </get>
-    <get dest="${libdir}/xerces-2.4.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.4.0.jar">
+    <get dest="${libdir}/xerces-2.4.0.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/xerces/jars/xerces-2.4.0.jar">
     </get>
-    <get dest="${libdir}/xml-apis-1.0.b2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-1.0.b2.jar">
+    <get dest="${libdir}/xml-apis-1.0.b2.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/xml-apis/jars/xml-apis-1.0.b2.jar">
     </get>
-    <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
+    <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/junit/jars/junit-3.8.1.jar">
     </get>
-    <get dest="${libdir}/maven-cobertura-plugin-1.1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/maven-plugins/plugins/maven-cobertura-plugin-1.1.1.jar">
+    <get dest="${libdir}/maven-cobertura-plugin-1.1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/maven-plugins/plugins/maven-cobertura-plugin-1.1.1.jar">
     </get>
-    <get dest="${libdir}/maven-artifact-plugin-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.5.jar">
+    <get dest="${libdir}/maven-artifact-plugin-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/maven/plugins/maven-artifact-plugin-1.5.jar">
     </get>
-    <get dest="${libdir}/maven-xdoc-plugin-1.9.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/maven/plugins/maven-xdoc-plugin-1.9.2.jar">
+    <get dest="${libdir}/maven-xdoc-plugin-1.9.2.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/maven/plugins/maven-xdoc-plugin-1.9.2.jar">
     </get>
   </target>
   <target name="install-maven">

Modified: jakarta/commons/proper/betwixt/trunk/doap_betwixt.rdf
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/betwixt/trunk/doap_betwixt.rdf?view=diff&rev=489469&r1=489468&r2=489469
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/doap_betwixt.rdf (original)
+++ jakarta/commons/proper/betwixt/trunk/doap_betwixt.rdf Thu Dec 21 13:45:52 2006
@@ -39,6 +39,11 @@
         <created>2005-07-25</created>
         <version>0.7</version>
       </revision>
+      <revision>
+        <name>commons-betwixt</name>
+        <created>2006-12-21</created>
+        <version>0.8</version>
+      </revision>
     </release>
     <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/>
   </Project>

Modified: jakarta/commons/proper/betwixt/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/betwixt/trunk/project.xml?view=diff&rev=489469&r1=489468&r2=489469
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/project.xml Thu Dec 21 13:45:52 2006
@@ -20,7 +20,7 @@
   <name>Betwixt</name>
   <groupId>commons-betwixt</groupId>
   <artifactId>commons-betwixt</artifactId>
-  <currentVersion>0.8-RC4</currentVersion>
+  <currentVersion>0.8</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons Betwixt</shortDescription>
   <description>Commons Betwixt: mapping beans to XML</description>
@@ -84,6 +84,11 @@
       <id>0.7</id>
       <name>0.7</name>
       <tag>BETWIXT_0_7</tag>
+    </version>    
+    <version>
+      <id>0.8</id>
+      <name>0.8</name>
+      <tag>BETWIXT_0_8</tag>
     </version>    
   </versions>
 

Modified: jakarta/commons/proper/betwixt/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/betwixt/trunk/xdocs/index.xml?view=diff&rev=489469&r1=489468&r2=489469
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/xdocs/index.xml Thu Dec 21 13:45:52 2006
@@ -43,20 +43,19 @@
 
 <section name="Releases">
 
-  <subsection name='Betwixt 0.8 (UNDER PREPARATION)'>
-  	<p>
-<strong>Note:</strong> 0.8 is in preparation.
-  	</p>
+  <subsection name='Betwixt 0.8'>
     <p>
 Betwixt 0.8 is a feature release.
-Improvements have been made to supression strategies.
+Improvements have been made to suppression strategies.
 Enhancements have been made to mapping formats.
 Mixed collections are now handled more completely.
 For full details see the <a href='tasks.html#Completed'>tasks documentation</a>. 
 	</p>
-	<p>
-Note these <a href='tasks.html#Deprecated'>deprecations</a> (since 0.7).
-	</p>
+    <p>
+Betwixt 0.8 is 
+<a href='http://jakarta.apache.org/site/downloads/downloads_commons-betwixt.cgi'>available</a> 
+in binary and source distributions.
+    </p>
   </subsection>
   <subsection name='Betwixt 0.7'>
     <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org