Skip to content

Commit 0178275

Browse files
committed
Update some plugins to get build working
This may have been due to building with Java 21, newer Maven, or something else.
1 parent a180398 commit 0178275

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gem-assembly-descriptors/src/it/assemble-project-with-gems/application/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</plugin>
5757
<plugin>
5858
<artifactId>maven-assembly-plugin</artifactId>
59-
<version>2.2-beta-5</version>
59+
<version>3.7.1</version>
6060
<configuration>
6161
<descriptorRefs>
6262
<descriptorRef>jar-with-dependencies-and-gems</descriptorRef>
@@ -71,7 +71,7 @@
7171
<execution>
7272
<phase>package</phase>
7373
<goals>
74-
<goal>assembly</goal>
74+
<goal>single</goal>
7575
</goals>
7676
</execution>
7777
</executions>

parent-mojo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<plugins>
5151
<plugin>
5252
<artifactId>maven-source-plugin</artifactId>
53-
<version>2.4</version>
53+
<version>3.2.1</version>
5454
<executions>
5555
<execution>
5656
<goals><goal>jar</goal></goals>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-jar-plugin</artifactId>
143-
<version>2.3</version>
143+
<version>3.4.1</version>
144144
</plugin>
145145
<plugin>
146146
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)