Skip to content

Commit 8d6bef2

Browse files
committed
[maven-release-plugin] prepare release influxdb-java-1.0
1 parent 535d243 commit 8d6bef2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<parent>
54
<groupId>org.sonatype.oss</groupId>
65
<artifactId>oss-parent</artifactId>
@@ -11,7 +10,7 @@
1110
<groupId>org.influxdb</groupId>
1211
<artifactId>influxdb-java</artifactId>
1312
<packaging>jar</packaging>
14-
<version>1.0-SNAPSHOT</version>
13+
<version>1.0</version>
1514
<name>influxdb java bindings</name>
1615
<description>Java API to access the InfluxDB REST API</description>
1716
<url>http://www.influxdb.org</url>

0 commit comments

Comments
 (0)