Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sketches-core-0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSaydakov committed Mar 16, 2018
1 parent fdf68b8 commit 89e2c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches-core</artifactId>
<packaging>jar</packaging> <!-- jar is the default -->
<version>0.10.4-SNAPSHOT</version>
<version>0.11.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Core sketch algorithms used alone and by other repositories in the DataSketches library.</description>
Expand Down Expand Up @@ -102,7 +102,7 @@
<connection>scm:git:ssh://[email protected]/DataSketches/sketches-core.git</connection>
<developerConnection>scm:git:ssh://[email protected]/DataSketches/sketches-core.git</developerConnection>
<url>https://github.com/DataSketches/sketches-core.git</url>
<tag>HEAD</tag>
<tag>sketches-core-0.11.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -381,7 +381,7 @@
</pluginManagement>
</build>

<reporting></reporting>
<reporting />

<profiles>
<profile>
Expand Down

0 comments on commit 89e2c36

Please sign in to comment.