Skip to content

Commit ca76250

Browse files
committed
release 2.8
1 parent df4af45 commit ca76250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.influxdb</groupId>
55
<artifactId>influxdb-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.8-SNAPSHOT</version>
7+
<version>2.8</version>
88
<name>influxdb java bindings</name>
99
<description>Java API to access the InfluxDB REST API</description>
1010
<url>http://www.influxdb.org</url>
@@ -153,7 +153,7 @@
153153
</execution>
154154
</executions>
155155
</plugin>
156-
<!-- This is needed at release time only with the keys of a person
156+
<!-- This is needed at release time only with the keys of a person -->
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-gpg-plugin</artifactId>
@@ -168,7 +168,7 @@
168168
</execution>
169169
</executions>
170170
</plugin>
171-
-->
171+
<!-- x -->
172172
<plugin>
173173
<groupId>org.jacoco</groupId>
174174
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)