Skip to content

Commit babbe12

Browse files
committed
Release Process: update pom to 7.0.0
update the version for the maven-javadoc-plugin and the versions-maven-plugin
1 parent 341de43 commit babbe12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ under the License.
3333

3434
<groupId>org.apache.datasketches</groupId>
3535
<artifactId>datasketches-java</artifactId>
36-
<version>7.0.0-SNAPSHOT</version>
36+
<version>7.0.0</version>
3737
<packaging>jar</packaging>
3838

3939
<name>${project.artifactId}</name>
@@ -128,7 +128,7 @@ under the License.
128128
<!-- org.jacoco.maven plugins -->
129129
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
130130
<!-- org.mojohaus plugins -->
131-
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
131+
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
132132
<!-- other -->
133133
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
134134
</properties>

0 commit comments

Comments
 (0)