Skip to content

Commit 80d603b

Browse files
dependabot[bot]lfit.gh2gerrit
authored andcommitted
Chore(deps): Bump org.apache.maven.plugins:maven-resources-plugin from 2.6 to 3.3.1
Bumps org.apache.maven.plugins:maven-resources-plugin from 2.6 to 3.3.1. ## Release notes Sourced from org.apache.maven.plugins:maven-resources-plugin's releases. 3.3.1 [MRESOURCES-288] - Make tests-jar reproducible (#56) @​cstamas [MRESOURCES-297] - Update to parent POM 39, reformat (#55) @​cstamas [MRESOURCES-293] - Make resources param not read-only (#54) @​cstamas [MRESOURCES-295] - Drop Plexus legacy code (#53) @​cstamas [MRESOURCES-294] - Upgrade plexus-utils to 3.5.1 (#52) @​slachiewicz 🚨 Removed remove specific IDE m2e files (#40) @​olamy 📦 Dependency updates Bump apache/maven-gh-actions-shared from 2 to 3 (#46) @​dependabot 📝 Documentation updates doc: adds alternative variable syntax using @ delimiters to the documentation (#36) @​kevin0x90 3.3.0 📦 Dependency updates Bump maven-filtering from 3.2.0 to 3.3.0 (#32) @​dependabot Bump plexus-utils from 3.4.1 to 3.4.2 (#28) @​dependabot Bump commons-io from 1.4 to 2.7 in /src/it/user-filters (#18) @​dependabot [MRESOURCES-282] - Bump parent-pom from 34 to 36 (#24) @​slachiewicz 📝 Documentation updates (doc) Fix XML formatting (#26) @​pzygielo (doc) Fix XML formatting (#15) @​pzygielo 👻 Maintenance add release drafter (#29) @​olamy [MRESOURCES-277] - Update plugin (requires Maven 3.2.5+) - Java 8 (#23) @​slachiewicz [MRESOURCES-283] - Require Java 8 and upgrade deps (#22) @​slachiewicz 3.2.0 What's Changed [MRESOURCES-259] update commons-io by @​elharo in apache/maven-resources-plugin#1 add .checkstyle to .gitignore by @​elharo in apache/maven-resources-plugin#2 close file by @​elharo in apache/maven-resources-plugin#3 [MRESOURCES-261] update to Maven 3.1 by @​elharo in apache/maven-resources-plugin#4 try with resources by @​elharo in apache/maven-resources-plugin#5 future proof method that is marked for incompatible change by @​elharo in apache/maven-resources-plugin#6 New Contributors ... (truncated) ## Commits 978ce1e [maven-release-plugin] prepare release maven-resources-plugin-3.3.1 b7cd080 [MRESOURCES-296] Upgrade to maven-filtering 3.3.1 1c9f610 [MRESOURCES-288] Make tests-jar reproducible (#56) 1946127 [MRESOURCES-293] Rollback f7a6f22 [MRESOURCES-297] Update to parent POM 39, reformat (#55) 22d64ca remove specific IDE m2e files (#40) 02c2d01 [MRESOURCES-293] Make resources param not read-only (#54) 6bb3e1f [MRESOURCES-295] Drop Plexus legacy code (#53) df7e172 [MRESOURCES-294] Upgrade plexus-utils to 3.5.1 9354ecd Bump apache/maven-gh-actions-shared from 2 to 3 Additional commits viewable in compare view ![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: lfit.gh2gerrit <releng+lfit-gh2gerrit@linuxfoundation.org> Change-Id: I7ec3f0f8fb35c0771c23e8199cea48b265706f0b GitHub-PR: #23 GitHub-Hash: d4984246f920c32a
1 parent d7b8f58 commit 80d603b

File tree

5 files changed

+5
-5
lines changed
  • distribution
  • features/sdnr/wt
    • devicemanager-core/installer
    • mountpoint-registrar/installer
    • mountpoint-state-provider/installer

5 files changed

+5
-5
lines changed

distribution/oam-controller-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</plugin>
6464
<plugin>
6565
<artifactId>maven-resources-plugin</artifactId>
66-
<version>2.6</version>
66+
<version>3.3.1</version>
6767
<executions>
6868
<execution>
6969
<id>copy-dockerfile</id>

distribution/oam-controller/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</plugin>
9191
<plugin>
9292
<artifactId>maven-resources-plugin</artifactId>
93-
<version>2.6</version>
93+
<version>3.3.1</version>
9494
<executions>
9595
<execution>
9696
<id>copy-dockerfile</id>

features/sdnr/wt/devicemanager-core/installer/pom.xml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</plugin>
114114
<plugin>
115115
<artifactId>maven-resources-plugin</artifactId>
116-
<version>2.6</version>
116+
<version>3.3.1</version>
117117
<executions>
118118
<execution>
119119
<id>copy-schemas</id>

features/sdnr/wt/mountpoint-registrar/installer/pom.xml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</plugin>
114114
<plugin>
115115
<artifactId>maven-resources-plugin</artifactId>
116-
<version>2.6</version>
116+
<version>3.3.1</version>
117117
<executions>
118118
<execution>
119119
<id>copy-schemas</id>

features/sdnr/wt/mountpoint-state-provider/installer/pom.xml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</plugin>
114114
<plugin>
115115
<artifactId>maven-resources-plugin</artifactId>
116-
<version>2.6</version>
116+
<version>3.3.1</version>
117117
<executions>
118118
<execution>
119119
<id>copy-schemas</id>

0 commit comments

Comments
 (0)