Skip to content

Commit 61b7d66

Browse files
committed
Upgrade maven packages and plugins
1 parent 4f40040 commit 61b7d66

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

pom.xml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<groupId>com.redomar.game</groupId>
77
<artifactId>javagame</artifactId>
88
<version>Alpha 1.8.6</version>
9+
<description>JavaGame is a game project that have been working on since May 2013. I have added many features to the game over the last year and I plan on adding even more features. This game is purely for my own sake to practice my skills in Java.</description>
10+
<url>https://github.com/redomar/JavaGame</url>
911
<inceptionYear>2013</inceptionYear>
1012
<licenses>
1113
<license>
@@ -24,12 +26,12 @@
2426
<dependency>
2527
<groupId>org.apache.commons</groupId>
2628
<artifactId>commons-text</artifactId>
27-
<version>1.10.0</version>
29+
<version>1.11.0</version>
2830
</dependency>
2931
<dependency>
3032
<groupId>org.apache.commons</groupId>
3133
<artifactId>commons-lang3</artifactId>
32-
<version>3.12.0</version>
34+
<version>3.14.0</version>
3335
</dependency>
3436
<dependency>
3537
<groupId>org.jetbrains</groupId>
@@ -68,7 +70,7 @@
6870
<plugin>
6971
<groupId>org.apache.maven.plugins</groupId>
7072
<artifactId>maven-resources-plugin</artifactId>
71-
<version>2.6</version>
73+
<version>3.3.1</version>
7274
<configuration>
7375
<useDefaultDelimiters>false</useDefaultDelimiters>
7476
<delimiters>
@@ -81,7 +83,7 @@
8183
<plugin>
8284
<groupId>org.apache.maven.plugins</groupId>
8385
<artifactId>maven-dependency-plugin</artifactId>
84-
<version>3.3.0</version>
86+
<version>3.6.1</version>
8587
<executions>
8688
<execution>
8789
<id>copy-dependencies</id>
@@ -102,7 +104,7 @@
102104
<!-- Build an executable JAR -->
103105
<groupId>org.apache.maven.plugins</groupId>
104106
<artifactId>maven-jar-plugin</artifactId>
105-
<version>2.4</version>
107+
<version>3.3.0</version>
106108
<configuration>
107109

108110
<archive>
@@ -124,13 +126,12 @@
124126
<plugin>
125127
<groupId>org.apache.maven.plugins</groupId>
126128
<artifactId>maven-install-plugin</artifactId>
127-
<version>2.4</version>
129+
<version>3.1.1</version>
128130
<executions>
129131
<execution>
130132
<id>install-external-non-maven-jar-MWS-Client-into-local-maven-repo</id>
131133
<phase>clean</phase>
132134
<configuration>
133-
<repositoryLayout>default</repositoryLayout>
134135
<groupId>com.thehowtotutorial.splashscreen</groupId>
135136
<artifactId>JSplashScreen</artifactId>
136137
<version>1.0</version>
@@ -144,6 +145,11 @@
144145
</execution>
145146
</executions>
146147
</plugin>
148+
<plugin>
149+
<groupId>org.apache.maven.plugins</groupId>
150+
<artifactId>maven-project-info-reports-plugin</artifactId>
151+
<version>3.5.0</version>
152+
</plugin>
147153
</plugins>
148154
</build>
149155
</project>

0 commit comments

Comments
 (0)