You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/06/15 07:35:49 UTC

svn commit: r1890797 - /turbine/fulcrum/trunk/json/src/changes/changes.xml

Author: gk
Date: Tue Jun 15 07:35:49 2021
New Revision: 1890797

URL: http://svn.apache.org/viewvc?rev=1890797&view=rev
Log:
- fix changes.xml

Modified:
    turbine/fulcrum/trunk/json/src/changes/changes.xml

Modified: turbine/fulcrum/trunk/json/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/src/changes/changes.xml?rev=1890797&r1=1890796&r2=1890797&view=diff
==============================================================================
--- turbine/fulcrum/trunk/json/src/changes/changes.xml (original)
+++ turbine/fulcrum/trunk/json/src/changes/changes.xml Tue Jun 15 07:35:49 2021
@@ -25,8 +25,6 @@
 
   <body>
   <release version="2.0.1" date="in SVN">
-    
-    
     <action type="update" dev="gk">
      Update Jackson to v2.12.3, GSON to 2.8.7, commons-lang3 to 3.12.0, json-path to 2.6.0, slf4j-noop to 1.7.30
    </action>
@@ -43,10 +41,10 @@
     <action type="update" dev="gk">
     - add jaxb dependency for jackson2 module as it is not in java12, 
     - fix dateformat test
-    - include jackson-datatype-json-org, but exclude incompatible org.json and it's license.
+    - update jackson-datatype-json-org and exclude incompatible org.json and it's license.
     </action>
     </release>
-  <release version="2.0.0" date="in SVN">
+  <release version="2.0.0" date="2019-01-25">
     <action type="update" dev="gk">
         Java 8 compatiblity, updated SNAPSHOT version 1.1.2-SNAPSHOT to 2.0.0-SNAPSHOT.
         Replace Log4j with Log4j2, add support for JUnit 5, update tests