Hi all Because Alessandro changed the groupid from "owlapi" to "net.sourceforge.owlapi" I noticed that there is still a embedded maven repository for the "o.a.stanbol.commons.owl" in the trunk [1].
However - Fabian please correct me if I am wrong - we are not allowed to release embedded maven repositories as part of our source releases. If I lookup the same in the 0.9.0 branch [2] there is no such embedded repository and this is also the reason for the "apache-stanbol-0.9.0-incubating-deps" available for download at [3]. If this assumption is right I suggest to: 1. remove the embedded maven repository from the "o.a.stanbol.commons.owl" module 2a. use the " "apache-stanbol-0.9.0-incubating-deps" [3] also for the current trunk - this requires to revert the changes of the owlapi groupid or 2b. keep the new "net.sourceforge.owlapi" and create a "apache-stanbol-0.10.0-incubating-deps BTW: the "o.a.stanbol.reasoners.hermit" module uses also embedded maven repositories. However in this case it is OK as this module is currently in "contrib" and can not be released because of the LGPL dependency to the HermiT reasoner. best Rupert [1] http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/owl/src/main/resources/maven/ [2] http://svn.apache.org/repos/asf/incubator/stanbol/branches/0.9.0-incubating/commons/owl/src/main/resources/ [3] http://incubator.apache.org/stanbol/downloads/releases.html ---------- Forwarded message ---------- From: <[email protected]> Date: Fri, Jun 22, 2012 at 7:11 PM Subject: svn commit: r1352977 - in /incubator/stanbol/trunk: commons/owl/ commons/owl/src/main/resources/maven/repo/net/ commons/owl/src/main/resources/maven/repo/net/sourceforge/ commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/ commons/owl/src... To: [email protected] Author: alexdma Date: Fri Jun 22 17:11:51 2012 New Revision: 1352977 URL: http://svn.apache.org/viewvc?rev=1352977&view=rev Log: Moving references and embedded owlapi repo to net.sourceforge.owlapi groupID (STANBOL-619). Artifact IDs will be added once we have the owlapi project structure in maven central. unfortunately, even this is not solving the STANBOL-667 problem as expected. Added: incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/ incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/ incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/ incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/ - copied from r1352907, incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/owlapi/owlapi/ Removed: incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/owlapi/ Modified: incubator/stanbol/trunk/commons/owl/pom.xml incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/maven-metadata-local.xml incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom.sha1 incubator/stanbol/trunk/parent/pom.xml Modified: incubator/stanbol/trunk/commons/owl/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/pom.xml?rev=1352977&r1=1352976&r2=1352977&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/owl/pom.xml (original) +++ incubator/stanbol/trunk/commons/owl/pom.xml Fri Jun 22 17:11:51 2012 @@ -145,7 +145,7 @@ <artifactId>arq</artifactId> </dependency> <dependency> - <groupId>owlapi</groupId> + <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi</artifactId> </dependency> Modified: incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom?rev=1352977&r1=1352907&r2=1352977&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom (original) +++ incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom Fri Jun 22 17:11:51 2012 @@ -2,7 +2,7 @@ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <groupId>owlapi</groupId> + <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi</artifactId> <version>3.2.3</version> <description>POM was created from install:install-file</description> Modified: incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/maven-metadata-local.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/maven-metadata-local.xml?rev=1352977&r1=1352907&r2=1352977&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/maven-metadata-local.xml (original) +++ incubator/stanbol/trunk/commons/owl/src/main/resources/maven/repo/net/sourceforge/owlapi/owlapi/maven-metadata-local.xml Fri Jun 22 17:11:51 2012 @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <metadata> - <groupId>owlapi</groupId> + <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi</artifactId> <versioning> <release>3.2.3</release> <versions> <version>3.2.3</version> + <version>3.2.2</version> </versions> - <lastUpdated>20110524173434</lastUpdated> + <lastUpdated>20120621173434</lastUpdated> </versioning> </metadata> Modified: incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml?rev=1352977&r1=1352976&r2=1352977&view=diff ============================================================================== --- incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml (original) +++ incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml Fri Jun 22 17:11:51 2012 @@ -32,6 +32,16 @@ <name>Apache Stanbol Reasoners: HermiT</name> + <scm> + <connection> + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/contrib/reasoners/hermit/ + </connection> + <developerConnection> + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/contrib/reasoners/hermit/ + </developerConnection> + <url>http://incubator.apache.org/stanbol/</url> + </scm> + <repositories> <repository> <releases> @@ -44,6 +54,7 @@ <url>file://localhost/${project.basedir}/src/main/resources/maven/repo</url> </repository> </repositories> + <dependencies> <dependency> <groupId>org.apache.felix</groupId> @@ -57,7 +68,7 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>owlapi</groupId> + <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi</artifactId> </dependency> <dependency> Modified: incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom?rev=1352977&r1=1352976&r2=1352977&view=diff ============================================================================== --- incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom (original) +++ incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom Fri Jun 22 17:11:51 2012 @@ -9,7 +9,7 @@ <dependencies> <!-- Stanbol deps --> <dependency> - <groupId>owlapi</groupId> + <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi</artifactId> <version>3.2.2</version> </dependency> Modified: incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom.sha1 URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom.sha1?rev=1352977&r1=1352976&r2=1352977&view=diff ============================================================================== --- incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom.sha1 (original) +++ incubator/stanbol/trunk/contrib/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/1.3.6/hermit-1.3.6.pom.sha1 Fri Jun 22 17:11:51 2012 @@ -1 +1 @@ -4e33e4e8f151dc4942bd83fb08c022f199bcde0b hermit-1.3.6.pom +49458a1d2d215b2a76cde775b5c95ffca4b554bf hermit-1.3.6.pom Modified: incubator/stanbol/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1352977&r1=1352976&r2=1352977&view=diff ============================================================================== --- incubator/stanbol/trunk/parent/pom.xml (original) +++ incubator/stanbol/trunk/parent/pom.xml Fri Jun 22 17:11:51 2012 @@ -1121,7 +1121,7 @@ <!-- OWL --> <dependency> - <groupId>owlapi</groupId> + <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi</artifactId> <version>3.2.3</version> </dependency> -- | Rupert Westenthaler [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
