Skip to content

Commit

Permalink
Prepare for 2.0-PFD2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Apr 18, 2017
1 parent d2433b5 commit 7a07bfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-PFD2</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-PFD2</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-PFD2</version>
</parent>

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

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 7a07bfb

Please sign in to comment.