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 9a92d59 Update json lib
9a92d59 is described below
commit 9a92d596480d575bdb2f21304814a8d40ffcff15
Author: jlpainter <[email protected]>
AuthorDate: Thu Oct 18 12:00:37 2018 -0400
Update json lib
---
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 5da680f..1d8d4ba 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -403,7 +403,7 @@ under the License.
<maven.compile.target>1.8</maven.compile.target>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<torque.version>4.0</torque.version>
- <fulcrum.json>1.1.2-SNAPSHOT</fulcrum.json>
+ <fulcrum.json>2.0.0-SNAPSHOT</fulcrum.json>
<fulcrum.intake>2.0.0-SNAPSHOT</fulcrum.intake>
<fulcrum.security>1.1.3-SNAPSHOT</fulcrum.security>
<turbine.core>5.0-SNAPSHOT</turbine.core>