Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 8b0f54c

Browse files
committed
[maven-release-plugin] prepare release samples-2.0.0
1 parent 3c26094 commit 8b0f54c

12 files changed

Lines changed: 13 additions & 12 deletions

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands)
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>com.blazegraph</groupId>
2929
<artifactId>samples</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.0</version>
3131
<packaging>pom</packaging>
3232
<name>Blazegraph Application Samples</name>
3333
<description>Blazegraph Database sample applications for Blueprints, REST, Custom Functions, Rules, and more. See https://wiki.blazegraph.com/wiki/index.php/Quick_Start.</description>
@@ -58,6 +58,7 @@ Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands)
5858
<connection>scm:git:https://github.com/blazegraph/blazegraph-samples.git</connection>
5959
<developerConnection>scm:git:git@github.com:blazegraph/blazegraph-samples.git</developerConnection>
6060
<url>https://github.com/blazegraph/blazegraph-samples.git</url>
61+
<tag>samples-2.0.0</tag>
6162
</scm>
6263
<developers>
6364
<developer>

sample-blueprints-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

sample-blueprints-remote/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

sample-btree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

sample-customFunction-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

sample-customFunction-remote/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

sample-rdf-rules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

sample-rdr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

sample-sesame-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

sample-sesame-first/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.blazegraph</groupId>
66
<artifactId>samples</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.blazegraph.sample</groupId>

0 commit comments

Comments
 (0)