Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 4368b64

Browse files
committed
[maven-release-plugin] prepare release nosqlunit-elasticsearch-http-1.0.0-1
1 parent 777aa72 commit 4368b64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>com.github.joschi.nosqlunit</groupId>
65
<artifactId>nosqlunit-elasticsearch-http</artifactId>
7-
<version>1.0.0-1-SNAPSHOT</version>
6+
<version>1.0.0-1</version>
87

98
<name>NoSQLUnit Elasticsearch HTTP API</name>
109
<description>Support for the Elasticsearch HTTP API in NoSQLUnit</description>
@@ -22,7 +21,8 @@
2221
<developerConnection>scm:git:git@github.com:joschi/nosqlunit-elasticsearch-http.git</developerConnection>
2322
<connection>scm:git:https://github.com/joschi/nosqlunit-elasticsearch-http.git</connection>
2423
<url>https://github.com/joschi/nosqlunit-elasticsearch-http</url>
25-
</scm>
24+
<tag>nosqlunit-elasticsearch-http-1.0.0-1</tag>
25+
</scm>
2626

2727
<ciManagement>
2828
<system>Travis CI</system>

0 commit comments

Comments
 (0)