You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by mb...@apache.org on 2021/12/16 18:20:17 UTC

[daffodil] branch main updated: Change version in build.sbt to 3.2.1

This is an automated email from the ASF dual-hosted git repository.

mbeckerle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new c6d3129  Change version in build.sbt to 3.2.1
c6d3129 is described below

commit c6d3129cf05086f56675d98f6ab364b7ce18ac4e
Author: Michael Beckerle <mb...@apache.org>
AuthorDate: Thu Dec 16 12:21:34 2021 -0500

    Change version in build.sbt to 3.2.1
    
    This is for a urgent patch release to fix 2 CVEs (log4J, JDOM)
    and to incorporate the fix for unparsing layers with checksums
    (DAFFODIL-2608) which
    is a key feature of 3.2.0 found to be broken.
    
    DAFFODIL-2609
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index b5e4fe2..107a4ba 100644
--- a/build.sbt
+++ b/build.sbt
@@ -152,7 +152,7 @@ lazy val testStdLayout    = Project("daffodil-test-stdLayout", file("test-stdLay
 
 lazy val commonSettings = Seq(
   organization := "org.apache.daffodil",
-  version := "3.3.0-SNAPSHOT",
+  version := "3.2.1",
   scalaVersion := "2.12.15",
   crossScalaVersions := Seq("2.12.15"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),