|
6 | 6 | <groupId>com.redomar.game</groupId> |
7 | 7 | <artifactId>javagame</artifactId> |
8 | 8 | <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> |
9 | 11 | <inceptionYear>2013</inceptionYear> |
10 | 12 | <licenses> |
11 | 13 | <license> |
|
24 | 26 | <dependency> |
25 | 27 | <groupId>org.apache.commons</groupId> |
26 | 28 | <artifactId>commons-text</artifactId> |
27 | | - <version>1.10.0</version> |
| 29 | + <version>1.11.0</version> |
28 | 30 | </dependency> |
29 | 31 | <dependency> |
30 | 32 | <groupId>org.apache.commons</groupId> |
31 | 33 | <artifactId>commons-lang3</artifactId> |
32 | | - <version>3.12.0</version> |
| 34 | + <version>3.14.0</version> |
33 | 35 | </dependency> |
34 | 36 | <dependency> |
35 | 37 | <groupId>org.jetbrains</groupId> |
|
68 | 70 | <plugin> |
69 | 71 | <groupId>org.apache.maven.plugins</groupId> |
70 | 72 | <artifactId>maven-resources-plugin</artifactId> |
71 | | - <version>2.6</version> |
| 73 | + <version>3.3.1</version> |
72 | 74 | <configuration> |
73 | 75 | <useDefaultDelimiters>false</useDefaultDelimiters> |
74 | 76 | <delimiters> |
|
81 | 83 | <plugin> |
82 | 84 | <groupId>org.apache.maven.plugins</groupId> |
83 | 85 | <artifactId>maven-dependency-plugin</artifactId> |
84 | | - <version>3.3.0</version> |
| 86 | + <version>3.6.1</version> |
85 | 87 | <executions> |
86 | 88 | <execution> |
87 | 89 | <id>copy-dependencies</id> |
|
102 | 104 | <!-- Build an executable JAR --> |
103 | 105 | <groupId>org.apache.maven.plugins</groupId> |
104 | 106 | <artifactId>maven-jar-plugin</artifactId> |
105 | | - <version>2.4</version> |
| 107 | + <version>3.3.0</version> |
106 | 108 | <configuration> |
107 | 109 |
|
108 | 110 | <archive> |
|
124 | 126 | <plugin> |
125 | 127 | <groupId>org.apache.maven.plugins</groupId> |
126 | 128 | <artifactId>maven-install-plugin</artifactId> |
127 | | - <version>2.4</version> |
| 129 | + <version>3.1.1</version> |
128 | 130 | <executions> |
129 | 131 | <execution> |
130 | 132 | <id>install-external-non-maven-jar-MWS-Client-into-local-maven-repo</id> |
131 | 133 | <phase>clean</phase> |
132 | 134 | <configuration> |
133 | | - <repositoryLayout>default</repositoryLayout> |
134 | 135 | <groupId>com.thehowtotutorial.splashscreen</groupId> |
135 | 136 | <artifactId>JSplashScreen</artifactId> |
136 | 137 | <version>1.0</version> |
|
144 | 145 | </execution> |
145 | 146 | </executions> |
146 | 147 | </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> |
147 | 153 | </plugins> |
148 | 154 | </build> |
149 | 155 | </project> |
0 commit comments