moved marmotta-client-php to a deprecated profile in our build
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/df0a65f7 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/df0a65f7 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/df0a65f7 Branch: refs/heads/MARMOTTA-584 Commit: df0a65f71f18dcf9e10eef5171436a586c9540a2 Parents: 3b13327 Author: Sergio Fernández <[email protected]> Authored: Tue May 3 12:13:29 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue May 3 12:13:29 2016 +0200 ---------------------------------------------------------------------- client/marmotta-client-php/pom.xml | 2 +- client/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/df0a65f7/client/marmotta-client-php/pom.xml ---------------------------------------------------------------------- diff --git a/client/marmotta-client-php/pom.xml b/client/marmotta-client-php/pom.xml index 8607933..92f011e 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.3.0-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/marmotta/blob/df0a65f7/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index def772b..6ba9da1 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -69,7 +69,7 @@ <profiles> <profile> - <id>experimental</id> + <id>deprecated</id> <modules> <module>marmotta-client-php</module> </modules>
