fixed wrong version numbers - update to 3.1.0-incubating (partially cherry picked from commit cdb3223db7439a9f8fd7fb5159ffd52f6da0ecb7)
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/a20097e4 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/a20097e4 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/a20097e4 Branch: refs/heads/develop Commit: a20097e472cdaffa06edb5db991407394ac53a16 Parents: 582abb5 Author: Jakob Frank <[email protected]> Authored: Tue Nov 5 11:50:11 2013 +0100 Committer: Jakob Frank <[email protected]> Committed: Tue Nov 5 11:50:11 2013 +0100 ---------------------------------------------------------------------- client/marmotta-client-js-sample-webapp/pom.xml | 2 +- client/marmotta-client-php/pom.xml | 2 +- libraries/ldcache/ldcache-backend-mapdb/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/a20097e4/client/marmotta-client-js-sample-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/client/marmotta-client-js-sample-webapp/pom.xml b/client/marmotta-client-js-sample-webapp/pom.xml index afe52bf..e0f7f5d 100644 --- a/client/marmotta-client-js-sample-webapp/pom.xml +++ b/client/marmotta-client-js-sample-webapp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.1.0-incubating-SNAPSHOT</version> + <version>3.1.0-incubating</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/marmotta/blob/a20097e4/client/marmotta-client-php/pom.xml ---------------------------------------------------------------------- diff --git a/client/marmotta-client-php/pom.xml b/client/marmotta-client-php/pom.xml index 33a83fc..42a368e 100644 --- a/client/marmotta-client-php/pom.xml +++ b/client/marmotta-client-php/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.1.0-incubating-SNAPSHOT</version> + <version>3.1.0-incubating</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/marmotta/blob/a20097e4/libraries/ldcache/ldcache-backend-mapdb/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ldcache/ldcache-backend-mapdb/pom.xml b/libraries/ldcache/ldcache-backend-mapdb/pom.xml index 2b66c90..33a66c7 100644 --- a/libraries/ldcache/ldcache-backend-mapdb/pom.xml +++ b/libraries/ldcache/ldcache-backend-mapdb/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.1.0-incubating-SNAPSHOT</version> + <version>3.1.0-incubating</version> <relativePath>../../../parent</relativePath> </parent>
