Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sketches-0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Rhodes committed Oct 5, 2016
1 parent 4c55c13 commit 73dbbf5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Licensed under the terms of the Apache License 2.0.
See LICENSE file at the project root for terms. -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>memory</artifactId>
<name>${project.parent.groupId}:${project.artifactId}</name>
Expand All @@ -13,7 +12,7 @@
<parent>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

</project>
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
Licensed under the terms of the Apache License 2.0.
See LICENSE file at the project root for terms. -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>pom</packaging>

<!-- Project Information -->
Expand Down Expand Up @@ -116,7 +115,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-0.8.0</tag>
</scm>

<prerequisites>
Expand Down
5 changes: 2 additions & 3 deletions sketches/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Licensed under the terms of the Apache License 2.0.
See LICENSE file at the project root for terms. -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>sketches-core</artifactId>
<name>${project.parent.groupId}:${project.artifactId}</name>
Expand All @@ -13,7 +12,7 @@
<parent>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 73dbbf5

Please sign in to comment.