Skip to content

Commit

Permalink
Upgrade to Jena 3.17
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Dec 8, 2020
1 parent a60f96c commit b1ddcd8
Show file tree
Hide file tree
Showing 28 changed files with 50 additions and 61 deletions.
4 changes: 2 additions & 2 deletions client/oslc-client-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.eclipse.lyo.clients</groupId>
<artifactId>clients-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>oslc-client-base</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<name>Lyo :: Client :: Base</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions client/oslc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.eclipse.lyo.clients</groupId>
<artifactId>clients-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oslc-client</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<name>Lyo :: Client :: OSLC JAX-RS 2.0 (new)</name>
<description>Eclipse Lyo OSLC Java client based on OSLC4J and JAX-RS 2.0</description>

Expand Down
4 changes: 2 additions & 2 deletions client/oslc-java-client-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.eclipse.lyo.clients</groupId>
<artifactId>clients-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>oslc-java-client-resources</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<name>Lyo :: Client :: Resources (legacy)</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions client/oslc-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.eclipse.lyo.clients</groupId>
<artifactId>clients-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
</parent>
<artifactId>oslc-java-client</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<name>Lyo :: Client :: OSLC Wink (legacy)</name>

<description>Eclipse Lyo OSLC Java client based on OSLC4J and Apache Wink.</description>
Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>org.eclipse.lyo.clients</groupId>
<artifactId>clients-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Lyo :: Client :: _Parent</name>
<parent>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/oslc-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../oslc4j-core-build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/oslc-trs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../oslc4j-core-build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/oslc4j-core-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion core/oslc4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../oslc4j-core-build/pom.xml</relativePath>
</parent>
<artifactId>oslc4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/oslc4j-jena-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../oslc4j-core-build/pom.xml</relativePath>
</parent>
<artifactId>oslc4j-jena-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/oslc4j-json4j-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../oslc4j-core-build/pom.xml</relativePath>
</parent>
<artifactId>oslc4j-json4j-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/oslc4j-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../oslc4j-core-build/pom.xml</relativePath>
</parent>
<name>Lyo :: Core :: Utilities</name>
Expand Down
2 changes: 1 addition & 1 deletion core/shacl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../oslc4j-core-build/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions domains/oslc-domains/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- End of user code
-->
<groupId>org.eclipse.lyo</groupId>
<artifactId>oslc-domains</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Lyo :: Domains</name>
<properties>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Lyo :: _Parent</name>

Expand All @@ -15,9 +15,9 @@
<maven.compiler.target>1.8</maven.compiler.target>

<v.lyo>${project.version}</v.lyo>
<v.jena>3.14.0</v.jena>
<v.jena>3.17.0</v.jena>
<v.jersey>2.25.1</v.jersey>
<v.slf4j>1.7.26</v.slf4j>
<v.slf4j>1.7.30</v.slf4j>
<v.servlet>3.1.0</v.servlet>
<v.httpclient>4.5.13</v.httpclient>
</properties>
Expand Down Expand Up @@ -316,7 +316,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.13</version>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
Expand All @@ -328,6 +328,12 @@
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<!--es.weso:shaclex_2.12:pom:0.0.87-->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
</dependency>

<!--Convergence-->
<dependency>
Expand All @@ -336,12 +342,6 @@
<artifactId>jena-arq</artifactId>
<version>${v.jena}</version>
</dependency>
<dependency>
<!--es.weso:shaclex_2.12:pom:0.0.87-->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<!--net.oauth.core:oauth-httpclient4:jar:20090913-->
<groupId>net.oauth.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/oauth-consumer-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.server</groupId>
<artifactId>lyo-server-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.server</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/oauth-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.server</groupId>
<artifactId>lyo-server-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.server</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/oauth-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.server</groupId>
<artifactId>lyo-server-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.server</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/oslc4j-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.server</groupId>
<artifactId>lyo-server-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/oslc4j-wink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.lyo.oslc4j.server</groupId>
<artifactId>lyo-server-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
Expand Down
15 changes: 3 additions & 12 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo.oslc4j.server</groupId>
<artifactId>lyo-server-build</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Lyo :: OAuth :: _Parent</name>

<parent>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,10 +23,6 @@
<module>oslc4j-wink</module>
</modules>

<properties>
<version.jena>3.14.0</version.jena>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -63,14 +59,9 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<version>${version.jena}</version>
<version>${v.jena}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
10 changes: 4 additions & 6 deletions store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>org.eclipse.lyo.store</groupId>
<artifactId>store-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Lyo :: Store :: _Parent</name>

<parent>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -22,8 +22,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<version.jena>3.14.0</version.jena>
</properties>

<modules>
Expand All @@ -37,13 +35,13 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<version>${version.jena}</version>
<version>${v.jena}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-querybuilder</artifactId>
<version>${version.jena}</version>
<version>${v.jena}</version>
</dependency>
<!-- Generic -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion store/store-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.lyo.store</groupId>
<artifactId>store-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion trs/client/client-source-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.trs</groupId>
<artifactId>trs-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>client-source-mqtt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trs/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion trs/client/trs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.trs</groupId>
<artifactId>trs-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>trs-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions trs/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo.trs</groupId>
<artifactId>trs-server</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
<name>Lyo :: TRS :: Server</name>

<parent>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0.RC</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
Loading

0 comments on commit b1ddcd8

Please sign in to comment.