Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sketches-core-0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lrhodes committed Mar 14, 2019
1 parent 62fae62 commit 3b50113
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.12.1-SNAPSHOT</version>
<version>0.13.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 @@ -100,7 +100,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</url>
<tag>HEAD</tag>
<tag>sketches-core-0.13.0</tag>
</scm>

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

<reporting></reporting>
<reporting />

<profiles>
<profile>
Expand Down

0 comments on commit 3b50113

Please sign in to comment.