Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-guice-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 29, 2024
1 parent 3d4a969 commit b87a5c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2009-2023 the original author or authors.
Copyright 2009-2024 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,12 +24,12 @@
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>42</version>
<relativePath/>
<relativePath />
</parent>

<groupId>org.mybatis</groupId>
<artifactId>mybatis-guice</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>

<name>mybatis-guice</name>
<description>The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework.</description>
Expand Down Expand Up @@ -67,7 +67,7 @@
<scm>
<connection>scm:git:ssh://[email protected]/mybatis/guice.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/guice.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-guice-4.0.0</tag>
<url>http://github.com/mybatis/guice/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -103,7 +103,7 @@
<module.name>org.mybatis.guice</module.name>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1670028235</project.build.outputTimestamp>
<project.build.outputTimestamp>1706488139</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -363,7 +363,7 @@
<jdk>(,16)</jdk>
</activation>
<properties>
<derby.version>10.15.2.0</derby.version>
<derby.version>10.15.2.0</derby.version>
</properties>
</profile>
<profile>
Expand All @@ -372,7 +372,7 @@
<jdk>[17,)</jdk>
</activation>
<properties>
<derby.version>10.16.1.1</derby.version>
<derby.version>10.16.1.1</derby.version>
</properties>
</profile>
<profile>
Expand All @@ -381,7 +381,7 @@
<jdk>[19,)</jdk>
</activation>
<properties>
<derby.version>10.17.1.0</derby.version>
<derby.version>10.17.1.0</derby.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit b87a5c9

Please sign in to comment.