Skip to content

Commit

Permalink
#53 Prepare for RC2 release
Browse files Browse the repository at this point in the history
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Feb 14, 2020
1 parent 8d359cb commit 1c97010
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 @@ -29,7 +29,7 @@

<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>

<name>Jakarta Interceptors</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.eclipse.ee4j.interceptor-api</groupId>
<artifactId>interceptor-api-parent</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
<packaging>pom</packaging>

<name>Jakarta Interceptors Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.ee4j.interceptor-api</groupId>
<artifactId>interceptor-api-parent</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
</parent>

<artifactId>interceptors-spec</artifactId>
Expand Down

0 comments on commit 1c97010

Please sign in to comment.