Skip to content

Commit

Permalink
Release 4.0.0 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Jad El-khoury <jad@kth.se>
  • Loading branch information
berezovskyi and jadelkhoury committed Dec 17, 2020
1 parent 4c46444 commit 37df783
Show file tree
Hide file tree
Showing 81 changed files with 15,170 additions and 13,471 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-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>oslc-client-base</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oslc-client</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>oslc-java-client-resources</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>oslc-java-client</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>Lyo :: Client :: _Parent</name>
<parent>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lyo Core changelog

## [Unreleased/4.0.0]
## [4.0.0]

### Added

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-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</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-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../oslc4j-core-build/pom.xml</relativePath>
</parent>

Expand Down
868 changes: 434 additions & 434 deletions domains/org.eclipse.lyo.tools.domainmodels/oslcDomainSpecifications.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 37df783

Please sign in to comment.