Skip to content

Commit

Permalink
Set impl and api to snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Dec 21, 2020
1 parent 880b5f2 commit e8b0d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Jakarta Expression Language API</name>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<version>4.0.1</version>
<version>4.0.1-SNAPSHOT</version>

<name>Jakarta Expression Language Implementation</name>
<description>Jakarta Expression Language Implementation</description>
Expand Down

0 comments on commit e8b0d32

Please sign in to comment.