Skip to content

Commit

Permalink
Release version 1.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thihup committed May 4, 2021
1 parent 1072561 commit 4c9a0eb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
3 changes: 1 addition & 2 deletions io.joel.tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
<parent>
<groupId>io.joel</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>io.joel.tck</artifactId>
<version>1.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions io.joel.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<parent>
<groupId>io.joel</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>io.joel.tests</artifactId>
<version>1.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions io.joel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.joel</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>io.joel</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.joel</groupId>
<artifactId>jakarta.el</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta.el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.joel</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>jakarta.el</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.joel</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.joel</groupId>
<artifactId>tck</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-M1</version>

<properties>
<ant.home>${project.build.directory}/ant</ant.home>
Expand Down Expand Up @@ -107,14 +107,14 @@
<artifactItem>
<groupId>io.joel</groupId>
<artifactId>io.joel</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
<outputDirectory>${work.home}/jars</outputDirectory>
<destFileName>jakarta.el.jar</destFileName>
</artifactItem>
<artifactItem>
<groupId>io.joel</groupId>
<artifactId>jakarta.el</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
<outputDirectory>${work.home}/jars</outputDirectory>
<destFileName>jakarta.el-api.jar</destFileName>
</artifactItem>
Expand Down

0 comments on commit 4c9a0eb

Please sign in to comment.