Repository: deltaspike Updated Branches: refs/heads/master f2e4dec80 -> 7041a9148
DELTASPIKE-1083 information about v1.5.4 Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7041a914 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/7041a914 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/7041a914 Branch: refs/heads/master Commit: 7041a91484a56d26b2adfabab83afbf1c4a48bf4 Parents: f2e4dec Author: gpetracek <[email protected]> Authored: Sun Feb 21 22:48:16 2016 +0100 Committer: gpetracek <[email protected]> Committed: Sun Feb 21 22:48:16 2016 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- site/src/main/asciidoc/news.adoc | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7041a914/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b4b577d..995dce4 100644 --- a/pom.xml +++ b/pom.xml @@ -66,8 +66,8 @@ <properties> <asciidoctor.version>1.5.2</asciidoctor.version> - <version.deltaspike.latest.stable>1.5.3</version.deltaspike.latest.stable> - <version.deltaspike.latest.snapshot>1.5.4-SNAPSHOT</version.deltaspike.latest.snapshot> + <version.deltaspike.latest.stable>1.5.4</version.deltaspike.latest.stable> + <version.deltaspike.latest.snapshot>1.5.5-SNAPSHOT</version.deltaspike.latest.snapshot> <svn.scmPubCheckoutDirectory>${project.build.directory}/co-site</svn.scmPubCheckoutDirectory> </properties> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7041a914/site/src/main/asciidoc/news.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/news.adoc b/site/src/main/asciidoc/news.adoc index 6657757..2a918f0 100644 --- a/site/src/main/asciidoc/news.adoc +++ b/site/src/main/asciidoc/news.adoc @@ -4,6 +4,11 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +== 23rd Release (1.5.4) (18.02.2016) + +The Apache DeltaSpike team is pleased to announce the 23rd release +(v1.5.4). + == 22nd Release (1.5.3) (05.02.2016) The Apache DeltaSpike team is pleased to announce the 22nd release
