Skip to content

Commit

Permalink
Merge pull request #27 from alberlau/feature/version-1.3.5
Browse files Browse the repository at this point in the history
Release 1.3.5
  • Loading branch information
alberlau committed Mar 2, 2024
2 parents 1127100 + e83740f commit a06f5c2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Modify your pom.xml as bellow and adjust necessary parameters:
<plugin>
<groupId>org.db2code</groupId>
<artifactId>java-pojo-generator-mojo</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
<configuration>
<jdbcUrl>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;INIT=RUNSCRIPT FROM '${project.basedir}/init.sql'</jdbcUrl>
<jdbcClassName>org.h2.Driver</jdbcClassName>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.db2code</groupId>
<artifactId>DB2Code</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>

<artifactId>core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions java-pojo-generator-abstract-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.db2code</groupId>
<artifactId>DB2Code</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.db2code</groupId>
<artifactId>java-pojo-generator</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
4 changes: 2 additions & 2 deletions java-pojo-generator-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.db2code</groupId>
<artifactId>DB2Code</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>

<artifactId>java-pojo-generator-cmd</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.db2code</groupId>
<artifactId>java-pojo-generator-abstract-tool</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-pojo-generator-mojo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.db2code</groupId>
<artifactId>DB2Code</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>

<artifactId>java-pojo-generator-mojo-example</artifactId>
Expand Down Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.db2code</groupId>
<artifactId>java-pojo-generator-mojo</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
<executions>
<execution>
<id>exportMetadata</id>
Expand Down
6 changes: 3 additions & 3 deletions java-pojo-generator-mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.db2code</groupId>
<artifactId>DB2Code</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.db2code</groupId>
<artifactId>java-pojo-generator</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>org.db2code</groupId>
<artifactId>java-pojo-generator-abstract-tool</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions java-pojo-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.db2code</groupId>
<artifactId>DB2Code</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>

<artifactId>java-pojo-generator</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.db2code</groupId>
<artifactId>core</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.db2code</groupId>
<artifactId>DB2Code</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
<packaging>pom</packaging>
<name>DB2Code - code generator from database metadata</name>
<description>Puts database metadata into intermediate objects and invokes mustache template to generate code,
Expand Down

0 comments on commit a06f5c2

Please sign in to comment.