You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/11/09 03:54:40 UTC

svn commit: r1540249 - /buildr/trunk/doap.rdf

Author: donaldp
Date: Sat Nov  9 02:54:39 2013
New Revision: 1540249

URL: http://svn.apache.org/r1540249
Log:
Register last release

Modified:
    buildr/trunk/doap.rdf

Modified: buildr/trunk/doap.rdf
URL: http://svn.apache.org/viewvc/buildr/trunk/doap.rdf?rev=1540249&r1=1540248&r2=1540249&view=diff
==============================================================================
--- buildr/trunk/doap.rdf (original)
+++ buildr/trunk/doap.rdf Sat Nov  9 02:54:39 2013
@@ -37,6 +37,39 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <release>
       <Version>
+        <name>1.4.15</name>
+        <created>2013-11-06</created>
+        <revision>1.4.15</revision>
+        <dc:description>
+* Change: Update to TestNG 6.8.7.
+* Change: Updated the 'test_jar' package type to have a
+          classifier of 'tests' and thus match maven
+          conventions. Reported by Chris Bozic.
+* Fixed:  BUILDR-689 - Ensure that war file includes generated
+          assets rather than the "source" assets that may have
+          been filtered.
+* Fixed:  BUILDR-689 - Define assets task before the project is
+          defined to avoid "undefined method `project='" if the
+          project attempts to generate into the same directory.
+* Added:  BUILDR-679 - Support uploading to a snapshot repository
+          defined by repositories.snapshot_to if the artifact is
+          a snapshot. Submitted by Tammo van Lessen.
+* Change: Update the jaxb_xjc addon to add output directory to
+          generated IDEA project files.
+* Change: Update the default output directory used in the jaxb_xjc
+          addon to use Maven conventions.
+* Fixed:  Bug in IdeaProject.partition_dependencies resulted in
+          projects being rebuilt if artifacts were added to the
+          project with dependencies on the current project.
+* Fixed:  BUILDR-605 - Ensure package task invokes included paths.
+* Fixed:  BUILDR-609 - compile.from should accept Task argument.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
         <name>1.4.14</name>
         <created>2013-10-11</created>
         <revision>1.4.14</revision>