Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuu-nkjm committed Jun 6, 2023
1 parent aa2dd36 commit da7bf38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>sorm4j-parent</artifactId>
<name>sorm4j-parent</name>
<description>Simple micro Object-Relation Mapper for Java</description>
<version>1.4.15</version>
<version>1.4.16</version>
<packaging>pom</packaging>
<url>https://github.com/yuu-nkjm/sorm4j</url>
<licenses>
Expand Down
8 changes: 4 additions & 4 deletions sorm4j-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.nkjmlab</groupId>
<artifactId>sorm4j-example</artifactId>
<version>1.4.13</version>
<version>1.4.16</version>
<description>Example of Sorm4j</description>

<properties>
<sorm4j-version>1.4.15</sorm4j-version>
<sorm4j-version>1.4.16</sorm4j-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<additionalparam>-Xdoclint:none</additionalparam>
<downloadSources>true</downloadSources>
Expand All @@ -24,13 +24,13 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.1.214</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<version>2.20.0</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion sorm4j-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>Sorm4j benchmark</name>

<properties>
<sorm4j-version>1.4.15</sorm4j-version>
<sorm4j-version>1.4.16</sorm4j-version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion sorm4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.nkjmlab</groupId>
<artifactId>sorm4j-parent</artifactId>
<version>1.4.15</version>
<version>1.4.16</version>
</parent>
<properties>
<javassist-version>3.27.0-GA</javassist-version>
Expand Down

0 comments on commit da7bf38

Please sign in to comment.