|
24 | 24 |
|
25 | 25 | <groupId>plugily.projects</groupId> |
26 | 26 | <artifactId>minigamesbox</artifactId> |
27 | | - <version>1.3.17-SNAPSHOT4</version> |
| 27 | + <version>1.4.0-SNAPSHOT0</version> |
28 | 28 | <packaging>pom</packaging> |
29 | 29 |
|
30 | 30 | <modules> |
|
101 | 101 | <plugin> |
102 | 102 | <groupId>org.apache.maven.plugins</groupId> |
103 | 103 | <artifactId>maven-compiler-plugin</artifactId> |
104 | | - <version>3.10.1</version> |
| 104 | + <version>3.14.0</version> |
105 | 105 | <configuration> |
106 | 106 | <source>${java.version}</source> |
107 | 107 | <target>${java.version}</target> |
| 108 | + <encoding>UTF-8</encoding> |
108 | 109 | </configuration> |
109 | 110 | </plugin> |
110 | 111 | <plugin> |
111 | 112 | <groupId>org.apache.maven.plugins</groupId> |
112 | 113 | <artifactId>maven-site-plugin</artifactId> |
113 | | - <version>3.12.0</version> |
| 114 | + <version>3.21.0</version> |
| 115 | + </plugin> |
| 116 | + <plugin> |
| 117 | + <groupId>org.apache.maven.plugins</groupId> |
| 118 | + <artifactId>maven-deploy-plugin</artifactId> |
| 119 | + <version>3.1.4</version> |
| 120 | + </plugin> |
| 121 | + <plugin> |
| 122 | + <groupId>org.apache.maven.plugins</groupId> |
| 123 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
| 124 | + <version>3.9.0</version> |
114 | 125 | </plugin> |
115 | 126 | <plugin> |
116 | 127 | <groupId>org.jacoco</groupId> |
117 | 128 | <artifactId>jacoco-maven-plugin</artifactId> |
118 | | - <version>0.8.8</version> |
| 129 | + <version>0.8.12</version> |
119 | 130 | <configuration> |
120 | 131 | <append>true</append> |
121 | 132 | </configuration> |
|
153 | 164 |
|
154 | 165 | <distributionManagement> |
155 | 166 | <repository> |
156 | | - <id>plugily-projects</id> |
| 167 | + <id>Release</id> |
157 | 168 | <url>https://maven.plugily.xyz/releases</url> |
158 | 169 | </repository> |
| 170 | + <snapshotRepository> |
| 171 | + <id>Snapshot</id> |
| 172 | + <url>https://maven.plugily.xyz/snapshots</url> |
| 173 | + </snapshotRepository> |
159 | 174 | </distributionManagement> |
160 | 175 | </project> |
0 commit comments