You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/07/12 10:28:21 UTC

svn commit: r1145487 - in /incubator/stanbol/trunk: ontologymanager/ontonet/pom.xml ontologymanager/web/pom.xml reasoners/web/pom.xml rules/base/pom.xml rules/manager/pom.xml

Author: fchrist
Date: Tue Jul 12 08:28:21 2011
New Revision: 1145487

URL: http://svn.apache.org/viewvc?rev=1145487&view=rev
Log:
STANBOL-205 Fixed version of com.hp.hpl.jena:jena:jar from 2.6.2 to 2.6.3 as defined in parent POM

Modified:
    incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml
    incubator/stanbol/trunk/ontologymanager/web/pom.xml
    incubator/stanbol/trunk/reasoners/web/pom.xml
    incubator/stanbol/trunk/rules/base/pom.xml
    incubator/stanbol/trunk/rules/manager/pom.xml

Modified: incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml?rev=1145487&r1=1145486&r2=1145487&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml Tue Jul 12 08:28:21 2011
@@ -8,7 +8,8 @@
 	by applicable law or agreed to in writing, software distributed under the 
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
-	language governing permissions and limitations under the License. -->
+	language governing permissions and limitations under the License.
+-->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -116,7 +117,6 @@
 		<dependency>
 			<groupId>com.hp.hpl.jena</groupId>
 			<artifactId>jena</artifactId>
-			<version>2.6.2</version>
 			<scope>provided</scope>
 		</dependency>
 

Modified: incubator/stanbol/trunk/ontologymanager/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/pom.xml?rev=1145487&r1=1145486&r2=1145487&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/web/pom.xml Tue Jul 12 08:28:21 2011
@@ -244,7 +244,6 @@
 	<dependency>
       <groupId>com.hp.hpl.jena</groupId>
       <artifactId>jena</artifactId>
-      <version>2.6.2</version>
       <scope>provided</scope>
     </dependency>
 		

Modified: incubator/stanbol/trunk/reasoners/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/pom.xml?rev=1145487&r1=1145486&r2=1145487&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/web/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/web/pom.xml Tue Jul 12 08:28:21 2011
@@ -338,7 +338,6 @@
     <dependency>
       <groupId>com.hp.hpl.jena</groupId>
       <artifactId>jena</artifactId>
-      <version>2.6.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: incubator/stanbol/trunk/rules/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/base/pom.xml?rev=1145487&r1=1145486&r2=1145487&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/base/pom.xml (original)
+++ incubator/stanbol/trunk/rules/base/pom.xml Tue Jul 12 08:28:21 2011
@@ -81,7 +81,6 @@
 		<dependency>
 			<groupId>com.hp.hpl.jena</groupId>
 			<artifactId>jena</artifactId>
-			<version>2.6.2</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: incubator/stanbol/trunk/rules/manager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/pom.xml?rev=1145487&r1=1145486&r2=1145487&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/manager/pom.xml (original)
+++ incubator/stanbol/trunk/rules/manager/pom.xml Tue Jul 12 08:28:21 2011
@@ -86,7 +86,6 @@
 		<dependency>
 			<groupId>com.hp.hpl.jena</groupId>
 			<artifactId>jena</artifactId>
-			<version>2.6.2</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>