Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ao-oss-parent-1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Aug 19, 2023
1 parent 9735080 commit 01dfd67
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Expand Up @@ -24,11 +24,11 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.23.0-SNAPSHOT</version>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.23.0</version>
<packaging>pom</packaging>

<properties>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-08-19T21:29:11Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!--
Expand Down Expand Up @@ -120,8 +120,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<!-- Google Analytics tracking code for the javadocs -->
<google.analytics.trackingId>G-RYD4Z0W4YW</google.analytics.trackingId>
<!--
The Java module name, defaulting to the value previously used for "Bundle-SymbolicName" in Java < 9. All projects
should set this to match the module name defined in "module-info.java". Furthermore, projects without
The Java module name, defaulting to the value previously used for "Bundle-SymbolicName" in Java < 9. All projects should set this to match the module name defined in "module-info.java". Furthermore, projects without
"module-info.java" should also add the "Automatic-Module-Name" manifest entry.
-->
<module.name>${project.groupId}.${project.artifactId}</module.name>
Expand Down Expand Up @@ -922,7 +921,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<connection>scm:git:git://github.com/ao-apps/ao-oss-parent.git</connection>
<developerConnection>scm:git:git@github.com:ao-apps/ao-oss-parent.git</developerConnection>
<url>https://github.com/ao-apps/ao-oss-parent</url>
<tag>HEAD</tag>
<tag>ao-oss-parent-1.23.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 01dfd67

Please sign in to comment.