We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341de43 commit babbe12Copy full SHA for babbe12
1 file changed
pom.xml
@@ -33,7 +33,7 @@ under the License.
33
34
<groupId>org.apache.datasketches</groupId>
35
<artifactId>datasketches-java</artifactId>
36
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.0</version>
37
<packaging>jar</packaging>
38
39
<name>${project.artifactId}</name>
@@ -128,7 +128,7 @@ under the License.
128
<!-- org.jacoco.maven plugins -->
129
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
130
<!-- org.mojohaus plugins -->
131
- <versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
+ <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
132
<!-- other -->
133
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
134
</properties>
0 commit comments