Repository: marmotta Updated Branches: refs/heads/develop 49f30d8fa -> 3ddb6c9b0
fixed wrong version of modules out of the default profile Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/3ddb6c9b Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/3ddb6c9b Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/3ddb6c9b Branch: refs/heads/develop Commit: 3ddb6c9b0708a0bfad2853e3ca386f423af07e7a Parents: 49f30d8 Author: Sergio Fernández <[email protected]> Authored: Wed Aug 27 15:58:36 2014 +0200 Committer: Sergio Fernández <[email protected]> Committed: Wed Aug 27 15:58:36 2014 +0200 ---------------------------------------------------------------------- client/marmotta-client-js-sample-webapp/pom.xml | 10 ++++- client/marmotta-client-php/pom.xml | 45 +------------------- client/pom.xml | 6 +-- .../backends/marmotta-backend-bigdata/pom.xml | 2 +- platform/backends/marmotta-backend-http/pom.xml | 2 +- .../backends/marmotta-backend-sparql/pom.xml | 2 +- 6 files changed, 16 insertions(+), 51 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/3ddb6c9b/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 8c20436..24034ee 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.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -40,6 +40,14 @@ <filtering>true</filtering> </resource> </resources> + <plugins> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugins> </build> <dependencies> http://git-wip-us.apache.org/repos/asf/marmotta/blob/3ddb6c9b/client/marmotta-client-php/pom.xml ---------------------------------------------------------------------- diff --git a/client/marmotta-client-php/pom.xml b/client/marmotta-client-php/pom.xml index fc1692a..8607933 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.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -69,48 +69,5 @@ </dependencies> - <pluginRepositories> - <pluginRepository> - <id>release-repo1.php-maven.org</id> - <name>PHP Maven Release Repository</name> - <url>http://repos.php-maven.org/releases</url> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - <pluginRepository> - <id>snapshot-repo1.php-maven.org</id> - <name>PHP Maven Snapshot Repository</name> - <url>http://repos.php-maven.org/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - <repositories> - <repository> - <id>release-repo1.php-maven.org</id> - <name>PHP Maven Release Repository</name> - <url>http://repos.php-maven.org/releases</url> - <releases> - <enabled>true</enabled> - </releases> - </repository> - <repository> - <id>snapshot-repo1.php-maven.org</id> - <name>PHP Maven Snapshot Repository</name> - <url>http://repos.php-maven.org/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - </project> http://git-wip-us.apache.org/repos/asf/marmotta/blob/3ddb6c9b/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 1560b39..40c05d5 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -64,14 +64,14 @@ <modules> <module>marmotta-client-java</module> <module>marmotta-client-js</module> + <module>marmotta-client-js-sample-webapp</module> </modules> <profiles> <profile> - <id>all</id> + <id>experimental</id> <modules> - <module>marmotta-client-php</module> - <module>marmotta-client-js-sample-webapp</module> + <module>marmotta-client-php</module> </modules> </profile> </profiles> http://git-wip-us.apache.org/repos/asf/marmotta/blob/3ddb6c9b/platform/backends/marmotta-backend-bigdata/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-bigdata/pom.xml b/platform/backends/marmotta-backend-bigdata/pom.xml index 2f548ba..aca2c9d 100644 --- a/platform/backends/marmotta-backend-bigdata/pom.xml +++ b/platform/backends/marmotta-backend-bigdata/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/marmotta/blob/3ddb6c9b/platform/backends/marmotta-backend-http/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-http/pom.xml b/platform/backends/marmotta-backend-http/pom.xml index a352a66..ab62374 100644 --- a/platform/backends/marmotta-backend-http/pom.xml +++ b/platform/backends/marmotta-backend-http/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/marmotta/blob/3ddb6c9b/platform/backends/marmotta-backend-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-sparql/pom.xml b/platform/backends/marmotta-backend-sparql/pom.xml index b7fd2c0..eb405ed 100644 --- a/platform/backends/marmotta-backend-sparql/pom.xml +++ b/platform/backends/marmotta-backend-sparql/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent>
