This is an automated email from the ASF dual-hosted git repository.
painter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
The following commit(s) were added to refs/heads/master by this push:
new 8e5db34 Use fulcrum-json 2.0.0 release
8e5db34 is described below
commit 8e5db34486d7038415ddc70c7eb9712a328ca471
Author: Jeffery Painter <[email protected]>
AuthorDate: Mon Mar 25 20:51:03 2019 -0400
Use fulcrum-json 2.0.0 release
---
src/main/resources/archetype-resources/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/archetype-resources/pom.xml
b/src/main/resources/archetype-resources/pom.xml
index d4dab78..68f298d 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -407,7 +407,7 @@ under the License.
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<log4j2.version>2.11.1</log4j2.version>
<torque.version>4.0</torque.version>
- <fulcrum.json>2.0.0-SNAPSHOT</fulcrum.json>
+ <fulcrum.json>2.0.0</fulcrum.json>
<fulcrum.intake>2.0.0</fulcrum.intake>
<fulcrum.security>1.1.3-SNAPSHOT</fulcrum.security>
<turbine.core>5.0-SNAPSHOT</turbine.core>