Skip to content

Commit 0ece27d

Browse files
Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#1510)
* 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] <support@github.com> * Remove exclusions from plexus-i18n dependency --------- 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>
1 parent 58604f9 commit 0ece27d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,7 @@ under the License.
198198
<dependency>
199199
<groupId>org.codehaus.plexus</groupId>
200200
<artifactId>plexus-i18n</artifactId>
201-
<version>1.0-beta-10</version>
202-
<exclusions>
203-
<exclusion>
204-
<groupId>org.codehaus.plexus</groupId>
205-
<artifactId>plexus-component-api</artifactId>
206-
</exclusion>
207-
</exclusions>
201+
<version>1.0.0</version>
208202
</dependency>
209203

210204
<!-- shared -->

0 commit comments

Comments
 (0)