Skip to content

Commit

Permalink
Fix XML snippet in README.md
Browse files Browse the repository at this point in the history
Fix plugin group ID and version after copy & paste oversight. Also bump
AspectJ version.

Co-authored-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
frankielc and kriegaex committed Apr 19, 2024
1 parent 861df8e commit c3bdae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependency - as a plugin dependency:
<!-- ... -->
<properties>
<!-- Your favourite AspectJ version -->
<aspectj.version>1.9.21</aspectj.version>
<aspectj.version>1.9.22</aspectj.version>
</properties>

<dependencies>
Expand All @@ -54,9 +54,9 @@ dependency - as a plugin dependency:
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>${project.version}</version>
<version>1.14</version>
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
Expand Down

0 comments on commit c3bdae1

Please sign in to comment.