Repository: deltaspike Updated Branches: refs/heads/master 34cbc6788 -> c3f1dcbf8
DELTASPIKE-925 information about v1.4.1 Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/c3f1dcbf Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/c3f1dcbf Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/c3f1dcbf Branch: refs/heads/master Commit: c3f1dcbf8930a0c5877c640f09d4652148d3b211 Parents: 34cbc67 Author: gpetracek <[email protected]> Authored: Tue Jun 16 14:06:58 2015 +0200 Committer: gpetracek <[email protected]> Committed: Tue Jun 16 14:06:58 2015 +0200 ---------------------------------------------------------------------- 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/c3f1dcbf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1a513c6..310c65c 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,8 @@ <properties> <asciidoctor.version>1.5.2</asciidoctor.version> - <version.deltaspike.latest.stable>1.4.0</version.deltaspike.latest.stable> - <version.deltaspike.latest.snapshot>1.4.1-SNAPSHOT</version.deltaspike.latest.snapshot> + <version.deltaspike.latest.stable>1.4.1</version.deltaspike.latest.stable> + <version.deltaspike.latest.snapshot>1.4.2-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/c3f1dcbf/site/src/main/asciidoc/news.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/news.adoc b/site/src/main/asciidoc/news.adoc index 0a37c10..4f0c90d 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. +== 16th Release (1.4.1) (12.06.2015) + +The Apache DeltaSpike team is pleased to announce the 17th release +(v1.4.1). + == New Committer (01.06.2015) Daniel Cunha joined our development community.
