Skip to content

Commit

Permalink
Remove SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
davecromberge committed May 13, 2022
1 parent a3e70bc commit 69f4c07
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datasketches-memory-java11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-memory-root</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>datasketches-memory-java11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datasketches-memory-java8-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-memory-root</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion datasketches-memory-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-memory-root</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>datasketches-memory-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datasketches-memory-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-memory-root</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion datasketches-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ under the License.

<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-memory</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>${project.artifactId}</name>
<description>High-performance native memory access.</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.

<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-memory-root</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<!-- Required for multi-module project -->
<packaging>pom</packaging>

Expand Down

0 comments on commit 69f4c07

Please sign in to comment.