Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed May 11, 2024
1 parent 1acffc6 commit 9f9a67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ along with ao-dbc. If not, see <https://www.gnu.org/licenses/>.
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>com.aoapps</groupId><artifactId>ao-dbc</artifactId><version>4.0.0</version>
<groupId>com.aoapps</groupId><artifactId>ao-dbc</artifactId><version>4.0.0-POST-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
<!-- Must be set to ${git.commit.time} for snapshots or ISO 8601 timestamp for releases. -->
<project.build.outputTimestamp>2024-05-11T16:13:51Z</project.build.outputTimestamp>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<module.name>com.aoapps.dbc</module.name>
<javadoc.breadcrumbs><![CDATA[<a target="${javadoc.target}" href="https://oss.aoapps.com/">AO OSS</a>
/ <a target="${javadoc.target}" href="${project.url}">Database Connectivity</a>]]></javadoc.breadcrumbs>
Expand Down Expand Up @@ -74,7 +74,7 @@ along with ao-dbc. If not, see <https://www.gnu.org/licenses/>.
<connection>scm:git:git://github.com/ao-apps/ao-dbc.git</connection>
<developerConnection>scm:git:git@github.com:ao-apps/ao-dbc.git</developerConnection>
<url>https://github.com/ao-apps/ao-dbc</url>
<tag>ao-dbc-4.0.0</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 9f9a67c

Please sign in to comment.