Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2aea94f

Browse files
committed
chore(deps): Update plugins versions in samples and archetypes
1 parent 9bc0af8 commit 2aea94f

File tree

7 files changed

+17
-17
lines changed
  • aws-serverless-jersey-archetype/src/main/resources/archetype-resources
  • aws-serverless-spark-archetype/src/main/resources/archetype-resources
  • aws-serverless-spring-archetype/src/main/resources/archetype-resources
  • aws-serverless-springboot3-archetype/src/main/resources/archetype-resources
  • samples

7 files changed

+17
-17
lines changed

‎aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-shade-plugin</artifactId>
84-
<version>3.2.4</version>
84+
<version>3.4.1</version>
8585
<configuration>
8686
<createDependencyReducedPom>false</createDependencyReducedPom>
8787
</configuration>
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-jar-plugin</artifactId>
111-
<version>3.2.0</version>
111+
<version>3.3.0</version>
112112
<executions>
113113
<execution>
114114
<id>default-jar</id>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-install-plugin</artifactId>
122-
<version>3.0.0-M1</version>
122+
<version>3.1.1</version>
123123
<configuration>
124124
<skip>true</skip>
125125
</configuration>
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-dependency-plugin</artifactId>
131-
<version>3.2.0</version>
131+
<version>3.5.0</version>
132132
<executions>
133133
<execution>
134134
<id>copy-dependencies</id>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-assembly-plugin</artifactId>
149-
<version>3.3.0</version>
149+
<version>3.5.0</version>
150150
<executions>
151151
<execution>
152152
<id>zip-assembly</id>

‎aws-serverless-spark-archetype/src/main/resources/archetype-resources/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-install-plugin</artifactId>
111-
<version>3.0.0-M1</version>
111+
<version>3.1.1</version>
112112
<configuration>
113113
<skip>true</skip>
114114
</configuration>

‎aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-jar-plugin</artifactId>
135-
<version>3.2.0</version>
135+
<version>3.3.0</version>
136136
<executions>
137137
<execution>
138138
<id>default-jar</id>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-install-plugin</artifactId>
146-
<version>3.0.0-M1</version>
146+
<version>3.1.1</version>
147147
<configuration>
148148
<skip>true</skip>
149149
</configuration>
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-dependency-plugin</artifactId>
155-
<version>3.2.0</version>
155+
<version>3.5.0</version>
156156
<executions>
157157
<execution>
158158
<id>copy-dependencies</id>

‎aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-shade-plugin</artifactId>
60-
<version>3.2.4</version>
60+
<version>3.4.1</version>
6161
<configuration>
6262
<createDependencyReducedPom>false</createDependencyReducedPom>
6363
</configuration>
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-install-plugin</artifactId>
105-
<version>3.0.0-M1</version>
105+
<version>3.1.1</version>
106106
<configuration>
107107
<skip>true</skip>
108108
</configuration>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-dependency-plugin</artifactId>
114-
<version>3.2.0</version>
114+
<version>3.5.0</version>
115115
<executions>
116116
<execution>
117117
<id>copy-dependencies</id>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-assembly-plugin</artifactId>
132-
<version>3.3.0</version>
132+
<version>3.5.0</version>
133133
<executions>
134134
<execution>
135135
<id>zip-assembly</id>

‎samples/jersey/pet-store/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-shade-plugin</artifactId>
95-
<version>3.2.4</version>
95+
<version>3.4.1</version>
9696
<configuration>
9797
<createDependencyReducedPom>false</createDependencyReducedPom>
9898
</configuration>

‎samples/spark/pet-store/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-install-plugin</artifactId>
123-
<version>3.0.0-M1</version>
123+
<version>3.1.1</version>
124124
<configuration>
125125
<skip>true</skip>
126126
</configuration>

‎samples/springboot3/pet-store/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-shade-plugin</artifactId>
65-
<version>3.2.4</version>
65+
<version>3.4.1</version>
6666
<configuration>
6767
<createDependencyReducedPom>false</createDependencyReducedPom>
6868
</configuration>
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-jar-plugin</artifactId>
99-
<version>3.3.0</version>
99+
<version>3.2.0</version>
100100
<executions>
101101
<execution>
102102
<id>default-jar</id>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /