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

[daffodil] branch main updated: Prepare for Release 3.3.0

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

jinterrante 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 2db8dc0  Prepare for Release 3.3.0
2db8dc0 is described below

commit 2db8dc0bbfa501106ec4ddf7c5e63b5ee4c53961
Author: John Interrante <in...@research.ge.com>
AuthorDate: Thu Mar 17 09:52:02 2022 -0700

    Prepare for Release 3.3.0
    
    build.sbt: Remove SNAPSHOT.
    
    DAFFODIL-2677
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 864ff7c..cb242d7 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.3.0",
   scalaVersion := "2.12.15",
   crossScalaVersions := Seq("2.12.15"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),