Skip to content

Commit

Permalink
Update parent
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 7, 2020
1 parent 55f2664 commit c5552a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -307,7 +307,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>4.0.0.M1</version>
<version>4.0.0-RC1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
</parent>

<groupId>org.eclipse.ee4j.jsp</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit c5552a2

Please sign in to comment.