Skip to content

Commit

Permalink
chore: fix annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 29, 2022
1 parent 76ca24c commit fd84c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven-workspace/multi1/sub1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>multi1-sub1</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:multi2:current} -->
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:multi1-sub1:current} -->
</project>
2 changes: 1 addition & 1 deletion maven-workspace/multi2/sub1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>multi2-sub1</artifactId>
<version>1.1.3-SNAPSHOT</version><!-- {x-version-update:multi2:current} -->
<version>1.1.3-SNAPSHOT</version><!-- {x-version-update:multi2-sub1:current} -->
</project>

0 comments on commit fd84c4a

Please sign in to comment.