From 676366d034beba61a96a5a3c5108c7e9bd5fe09e Mon Sep 17 00:00:00 2001 From: Antoine Sabot-Durand Date: Thu, 19 Jul 2018 16:31:02 +0200 Subject: [PATCH] Prepare for 2.0.SP1 release --- api/pom.xml | 2 +- .../java/javax/enterprise/inject/spi/SecurityActions.java | 4 ++-- api/src/main/java/javax/enterprise/util/SecurityActions.java | 4 ++-- .../org/jboss/cdi/api/test/privileged/CDIPrivilegedTest.java | 4 ++-- .../org/jboss/cdi/api/test/privileged/FakeCDIProvider.java | 4 ++-- pom.xml | 2 +- spec/pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index c2f815a84..0fd94fd6b 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -28,7 +28,7 @@ javax.enterprise cdi-api jar - 2.1-SNAPSHOT + 2.0.SP1 CDI APIs APIs for CDI (Contexts and Dependency Injection for Java) diff --git a/api/src/main/java/javax/enterprise/inject/spi/SecurityActions.java b/api/src/main/java/javax/enterprise/inject/spi/SecurityActions.java index 579a0a9a9..385ad1913 100644 --- a/api/src/main/java/javax/enterprise/inject/spi/SecurityActions.java +++ b/api/src/main/java/javax/enterprise/inject/spi/SecurityActions.java @@ -4,10 +4,10 @@ * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * - * Licensed under the Apache License, Version 2.1-SNAPSHOT (the "License"); + * Licensed under the Apache License, Version 2.0.SP1 (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.1-SNAPSHOT + * http://www.apache.org/licenses/LICENSE-2.0.SP1 * 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. diff --git a/api/src/main/java/javax/enterprise/util/SecurityActions.java b/api/src/main/java/javax/enterprise/util/SecurityActions.java index 055b7960e..393f3369f 100644 --- a/api/src/main/java/javax/enterprise/util/SecurityActions.java +++ b/api/src/main/java/javax/enterprise/util/SecurityActions.java @@ -4,10 +4,10 @@ * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * - * Licensed under the Apache License, Version 2.1-SNAPSHOT (the "License"); + * Licensed under the Apache License, Version 2.0.SP1 (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.1-SNAPSHOT + * http://www.apache.org/licenses/LICENSE-2.0.SP1 * 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. diff --git a/api/src/test/java/org/jboss/cdi/api/test/privileged/CDIPrivilegedTest.java b/api/src/test/java/org/jboss/cdi/api/test/privileged/CDIPrivilegedTest.java index f5473c1ff..9ecced77b 100644 --- a/api/src/test/java/org/jboss/cdi/api/test/privileged/CDIPrivilegedTest.java +++ b/api/src/test/java/org/jboss/cdi/api/test/privileged/CDIPrivilegedTest.java @@ -4,10 +4,10 @@ * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * - * Licensed under the Apache License, Version 2.1-SNAPSHOT (the "License"); + * Licensed under the Apache License, Version 2.0.SP1 (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.1-SNAPSHOT + * http://www.apache.org/licenses/LICENSE-2.0.SP1 * 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. diff --git a/api/src/test/java/org/jboss/cdi/api/test/privileged/FakeCDIProvider.java b/api/src/test/java/org/jboss/cdi/api/test/privileged/FakeCDIProvider.java index 16cbfd83e..386f4a626 100644 --- a/api/src/test/java/org/jboss/cdi/api/test/privileged/FakeCDIProvider.java +++ b/api/src/test/java/org/jboss/cdi/api/test/privileged/FakeCDIProvider.java @@ -4,10 +4,10 @@ * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * - * Licensed under the Apache License, Version 2.1-SNAPSHOT (the "License"); + * Licensed under the Apache License, Version 2.0.SP1 (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.1-SNAPSHOT + * http://www.apache.org/licenses/LICENSE-2.0.SP1 * 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. diff --git a/pom.xml b/pom.xml index 22c7d8d28..4012b8ac9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ javax.enterprise cdi-spec pom - 2.1-SNAPSHOT + 2.0.SP1 Parent module for CDI Specification diff --git a/spec/pom.xml b/spec/pom.xml index 1275705e5..90075fbb2 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -5,7 +5,7 @@ javax.enterprise cdi-spec - 2.1-SNAPSHOT + 2.0.SP1 cdi-spec-doc