This is an automated email from the ASF dual-hosted git repository.
hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git
The following commit(s) were added to refs/heads/master by this push:
new dadc83d [maven-release-plugin] prepare release dataset-2.0.0
dadc83d is described below
commit dadc83dfd890ef9e7725789c2b27fd5ac7a3f033
Author: Hasan <[email protected]>
AuthorDate: Fri May 1 22:37:45 2020 +0200
[maven-release-plugin] prepare release dataset-2.0.0
---
dataset/pom.xml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dataset/pom.xml b/dataset/pom.xml
index 74ab0a0..8a64d58 100644
--- a/dataset/pom.xml
+++ b/dataset/pom.xml
@@ -16,9 +16,7 @@
either express or implied. See the License for the specific
language governing permissions and limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.clerezza</groupId>
@@ -28,7 +26,7 @@
</parent>
<artifactId>dataset</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<packaging>bundle</packaging>
<name>Clerezza - DataSet</name>
<description>Interfaces and utilities to access RDF Graphs</description>
@@ -88,7 +86,7 @@
<url>https://github.com/apache/clerezza</url>
<connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>dataset-2.0.0</tag>
</scm>
<build>