Skip to content

Commit

Permalink
[MSHARED-1400] Bump org.apache.maven.shared:maven-shared-components f…
Browse files Browse the repository at this point in the history
…rom 41 to 42 (#45)

- [Release notes](https://github.com/apache/maven-parent/releases)
- [Commits](https://github.com/apache/maven-parent/commits)

---
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sylwester Lachiewicz <slachiewicz@apache.org>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 3b78a1d commit fdde8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>41</version>
<version>42</version>
<relativePath />
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/it/setup-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>@maven.plugin.tools.version@</version>
<version>@version.maven-plugin-tools@</version>
</plugin>
</plugins>
</build>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>@maven.plugin.tools.version@</version>
<version>@version.maven-plugin-tools@</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fdde8ff

Please sign in to comment.