This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new 331b04f Prepare for 3.1.0 release
331b04f is described below
commit 331b04f34774693eb5faeaf0cc05a567da3b27e4
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed May 12 07:53:10 2021 -0400
Prepare for 3.1.0 release
DAFFODIL-2514
---
build.sbt | 2 +-
.../org/apache/daffodil/runtime2/examples/NestedUnion/generated_code.c | 2 +-
.../org/apache/daffodil/runtime2/examples/ex_nums/generated_code.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index 40854f3..0fda81e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -148,7 +148,7 @@ lazy val testStdLayout =
Project("daffodil-test-stdLayout", file("test-stdLay
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "3.1.0-SNAPSHOT",
+ version := "3.1.0",
scalaVersion := "2.12.13",
crossScalaVersions := Seq("2.12.13"),
scalacOptions ++= Seq(
diff --git
a/daffodil-runtime2/src/test/resources/org/apache/daffodil/runtime2/examples/NestedUnion/generated_code.c
b/daffodil-runtime2/src/test/resources/org/apache/daffodil/runtime2/examples/NestedUnion/generated_code.c
index ab71748..833f045 100644
---
a/daffodil-runtime2/src/test/resources/org/apache/daffodil/runtime2/examples/NestedUnion/generated_code.c
+++
b/daffodil-runtime2/src/test/resources/org/apache/daffodil/runtime2/examples/NestedUnion/generated_code.c
@@ -8,7 +8,7 @@
// Initialize our program's name and version
-const char *daffodil_program_version = "daffodil-runtime2 3.1.0-SNAPSHOT";
+const char *daffodil_program_version = "daffodil-runtime2 3.1.0";
// Declare prototypes for easier compilation
diff --git
a/daffodil-runtime2/src/test/resources/org/apache/daffodil/runtime2/examples/ex_nums/generated_code.c
b/daffodil-runtime2/src/test/resources/org/apache/daffodil/runtime2/examples/ex_nums/generated_code.c
index 02df28a..e9445de 100644
---
a/daffodil-runtime2/src/test/resources/org/apache/daffodil/runtime2/examples/ex_nums/generated_code.c
+++
b/daffodil-runtime2/src/test/resources/org/apache/daffodil/runtime2/examples/ex_nums/generated_code.c
@@ -8,7 +8,7 @@
// Initialize our program's name and version
-const char *daffodil_program_version = "daffodil-runtime2 3.1.0-SNAPSHOT";
+const char *daffodil_program_version = "daffodil-runtime2 3.1.0";
// Declare prototypes for easier compilation