Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Prepare for 2.4.0.M1 release (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Nov 13, 2018
1 parent 6d5d3ac commit 8081e7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.eclipse.lyo.store</groupId>
<artifactId>store-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0.M1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Lyo Store Parent</name>

Expand Down
11 changes: 5 additions & 6 deletions src/store-core/pom.xml
Expand Up @@ -7,32 +7,31 @@
<parent>
<groupId>org.eclipse.lyo.store</groupId>
<artifactId>store-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>store-core</artifactId>
<version>2.4.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<oslc4j-core.version>2.4.0-SNAPSHOT</oslc4j-core.version>
<lyo.version>${project.parent.version}</lyo.version>
</properties>

<dependencies>
<!-- Lyo -->
<dependency>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core</artifactId>
<version>${oslc4j-core.version}</version>
<version>${lyo.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-jena-provider</artifactId>
<version>${oslc4j-core.version}</version>
<version>${lyo.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -47,7 +46,7 @@
<dependency>
<groupId>org.eclipse.lyo.core.query</groupId>
<artifactId>oslc-query</artifactId>
<version>${oslc4j-core.version}</version>
<version>${lyo.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 8081e7e

Please sign in to comment.