You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2015/06/25 10:47:55 UTC

clerezza git commit: fixed dependency versions

Repository: clerezza
Updated Branches:
  refs/heads/master e3fc8e9bd -> 56754d125


fixed dependency versions

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

Branch: refs/heads/master
Commit: 56754d12534ffd38bdc430a05cb7a0927fbee597
Parents: e3fc8e9
Author: developer <de...@36058d9fa571>
Authored: Thu Jun 25 08:46:37 2015 +0000
Committer: developer <de...@36058d9fa571>
Committed: Thu Jun 25 08:46:37 2015 +0000

----------------------------------------------------------------------
 platform/editor/pom.xml             | 8 ++++----
 platform/logging/ontologies/pom.xml | 4 ++--
 platform/pom.xml                    | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/56754d12/platform/editor/pom.xml
----------------------------------------------------------------------
diff --git a/platform/editor/pom.xml b/platform/editor/pom.xml
index 94145e1..b17c6cf 100644
--- a/platform/editor/pom.xml
+++ b/platform/editor/pom.xml
@@ -107,7 +107,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4</version>
+            <version>1.0.0</version>
         </dependency>
         <!--    <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -116,18 +116,18 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.metadata</artifactId>
-            <version>0.2</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core.test</artifactId>
             <scope>test</scope>
-            <version>0.15</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/56754d12/platform/logging/ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform/logging/ontologies/pom.xml b/platform/logging/ontologies/pom.xml
index a803250..5f205cc 100644
--- a/platform/logging/ontologies/pom.xml
+++ b/platform/logging/ontologies/pom.xml
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
     </dependencies>
     <build>
@@ -61,7 +61,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>1.0.0</version>
             </plugin>
         </plugins>
     </build>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/56754d12/platform/pom.xml
----------------------------------------------------------------------
diff --git a/platform/pom.xml b/platform/pom.xml
index 337f53c..30ba224 100644
--- a/platform/pom.xml
+++ b/platform/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>7-SNAPSHOT</version>
+        <version>7</version>
         <relativePath>../parent</relativePath>
     </parent>