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 f9ca3fe  Revert fulcrum-cache update until build is resolved
f9ca3fe is described below

commit f9ca3fe4320703268c6fd84546e52e46017aa3dd
Author: jlpainter <[email protected]>
AuthorDate: Thu Oct 11 00:46:55 2018 -0400

    Revert fulcrum-cache update until build is resolved
---
 .project                                       | 17 +++++++++++++++++
 src/main/resources/archetype-resources/pom.xml |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/.project b/.project
new file mode 100644
index 0000000..6271c1c
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>turbine-archetypes</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.m2e.core.maven2Builder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.m2e.core.maven2Nature</nature>
+       </natures>
+</projectDescription>
diff --git a/src/main/resources/archetype-resources/pom.xml 
b/src/main/resources/archetype-resources/pom.xml
index 41e5126..5da680f 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -337,7 +337,7 @@ under the License.
       <dependency>
         <groupId>org.apache.fulcrum</groupId>
         <artifactId>fulcrum-cache</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.0</version>
       </dependency>
        <dependency>
         <groupId>org.apache.fulcrum</groupId>

Reply via email to