Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ao-oss-parent-1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 17, 2023
1 parent 263b961 commit d714597
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions pom.xml
Expand Up @@ -24,12 +24,12 @@ 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.1-SNAPSHOT</version>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.23.1</version>
<packaging>pom</packaging>

<properties>
<!-- Must be set to ${git.commit.time} for snapshots or ISO 8601 timestamp for releases. -->
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-09-17T06:07:01Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Extensions -->
Expand Down Expand Up @@ -186,8 +186,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 "module-info.java" should also add the "Automatic-Module-Name" manifest entry.
-->
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>
<!-- Default bundle resources-filtered, may be overridden as part of "alt.build.dir" property -->
<bundle.resources-filtered>target/resources-filtered</bundle.resources-filtered>
Expand Down Expand Up @@ -1005,7 +1004,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.1</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -2351,15 +2350,10 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<target>
<taskdef resource="com/aoapps/ant/tasks/antlib.xml">
<classpath>
<fileset dir="${project.build.directory}"><include name="ao-ant-tasks-*.jar"/></fileset>
<fileset dir="${project.build.directory}"><include name="ao-ant-tasks-*.jar" /></fileset>
</classpath>
</taskdef>
<seo-javadoc-filter
buildDirectory="${project.build.directory}"
projectUrl="${project.url}"
nofollow="${seo-javadoc-filter.nofollow}"
follow="${seo-javadoc-filter.follow}"
/>
<seo-javadoc-filter buildDirectory="${project.build.directory}" projectUrl="${project.url}" nofollow="${seo-javadoc-filter.nofollow}" follow="${seo-javadoc-filter.follow}" />
</target>
</configuration>
</execution>
Expand All @@ -2369,16 +2363,10 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<target if="ao-ant-tasks.isJenkinsDeploy">
<taskdef resource="com/aoapps/ant/tasks/antlib.xml">
<classpath>
<fileset dir="${project.build.directory}"><include name="ao-ant-tasks-*.jar"/></fileset>
<fileset dir="${project.build.directory}"><include name="ao-ant-tasks-*.jar" /></fileset>
</classpath>
</taskdef>
<zip-timestamp-merge
outputTimestamp="${project.build.outputTimestamp}"
buildReproducible="${zip-timestamp-merge.buildReproducible}"
requireLastBuild="${requireLastBuild}"
lastBuildDirectory="${project.build.directory}/last-successful-artifacts"
buildDirectory="${project.build.directory}"
/>
<zip-timestamp-merge outputTimestamp="${project.build.outputTimestamp}" buildReproducible="${zip-timestamp-merge.buildReproducible}" requireLastBuild="${requireLastBuild}" lastBuildDirectory="${project.build.directory}/last-successful-artifacts" buildDirectory="${project.build.directory}" />
</target>
</configuration>
</execution>
Expand All @@ -2388,13 +2376,10 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<target>
<taskdef resource="com/aoapps/ant/tasks/antlib.xml">
<classpath>
<fileset dir="${project.build.directory}"><include name="ao-ant-tasks-*.jar"/></fileset>
<fileset dir="${project.build.directory}"><include name="ao-ant-tasks-*.jar" /></fileset>
</classpath>
</taskdef>
<generate-javadoc-sitemap
buildDirectory="${project.build.directory}"
projectUrl="${project.url}"
/>
<generate-javadoc-sitemap buildDirectory="${project.build.directory}" projectUrl="${project.url}" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit d714597

Please sign in to comment.