Skip to content

Commit 0ead90a

Browse files
committed
[RELEASE] update to release version: 0.7.0
1 parent e47ae59 commit 0ead90a

31 files changed

Lines changed: 48 additions & 48 deletions

File tree

core/akka-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

core/application-configuration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>application-configuration</artifactId>
15-
<version>0.7-SNAPSHOT</version>
15+
<version>0.7.0</version>
1616

1717
<packaging>bundle</packaging>
1818

core/content-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

core/crypto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

core/router/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>router</artifactId>
15-
<version>0.7-SNAPSHOT</version>
15+
<version>0.7.0</version>
1616
<packaging>bundle</packaging>
1717

1818
<dependencies>

core/wisdom-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

core/wisdom-base-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

core/wisdom-ipojo-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

core/wisdom-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>wisdom-maven-plugin</artifactId>
15-
<version>0.7-SNAPSHOT</version>
15+
<version>0.7.0</version>
1616

1717
<packaging>maven-plugin</packaging>
1818

core/wisdom-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>org.wisdom-framework</groupId>
99
<artifactId>wisdom-framework</artifactId>
10-
<version>0.7-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>wisdom-test</artifactId>
15-
<version>0.7-SNAPSHOT</version>
15+
<version>0.7.0</version>
1616

1717
<build>
1818
<plugins>

0 commit comments

Comments
 (0)