Skip to content

Commit

Permalink
Update version to 4.1.0-SNAPSHOT as we have separate 4.0.x branches
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Mar 16, 2021
1 parent 4e7c61b commit 9369156
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 @@ -30,7 +30,7 @@

<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0-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-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>

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

<groupId>jakarta.el</groupId>
<artifactId>el-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

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

<groupId>jakarta.el</groupId>
<artifactId>expression-language-spec</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Expression Language Specification</name>
Expand Down

0 comments on commit 9369156

Please sign in to comment.