Skip to content

Commit

Permalink
Prepare for 2.0.SP1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Jul 19, 2018
1 parent ce2e73c commit 676366d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.0.SP1</version>

<name>CDI APIs</name>
<description>APIs for CDI (Contexts and Dependency Injection for Java)</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions api/src/main/java/javax/enterprise/util/SecurityActions.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>javax.enterprise</groupId>
<artifactId>cdi-spec</artifactId>
<packaging>pom</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.0.SP1</version>

<description>Parent module for CDI Specification</description>

Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-spec</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0.SP1</version>
</parent>

<artifactId>cdi-spec-doc</artifactId>
Expand Down

0 comments on commit 676366d

Please sign in to comment.