Repository: isis Updated Branches: refs/heads/prepare/isis-1.8.0 [created] 2dd419a63
[maven-release-plugin] prepare release isis-1.8.0 Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/c169d5e9 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/c169d5e9 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/c169d5e9 Branch: refs/heads/prepare/isis-1.8.0 Commit: c169d5e9f00b38cd9ad680c1e2d160b343a805a0 Parents: eb9d741 Author: Dan Haywood <[email protected]> Authored: Fri Feb 20 16:38:34 2015 +0000 Committer: Dan Haywood <[email protected]> Committed: Fri Feb 20 16:38:34 2015 +0000 ---------------------------------------------------------------------- core/applib/pom.xml | 7 ++- core/integtestsupport/pom.xml | 2 +- core/log4j/pom.xml | 2 +- core/maven-plugin/pom.xml | 5 +- core/metamodel/pom.xml | 2 +- core/pom.xml | 62 +++++++++++------------ core/runtime/pom.xml | 2 +- core/security-noop/pom.xml | 2 +- core/security-shiro/pom.xml | 6 +-- core/specsupport/pom.xml | 2 +- core/unittestsupport/pom.xml | 2 +- core/viewer-restfulobjects-applib/pom.xml | 2 +- core/viewer-restfulobjects-rendering/pom.xml | 2 +- core/viewer-restfulobjects-server/pom.xml | 2 +- core/viewer-wicket/applib/pom.xml | 2 +- core/viewer-wicket/impl/pom.xml | 2 +- core/viewer-wicket/model/pom.xml | 2 +- core/viewer-wicket/pom.xml | 2 +- core/viewer-wicket/ui/pom.xml | 2 +- core/webserver/pom.xml | 2 +- core/wrapper/pom.xml | 2 +- 21 files changed, 56 insertions(+), 58 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/applib/pom.xml ---------------------------------------------------------------------- diff --git a/core/applib/pom.xml b/core/applib/pom.xml index a852e60..a896783 100644 --- a/core/applib/pom.xml +++ b/core/applib/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-applib</artifactId> @@ -130,7 +129,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/integtestsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/integtestsupport/pom.xml b/core/integtestsupport/pom.xml index 0f7d08f..087d192 100644 --- a/core/integtestsupport/pom.xml +++ b/core/integtestsupport/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-integtestsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/core/log4j/pom.xml b/core/log4j/pom.xml index c6d171b..7d51462 100644 --- a/core/log4j/pom.xml +++ b/core/log4j/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-log4j</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/core/maven-plugin/pom.xml b/core/maven-plugin/pom.xml index f4db903..963abe0 100644 --- a/core/maven-plugin/pom.xml +++ b/core/maven-plugin/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <groupId>org.apache.isis.tool</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/metamodel/pom.xml ---------------------------------------------------------------------- diff --git a/core/metamodel/pom.xml b/core/metamodel/pom.xml index e9ff04a..1f3c027 100644 --- a/core/metamodel/pom.xml +++ b/core/metamodel/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-metamodel</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 194b4f3..ebacbe9 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>pom</packaging> @@ -171,7 +171,7 @@ <connection>scm:git:http://git.apache.org/isis.git/core</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/isis.git/trunk/framework/</developerConnection> <url>git://git.apache.org/isis.git/core</url> - <tag>HEAD</tag> + <tag>isis-1.8.0</tag> </scm> <!-- used in Site generation for relative references. --> @@ -1059,13 +1059,13 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-unittestsupport</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <!-- not scope=test, because referenced by some sql-tests-common under compile scope --> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-unittestsupport</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1074,14 +1074,14 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-applib</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-applib</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1090,7 +1090,7 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-log4j</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>jar</type> <scope>compile</scope> </dependency> @@ -1099,14 +1099,14 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-metamodel</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-metamodel</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1115,40 +1115,40 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-runtime</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-runtime</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-wrapper</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <!-- webserver --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-webserver</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <!-- specsupport --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-specsupport</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <!-- integtestsupport --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-integtestsupport</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <!-- not scope=test, because referenced by some sql-tests-common under compile scope --> </dependency> @@ -1156,36 +1156,36 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-applib</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-applib</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-rendering</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-rendering</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-server</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-server</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1194,12 +1194,12 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security-shiro</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> @@ -1207,41 +1207,41 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-applib</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-model</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-model</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-ui</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-ui</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-impl</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-impl</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <scope>test</scope> <type>test-jar</type> </dependency> @@ -1251,7 +1251,7 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.tool</groupId> <artifactId>isis-maven-plugin</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <!-- JodaTime --> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/runtime/pom.xml ---------------------------------------------------------------------- diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index caad3d4..b641b39 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-runtime</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/security-noop/pom.xml ---------------------------------------------------------------------- diff --git a/core/security-noop/pom.xml b/core/security-noop/pom.xml index 0db0b35..b4894f4 100644 --- a/core/security-noop/pom.xml +++ b/core/security-noop/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-security</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/security-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/core/security-shiro/pom.xml b/core/security-shiro/pom.xml index 0f7bab5..b482483 100644 --- a/core/security-shiro/pom.xml +++ b/core/security-shiro/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security-shiro</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <name>Isis Core Shiro Security</name> @@ -102,7 +102,7 @@ <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security-shiro</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/specsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/specsupport/pom.xml b/core/specsupport/pom.xml index 3507691..df55e84 100644 --- a/core/specsupport/pom.xml +++ b/core/specsupport/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-specsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/unittestsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/unittestsupport/pom.xml b/core/unittestsupport/pom.xml index ba02267..3de467cd 100644 --- a/core/unittestsupport/pom.xml +++ b/core/unittestsupport/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-unittestsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/viewer-restfulobjects-applib/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-restfulobjects-applib/pom.xml b/core/viewer-restfulobjects-applib/pom.xml index 5d1198c..5d69e36 100644 --- a/core/viewer-restfulobjects-applib/pom.xml +++ b/core/viewer-restfulobjects-applib/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-viewer-restfulobjects-applib</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/viewer-restfulobjects-rendering/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-restfulobjects-rendering/pom.xml b/core/viewer-restfulobjects-rendering/pom.xml index 586fe28..fbfe708 100644 --- a/core/viewer-restfulobjects-rendering/pom.xml +++ b/core/viewer-restfulobjects-rendering/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-viewer-restfulobjects-rendering</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/viewer-restfulobjects-server/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-restfulobjects-server/pom.xml b/core/viewer-restfulobjects-server/pom.xml index 0c84024..b93d2b7 100644 --- a/core/viewer-restfulobjects-server/pom.xml +++ b/core/viewer-restfulobjects-server/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-viewer-restfulobjects-server</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/viewer-wicket/applib/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket/applib/pom.xml b/core/viewer-wicket/applib/pom.xml index a68ae9e..16d1754 100644 --- a/core/viewer-wicket/applib/pom.xml +++ b/core/viewer-wicket/applib/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-viewer-wicket-applib</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/viewer-wicket/impl/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket/impl/pom.xml b/core/viewer-wicket/impl/pom.xml index 6bfe89d..02ee6d0 100644 --- a/core/viewer-wicket/impl/pom.xml +++ b/core/viewer-wicket/impl/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <name>Isis Wicket Viewer Implementation</name> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/viewer-wicket/model/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket/model/pom.xml b/core/viewer-wicket/model/pom.xml index f954ad5..4574b9a 100644 --- a/core/viewer-wicket/model/pom.xml +++ b/core/viewer-wicket/model/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-viewer-wicket-model</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/viewer-wicket/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket/pom.xml b/core/viewer-wicket/pom.xml index 0e61f86..391f423 100644 --- a/core/viewer-wicket/pom.xml +++ b/core/viewer-wicket/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <groupId>org.apache.isis.viewer</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/viewer-wicket/ui/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket/ui/pom.xml b/core/viewer-wicket/ui/pom.xml index bca5b7d..e8234c3 100644 --- a/core/viewer-wicket/ui/pom.xml +++ b/core/viewer-wicket/ui/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-viewer-wicket-ui</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/webserver/pom.xml ---------------------------------------------------------------------- diff --git a/core/webserver/pom.xml b/core/webserver/pom.xml index 5948a98..7750c5f 100644 --- a/core/webserver/pom.xml +++ b/core/webserver/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-webserver</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/c169d5e9/core/wrapper/pom.xml ---------------------------------------------------------------------- diff --git a/core/wrapper/pom.xml b/core/wrapper/pom.xml index e0632ac..f722693 100644 --- a/core/wrapper/pom.xml +++ b/core/wrapper/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>isis-core-wrapper</artifactId>
