Skip to content

Commit 55cbc5b

Browse files
committed
[RELEASE] update to release version: 0.10.0
1 parent 985c1ac commit 55cbc5b

File tree

37 files changed

+53
-53
lines changed

37 files changed

+53
-53
lines changed

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.10.0-SNAPSHOT</version>
10+
<version>0.10.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>application-configuration</artifactId>
15-
<version>0.10.0-SNAPSHOT</version>
15+
<version>0.10.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.10.0-SNAPSHOT</version>
10+
<version>0.10.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.10.0-SNAPSHOT</version>
10+
<version>0.10.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.10.0-SNAPSHOT</version>
10+
<version>0.10.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>router</artifactId>
15-
<version>0.10.0-SNAPSHOT</version>
15+
<version>0.10.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.10.0-SNAPSHOT</version>
10+
<version>0.10.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.10.0-SNAPSHOT</version>
10+
<version>0.10.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

core/wisdom-executors/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.10.0-SNAPSHOT</version>
10+
<version>0.10.0</version>
1111
<relativePath>../..</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.10.0-SNAPSHOT</version>
10+
<version>0.10.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.10.0-SNAPSHOT</version>
10+
<version>0.10.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

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

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

core/wisdom-test/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.10.0-SNAPSHOT</version>
10+
<version>0.10.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)