Skip to content

Commit

Permalink
[maven-release-plugin] prepare release aspectj-maven-plugin-1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Jul 29, 2021
1 parent 498bc28 commit c7a28a0
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.0-SNAPSHOT</version>
<version>1.14.0</version>
<packaging>maven-plugin</packaging>

<name>Mojo's AspectJ Maven Plugin</name>
Expand All @@ -25,7 +25,7 @@
<doxiaVersion>1.10</doxiaVersion>
<doxiaSitetoolsVersion>1.10</doxiaSitetoolsVersion>
<mojo.java.target>1.8</mojo.java.target> <!-- aspectJ &gt; 1.8.13 is JDK 1.8 minimum -->
<project.build.outputTimestamp>2021-07-27T01:50:39Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-07-29T20:50:18Z</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 @@ -43,7 +43,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>HEAD</tag>
<tag>aspectj-maven-plugin-1.14.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit c7a28a0

Please sign in to comment.