Skip to content

Commit 5eb2980

Browse files
Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#963)
* Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 Bumps [org.codehaus.plexus:plexus-i18n](https://github.com/codehaus-plexus/plexus-i18n) from 1.0-beta-10 to 1.0.0. - [Release notes](https://github.com/codehaus-plexus/plexus-i18n/releases) - [Commits](https://github.com/codehaus-plexus/plexus-i18n/commits/plexus-i18n-1.0.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-i18n dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * drop exclusion --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <[email protected]>
1 parent 0cc6065 commit 5eb2980

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

maven-plugin-report-plugin/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,7 @@
130130
<dependency>
131131
<groupId>org.codehaus.plexus</groupId>
132132
<artifactId>plexus-i18n</artifactId>
133-
<version>1.0-beta-10</version>
134-
<exclusions>
135-
<exclusion>
136-
<groupId>org.codehaus.plexus</groupId>
137-
<artifactId>plexus-component-api</artifactId>
138-
</exclusion>
139-
</exclusions>
133+
<version>1.0.0</version>
140134
</dependency>
141135

142136
<!-- tests -->

0 commit comments

Comments
 (0)