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

Commit fb496ba

Browse files
committed
change version to 07.00.00-MS-GA
1 parent 2b8aba4 commit fb496ba

File tree

57 files changed

+118
-118
lines changed

Some content is hidden

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

57 files changed

+118
-118
lines changed

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>07.00.00-MS-beta3-SNAPSHOT</version>
10+
<version>07.00.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-base</artifactId>
23-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
23+
<version>07.00.00-MS-GA</version>
2424
</dependency>
2525
</dependencies>
2626

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>07.00.00-MS-beta3-SNAPSHOT</version>
10+
<version>07.00.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs</artifactId>
23-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
23+
<version>07.00.00-MS-GA</version>
2424
</dependency>
2525
</dependencies>
2626

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>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

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>07.00.00-MS-beta3-SNAPSHOT</version>
10+
<version>07.00.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

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

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>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

cache/cache/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-cache-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>one.microstream</groupId>
2424
<artifactId>microstream-storage-embedded</artifactId>
25-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
25+
<version>07.00.00-MS-GA</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>one.microstream</groupId>
2929
<artifactId>microstream-storage-embedded-configuration</artifactId>
30-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
30+
<version>07.00.00-MS-GA</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>javax.cache</groupId>

cache/hibernate/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-cache-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>one.microstream</groupId>
2424
<artifactId>microstream-cache</artifactId>
25-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
25+
<version>07.00.00-MS-GA</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.hibernate</groupId>

cache/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>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

communication/binary/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-communication-parent</artifactId>
10-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
10+
<version>07.00.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-communication</artifactId>
23-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
23+
<version>07.00.00-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-persistence-binary</artifactId>
28-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
28+
<version>07.00.00-MS-GA</version>
2929
</dependency>
3030
</dependencies>
3131

communication/communication/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-communication-parent</artifactId>
10-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
10+
<version>07.00.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-persistence</artifactId>
23-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
23+
<version>07.00.00-MS-GA</version>
2424
</dependency>
2525
</dependencies>
2626

communication/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>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

configuration/configuration/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-configuration-parent</artifactId>
10-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
10+
<version>07.00.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-base</artifactId>
23-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
23+
<version>07.00.00-MS-GA</version>
2424
</dependency>
2525
</dependencies>
2626

configuration/hocon/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-configuration-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>one.microstream</groupId>
2424
<artifactId>microstream-configuration</artifactId>
25-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
25+
<version>07.00.00-MS-GA</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.typesafe</groupId>

configuration/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>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

configuration/yaml/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-configuration-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>one.microstream</groupId>
2424
<artifactId>microstream-configuration</artifactId>
25-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
25+
<version>07.00.00-MS-GA</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.yaml</groupId>

examples/blobs/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-examples-parent</artifactId>
10-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
10+
<version>07.00.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>one.microstream</groupId>
1919
<artifactId>microstream-storage-embedded</artifactId>
20-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
20+
<version>07.00.00-MS-GA</version>
2121
</dependency>
2222
</dependencies>
2323

examples/cdi-javase/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-examples-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-integrations-cdi</artifactId>
28-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
28+
<version>07.00.00-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.jboss.weld.se</groupId>

examples/communication/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>one.microstream</groupId>
88
<artifactId>microstream-examples-parent</artifactId>
9-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
9+
<version>07.00.00-MS-GA</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>one.microstream</groupId>
1818
<artifactId>microstream-communication-binary</artifactId>
19-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
19+
<version>07.00.00-MS-GA</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>ch.qos.logback</groupId>

examples/custom-legacy-type-handler/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-examples-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>one.microstream</groupId>
2121
<artifactId>microstream-storage-embedded</artifactId>
22-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
22+
<version>07.00.00-MS-GA</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>one.microstream</groupId>
2626
<artifactId>microstream-persistence-binary-jdk8</artifactId>
27-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
27+
<version>07.00.00-MS-GA</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

examples/custom-type-handler/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-examples-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>one.microstream</groupId>
2121
<artifactId>microstream-storage-embedded</artifactId>
22-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
22+
<version>07.00.00-MS-GA</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>one.microstream</groupId>
2626
<artifactId>microstream-persistence-binary-jdk8</artifactId>
27-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
27+
<version>07.00.00-MS-GA</version>
2828
</dependency>
2929
</dependencies>
3030

examples/deleting/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-examples-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>one.microstream</groupId>
2121
<artifactId>microstream-storage-embedded</artifactId>
22-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
22+
<version>07.00.00-MS-GA</version>
2323
</dependency>
2424
</dependencies>
2525

examples/eager-storing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>one.microstream</groupId>
1212
<artifactId>microstream-examples-parent</artifactId>
13-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
13+
<version>07.00.00-MS-GA</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-storage-embedded</artifactId>
23-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
23+
<version>07.00.00-MS-GA</version>
2424
</dependency>
2525
</dependencies>
2626

examples/filesystems/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-examples-parent</artifactId>
12-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
12+
<version>07.00.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>one.microstream</groupId>
2121
<artifactId>microstream-storage-embedded</artifactId>
22-
<version>07.00.00-MS-beta3-SNAPSHOT</version>
22+
<version>07.00.00-MS-GA</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.google.jimfs</groupId>

0 commit comments

Comments
 (0)