Skip to content

Commit c7a485c

Browse files
authored
set version to 1.0 (#58)
1 parent 7b27ed9 commit c7a485c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Java/benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.amazon.randomcutforest</groupId>
88
<artifactId>randomcutforest-parent</artifactId>
9-
<version>1.0-alpha</version>
9+
<version>1.0</version>
1010
</parent>
1111

1212
<artifactId>randomcutforest-benchmark</artifactId>

Java/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.amazon.randomcutforest</groupId>
88
<artifactId>randomcutforest-parent</artifactId>
9-
<version>1.0-alpha</version>
9+
<version>1.0</version>
1010
</parent>
1111

1212
<artifactId>randomcutforest-core</artifactId>

Java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>software.amazon.randomcutforest</groupId>
66
<artifactId>randomcutforest-parent</artifactId>
7-
<version>1.0-alpha</version>
7+
<version>1.0</version>
88
<packaging>pom</packaging>
99

1010
<name>software.amazon.randomcutforest:randomcutforest</name>

Java/serialization-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.amazon.randomcutforest</groupId>
88
<artifactId>randomcutforest-parent</artifactId>
9-
<version>1.0-alpha</version>
9+
<version>1.0</version>
1010
</parent>
1111

1212
<artifactId>randomcutforest-serialization-json</artifactId>

Java/testutils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>randomcutforest-parent</artifactId>
66
<groupId>software.amazon.randomcutforest</groupId>
7-
<version>1.0-alpha</version>
7+
<version>1.0</version>
88
</parent>
99

1010
<artifactId>randomcutforest-testutils</artifactId>

0 commit comments

Comments
 (0)