Skip to content

Commit fdde8ff

Browse files
[MSHARED-1400] Bump org.apache.maven.shared:maven-shared-components from 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz <[email protected]>
1 parent 3b78a1d commit fdde8ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.shared</groupId>
2525
<artifactId>maven-shared-components</artifactId>
26-
<version>41</version>
26+
<version>42</version>
2727
<relativePath />
2828
</parent>
2929

src/it/setup-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-plugin-plugin</artifactId>
40-
<version>@maven.plugin.tools.version@</version>
40+
<version>@version.maven-plugin-tools@</version>
4141
</plugin>
4242
</plugins>
4343
</build>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.apache.maven.plugin-tools</groupId>
5353
<artifactId>maven-plugin-annotations</artifactId>
54-
<version>@maven.plugin.tools.version@</version>
54+
<version>@version.maven-plugin-tools@</version>
5555
<scope>provided</scope>
5656
</dependency>
5757
<dependency>

0 commit comments

Comments
 (0)