Skip to content

Commit

Permalink
Release version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 13, 2021
1 parent e7696b3 commit 8c567a6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions data-generator-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>io.github.jordanmartin.datagenerator</groupId>
<artifactId>parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>api</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>

<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>io.github.jordanmartin.datagenerator</groupId>
<artifactId>core</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
6 changes: 3 additions & 3 deletions data-generator-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>io.github.jordanmartin.datagenerator</groupId>
<artifactId>parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cli</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>io.github.jordanmartin.datagenerator</groupId>
<artifactId>core</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
4 changes: 2 additions & 2 deletions data-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.github.jordanmartin.datagenerator</groupId>
<artifactId>parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>core</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion data-generator-webui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.jordanmartin.datagenerator</groupId>
<artifactId>webui</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jordanmartin.datagenerator</groupId>
<artifactId>parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 8c567a6

Please sign in to comment.