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

Commit

Permalink
Bump version from 0.0.1-SNAPSHOT to 3.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Change-Id: Iec7e84c891d73106cae4e79c2bc916a1ea4f63a3
Signed-off-by: Samuel Padgett <spadgett@us.ibm.com>
  • Loading branch information
Samuel Padgett committed Aug 6, 2014
1 parent bcb603a commit bfb8cc4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.lyo.ldp.build/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>LDP Build</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.ldp.sample.loaders/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-sample-loaders</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>LDP Sample Loaders (Testsuite, NetWorth, Bugs)</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server-jena</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions org.eclipse.lyo.ldp.server.jena/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server-jena</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>Jena LDP Reference Implementation</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.ldp.server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>Linked Data Platform Reference Implementation</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.ldp.webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-webapp</artifactId>
<packaging>war</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>Jena LDP Reference Implementation (webapp)</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.eclipse.lyo.ldp</groupId>
<artifactId>ldp-server-jena</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit bfb8cc4

Please sign in to comment.