Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 6660ac4

Browse files
authored
Merge pull request #697 from microstream-one/zj/fix_8-1-2-prepare
Zj/fix 8 1 2 prepare
2 parents 3c2e345 + 309fb4e commit 6660ac4

File tree

87 files changed

+464
-490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+464
-490
lines changed

LICENSE

Lines changed: 277 additions & 277 deletions
Large diffs are not rendered by default.

afs/afs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.01.02-MS-GA-SNAPSHOT</version>
10+
<version>08.01.02-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>one.microstream</groupId>
2323
<artifactId>microstream-base</artifactId>
24-
<version>08.01.02-MS-GA-SNAPSHOT</version>
24+
<version>08.01.02-MS-GA</version>
2525
</dependency>
2626
</dependencies>
2727

afs/aws/aws/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-aws-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-blobstore</artifactId>
23-
<version>08.01.02-MS-GA-SNAPSHOT</version>
23+
<version>08.01.02-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>08.01.02-MS-GA-SNAPSHOT</version>
28+
<version>08.01.02-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>software.amazon.awssdk</groupId>

afs/aws/dynamodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-aws-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-aws</artifactId>
23-
<version>08.01.02-MS-GA-SNAPSHOT</version>
23+
<version>08.01.02-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>software.amazon.awssdk</groupId>

afs/aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/aws/s3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-aws-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-aws</artifactId>
23-
<version>08.01.02-MS-GA-SNAPSHOT</version>
23+
<version>08.01.02-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>software.amazon.awssdk</groupId>

afs/azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/azure/storage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-azure-parent</artifactId>
10-
<version>08.01.02-MS-GA-SNAPSHOT</version>
10+
<version>08.01.02-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>one.microstream</groupId>
2020
<artifactId>microstream-afs-blobstore</artifactId>
21-
<version>08.01.02-MS-GA-SNAPSHOT</version>
21+
<version>08.01.02-MS-GA</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>one.microstream</groupId>
2525
<artifactId>microstream-configuration</artifactId>
26-
<version>08.01.02-MS-GA-SNAPSHOT</version>
26+
<version>08.01.02-MS-GA</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.azure</groupId>

afs/blobstore/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.01.02-MS-GA-SNAPSHOT</version>
10+
<version>08.01.02-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>one.microstream</groupId>
2020
<artifactId>microstream-afs</artifactId>
21-
<version>08.01.02-MS-GA-SNAPSHOT</version>
21+
<version>08.01.02-MS-GA</version>
2222
</dependency>
2323
</dependencies>
2424

afs/googlecloud/firestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-googlecloud-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/googlecloud/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>one.microstream</groupId>
3939
<artifactId>microstream-afs-blobstore</artifactId>
40-
<version>08.01.02-MS-GA-SNAPSHOT</version>
40+
<version>08.01.02-MS-GA</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>one.microstream</groupId>
4444
<artifactId>microstream-configuration</artifactId>
45-
<version>08.01.02-MS-GA-SNAPSHOT</version>
45+
<version>08.01.02-MS-GA</version>
4646
</dependency>
4747
</dependencies>
4848

afs/hazelcast/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-blobstore</artifactId>
23-
<version>08.01.02-MS-GA-SNAPSHOT</version>
23+
<version>08.01.02-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>08.01.02-MS-GA-SNAPSHOT</version>
28+
<version>08.01.02-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.hazelcast</groupId>

afs/kafka/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.01.02-MS-GA-SNAPSHOT</version>
10+
<version>08.01.02-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>one.microstream</groupId>
2020
<artifactId>microstream-afs-blobstore</artifactId>
21-
<version>08.01.02-MS-GA-SNAPSHOT</version>
21+
<version>08.01.02-MS-GA</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>one.microstream</groupId>
2525
<artifactId>microstream-configuration</artifactId>
26-
<version>08.01.02-MS-GA-SNAPSHOT</version>
26+
<version>08.01.02-MS-GA</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.kafka</groupId>

afs/nio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.01.02-MS-GA-SNAPSHOT</version>
10+
<version>08.01.02-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>one.microstream</groupId>
2323
<artifactId>microstream-afs</artifactId>
24-
<version>08.01.02-MS-GA-SNAPSHOT</version>
24+
<version>08.01.02-MS-GA</version>
2525
</dependency>
2626
</dependencies>
2727

afs/oracle/coherence/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-oracle-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -32,12 +32,12 @@
3232
<dependency>
3333
<groupId>one.microstream</groupId>
3434
<artifactId>microstream-afs-blobstore</artifactId>
35-
<version>08.01.02-MS-GA-SNAPSHOT</version>
35+
<version>08.01.02-MS-GA</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>one.microstream</groupId>
3939
<artifactId>microstream-configuration</artifactId>
40-
<version>08.01.02-MS-GA-SNAPSHOT</version>
40+
<version>08.01.02-MS-GA</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.oracle.coherence.ce</groupId>

afs/oracle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/oraclecloud/objectstorage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-oraclecloud-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-blobstore</artifactId>
23-
<version>08.01.02-MS-GA-SNAPSHOT</version>
23+
<version>08.01.02-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>08.01.02-MS-GA-SNAPSHOT</version>
28+
<version>08.01.02-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.oracle.oci.sdk</groupId>

afs/oraclecloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/redis/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-blobstore</artifactId>
23-
<version>08.01.02-MS-GA-SNAPSHOT</version>
23+
<version>08.01.02-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>08.01.02-MS-GA-SNAPSHOT</version>
28+
<version>08.01.02-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>io.lettuce</groupId>

afs/sql/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.01.02-MS-GA-SNAPSHOT</version>
10+
<version>08.01.02-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>one.microstream</groupId>
2323
<artifactId>microstream-afs</artifactId>
24-
<version>08.01.02-MS-GA-SNAPSHOT</version>
24+
<version>08.01.02-MS-GA</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>one.microstream</groupId>
2828
<artifactId>microstream-configuration</artifactId>
29-
<version>08.01.02-MS-GA-SNAPSHOT</version>
29+
<version>08.01.02-MS-GA</version>
3030
</dependency>
3131
</dependencies>
3232

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-parent</artifactId>
12-
<version>08.01.02-MS-GA-SNAPSHOT</version>
12+
<version>08.01.02-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)