You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by en...@apache.org on 2015/03/21 18:01:49 UTC

clerezza git commit: Fix Issue CLEREZZA-967

Repository: clerezza
Updated Branches:
  refs/heads/master bb8ebf19f -> 6ba32deb9


Fix Issue CLEREZZA-967


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/6ba32deb
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/6ba32deb
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/6ba32deb

Branch: refs/heads/master
Commit: 6ba32deb9740fcfd1cfa3c24f7383c372cd97a2b
Parents: bb8ebf1
Author: enridaga <en...@apache.org>
Authored: Sat Mar 21 17:03:31 2015 +0000
Committer: enridaga <en...@apache.org>
Committed: Sat Mar 21 17:03:31 2015 +0000

----------------------------------------------------------------------
 rdf.core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/6ba32deb/rdf.core/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.core/pom.xml b/rdf.core/pom.xml
index 6c43334..06ad569 100644
--- a/rdf.core/pom.xml
+++ b/rdf.core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
@@ -124,4 +124,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>