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 c700a00 Update to fulcrum intake 2.0.0
c700a00 is described below
commit c700a00c140262d1eaa94f60114c191521297141
Author: Jeffery Painter <[email protected]>
AuthorDate: Mon Mar 25 10:37:56 2019 -0400
Update to fulcrum intake 2.0.0
---
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 c375b31..d4dab78 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -408,7 +408,7 @@ under the License.
<log4j2.version>2.11.1</log4j2.version>
<torque.version>4.0</torque.version>
<fulcrum.json>2.0.0-SNAPSHOT</fulcrum.json>
- <fulcrum.intake>2.0.0-SNAPSHOT</fulcrum.intake>
+ <fulcrum.intake>2.0.0</fulcrum.intake>
<fulcrum.security>1.1.3-SNAPSHOT</fulcrum.security>
<turbine.core>5.0-SNAPSHOT</turbine.core>
<skipTests>true</skipTests>