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/11/29 23:05:48 UTC

[daffodil] branch main updated: Remove SNAPSHOT to prepare for release 3.2.0

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 152a7f9  Remove SNAPSHOT to prepare for release 3.2.0
152a7f9 is described below

commit 152a7f9905a1e5a4ea966026bfd599a91bfab939
Author: Michael Beckerle <mb...@apache.org>
AuthorDate: Mon Nov 29 17:41:22 2021 -0500

    Remove SNAPSHOT to prepare for release 3.2.0
    
    DAFFODIL-2590
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 183a33e..917ae7a 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.2.0-SNAPSHOT",
+  version := "3.2.0",
   scalaVersion := "2.12.15",
   crossScalaVersions := Seq("2.12.15"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),