This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git
commit 152627c6b0ea17f86777e07abe5b811612850d19 Author: Jeffery Painter <[email protected]> AuthorDate: Mon Dec 17 17:14:35 2018 +0000 Update all components to fulcrum-yaafi 1.0.8 release git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/factory@1849110 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 61ebdd6..c01e4db 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ <dependency> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-yaafi</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> <scope>test</scope> </dependency> </dependencies> @@ -103,4 +103,4 @@ <turbine.site.path>fulcrum/fulcrum-factory</turbine.site.path> </properties> -</project> \ No newline at end of file +</project>
