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

Commit 7fc31ba

Browse files
committed
release version for 07.01.00-MS-beta1
1 parent 4e12ff7 commit 7fc31ba

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.01-MS-GA-SNAPSHOT</version>
10+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
23+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
10+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
23+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
12+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
10+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
23+
<version>07.01.00-MS-beta1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>07.00.01-MS-GA-SNAPSHOT</version>
28+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
12+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
12+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
25+
<version>07.01.00-MS-beta1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>one.microstream</groupId>
2929
<artifactId>microstream-storage-embedded-configuration</artifactId>
30-
<version>07.00.01-MS-GA-SNAPSHOT</version>
30+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
12+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
25+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
12+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
10+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
23+
<version>07.01.00-MS-beta1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-persistence-binary</artifactId>
28-
<version>07.00.01-MS-GA-SNAPSHOT</version>
28+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
10+
<version>07.01.00-MS-beta1</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.01-MS-GA-SNAPSHOT</version>
23+
<version>07.01.00-MS-beta1</version>
2424
</dependency>
2525
</dependencies>
2626

0 commit comments

Comments
 (0)