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/10/16 02:55:45 UTC

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

Author: donaldp
Date: Wed Oct 16 00:55:44 2013
New Revision: 1532611

URL: http://svn.apache.org/r1532611
Log:
Record release

Modified:
    buildr/trunk/doap.rdf

Modified: buildr/trunk/doap.rdf
URL: http://svn.apache.org/viewvc/buildr/trunk/doap.rdf?rev=1532611&r1=1532610&r2=1532611&view=diff
==============================================================================
--- buildr/trunk/doap.rdf (original)
+++ buildr/trunk/doap.rdf Wed Oct 16 00:55:44 2013
@@ -37,6 +37,37 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <release>
       <Version>
+        <name>1.4.14</name>
+        <created>2013-10-11</created>
+        <revision>1.4.14</revision>
+        <dc:description>
+* Change: Remove highline dependency.
+* Fixed:  BUILDR-682 - Fix the documentation for releasing using
+          your own versioning scheme. Submitted by Jean-Philippe
+          Caruana.
+* Fixed:  BUILDR-681 - Stop empty projects creating target/webapp.
+* Change: Add dependency from generated jws client source directory
+          to the source wsdl in the wsgen addon.
+* Fixed:  Fixed regression in gwt addon due to "pathing_jar"
+          functionality in Java::Commands.java.
+* Change: Support disabling the new "pathing_jar" functionality in
+          Java::Commands.java utility method. Required for tools
+          that introspect the classpath.
+* Change: Update wsgen addon to generate source into a directory
+          hierarchy based on maven conventions.
+* Fixed:  Fixed regression using transitive dependencies due to
+          presence of :scope option in Artifacts.to_hash.
+* Fixed:  Fixed bug in GWT addon that required that the user supply
+          the :dependencies option.
+* Fixed:  Fixed bug in Intellij project file generation when adding
+          a web facet.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
         <name>1.4.13</name>
         <created>2013-10-02</created>
         <revision>1.4.13</revision>