Skip to content

Commit

Permalink
[maven-release-plugin] prepare release samples-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beebs-systap committed Jan 27, 2016
1 parent 3c26094 commit 8b0f54c
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands)
<modelVersion>4.0.0</modelVersion>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>Blazegraph Application Samples</name>
<description>Blazegraph Database sample applications for Blueprints, REST, Custom Functions, Rules, and more. See https://wiki.blazegraph.com/wiki/index.php/Quick_Start.</description>
Expand Down Expand Up @@ -58,6 +58,7 @@ Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands)
<connection>scm:git:https://github.com/blazegraph/blazegraph-samples.git</connection>
<developerConnection>scm:git:git@github.com:blazegraph/blazegraph-samples.git</developerConnection>
<url>https://github.com/blazegraph/blazegraph-samples.git</url>
<tag>samples-2.0.0</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion sample-blueprints-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-blueprints-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-btree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-customFunction-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-customFunction-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-rdf-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-rdr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-sesame-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-sesame-first/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-sesame-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazegraph</groupId>
<artifactId>samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.blazegraph.sample</groupId>
Expand Down

0 comments on commit 8b0f54c

Please sign in to comment.