Skip to content

Commit 12648cb

Browse files
committed
Release 0.0.7
1 parent 38e3659 commit 12648cb

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.xdev</groupId>
66
<artifactId>micro-migration-core</artifactId>
7-
<version>0.0.7-SNAPSHOT</version>
7+
<version>0.0.7</version>
88
<name>MicroMigration-Core</name>
99
<description>Migration Lib for MicroStream</description>
1010

1111
<parent>
1212
<groupId>software.xdev</groupId>
1313
<artifactId>micro-migration</artifactId>
14-
<version>0.0.7-SNAPSHOT</version>
14+
<version>0.0.7</version>
1515
</parent>
1616
</project>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.xdev</groupId>
66
<artifactId>micro-migration-examples</artifactId>
7-
<version>0.0.7-SNAPSHOT</version>
7+
<version>0.0.7</version>
88
<name>MicroMigration-Examples</name>
99
<description>Examples for the MicroMigration-Library with MicroStream v7</description>
1010

1111
<parent>
1212
<groupId>software.xdev</groupId>
13-
<version>0.0.7-SNAPSHOT</version>
13+
<version>0.0.7</version>
1414
<artifactId>micro-migration</artifactId>
1515
</parent>
1616

microstream-v5/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.xdev</groupId>
66
<artifactId>micro-migration-microstream-v5</artifactId>
7-
<version>0.0.7-SNAPSHOT</version>
7+
<version>0.0.7</version>
88
<name>MicroMigration-for-MicroStreamV5</name>
99
<description>Provides the micro migration support for MicroStream version 5</description>
1010

@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>software.xdev</groupId>
1717
<artifactId>micro-migration</artifactId>
18-
<version>0.0.7-SNAPSHOT</version>
18+
<version>0.0.7</version>
1919
</parent>
2020

2121
<dependencies>

microstream-v6/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.xdev</groupId>
66
<artifactId>micro-migration-microstream-v6</artifactId>
7-
<version>0.0.7-SNAPSHOT</version>
7+
<version>0.0.7</version>
88
<name>MicroMigration-for-MicroStreamV6</name>
99
<description>Provides the micro migration support for MicroStream version 6</description>
1010

@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>software.xdev</groupId>
1717
<artifactId>micro-migration</artifactId>
18-
<version>0.0.7-SNAPSHOT</version>
18+
<version>0.0.7</version>
1919
</parent>
2020

2121
<dependencies>

microstream-v7/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.xdev</groupId>
66
<artifactId>micro-migration-microstream-v7</artifactId>
7-
<version>0.0.7-SNAPSHOT</version>
7+
<version>0.0.7</version>
88
<name>MicroMigration-for-MicroStreamV7</name>
99
<description>Provides the micro migration support for MicroStream version 7</description>
1010

@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>software.xdev</groupId>
1717
<artifactId>micro-migration</artifactId>
18-
<version>0.0.7-SNAPSHOT</version>
18+
<version>0.0.7</version>
1919
</parent>
2020

2121
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<version>0.0.7-SNAPSHOT</version>
7+
<version>0.0.7</version>
88
<groupId>software.xdev</groupId>
99
<artifactId>micro-migration</artifactId>
1010
<name>MicroMigration</name>

reflection/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.xdev</groupId>
66
<artifactId>micro-migration-reflection</artifactId>
7-
<version>0.0.7-SNAPSHOT</version>
7+
<version>0.0.7</version>
88
<name>MicroMigration-Reflection</name>
99
<description>Provides a migrater based on reflection</description>
1010

@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>software.xdev</groupId>
1717
<artifactId>micro-migration</artifactId>
18-
<version>0.0.7-SNAPSHOT</version>
18+
<version>0.0.7</version>
1919
</parent>
2020

2121
<dependencies>

0 commit comments

Comments
 (0)