Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Back to 4.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Nov 7, 2020
1 parent f0f2c0d commit b4cb79b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.lyo.ldp.build/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.ldp</groupId>
<artifactId>ldp-build</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>LDP Reference Implementation :: Build</name>
<profiles>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.lyo.ldp.sample.loaders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-build</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../org.eclipse.lyo.ldp.build/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-sample-loaders</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<name>LDP Reference Implementation :: Sample Loaders (Testsuite, NetWorth, Bugs)</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server-jena</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions org.eclipse.lyo.ldp.server.jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-build</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../org.eclipse.lyo.ldp.build/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server-jena</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<name>LDP Reference Implementation :: Jena Server</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.ldp.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-build</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../org.eclipse.lyo.ldp.build/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server</artifactId>
<packaging>jar</packaging>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<name>Linked Data Platform Reference Implementation</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.lyo.ldp.webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-build</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../org.eclipse.lyo.ldp.build/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-webapp</artifactId>
<packaging>war</packaging>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
<name>LDP Reference Implementation :: Jena Server Webapp</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server-jena</artifactId>
<version>4.0.0.M2</version>
<version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit b4cb79b

Please sign in to comment.