Skip to content

Commit

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

<name>CDI APIs</name>
<description>APIs for CDI (Contexts and Dependency Injection for Java)</description>
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.0-SNAPSHOT</version>
<version>2.0</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.0-SNAPSHOT</version>
<version>2.0</version>
</parent>

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

0 comments on commit 4ef5b00

Please sign in to comment.