Skip to content

Commit

Permalink
[maven-release-plugin] prepare release aspectj-maven-plugin-1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 12, 2023
1 parent 9519979 commit 4cf6360
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 @@ -9,7 +9,7 @@
</parent>

<artifactId>aspectj-maven-plugin</artifactId>
<version>1.14.2-SNAPSHOT</version>
<version>1.15.0</version>
<packaging>maven-plugin</packaging>

<name>Mojo's AspectJ Maven Plugin</name>
Expand All @@ -24,7 +24,7 @@
<doxiaVersion>1.12.0</doxiaVersion>
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
<mojo.java.target>8</mojo.java.target> <!-- aspectJ &gt; 1.8.13 is JDK 1.8 minimum -->
<project.build.outputTimestamp>2023-12-12T02:41:30Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-12T02:46:31Z</project.build.outputTimestamp>
<!-- work around until it is correctly fixed at top parent -->
<scmpublish.content>${project.build.directory}/staging/aspectj-maven-plugin</scmpublish.content>
</properties>
Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/mojohaus/aspectj-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/aspectj-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/aspectj-maven-plugin</url>
<tag>1.14.1</tag>
<tag>aspectj-maven-plugin-1.15.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 4cf6360

Please sign in to comment.