|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>fi.helsinki.cs.tmc.cli</groupId> |
5 | 5 | <artifactId>tmc-cli</artifactId> |
6 | | - <version>0.9.2</version> |
| 6 | + <version>0.9.3</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <properties> |
9 | 9 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
14 | 14 |
|
15 | 15 | <repositories> |
16 | 16 | <repository> |
17 | | - <id>tmc</id> |
18 | | - <name>TMC repo</name> |
19 | | - <url>http://maven.testmycode.net/nexus/content/groups/public</url> |
20 | | - <releases> |
21 | | - <enabled>true</enabled> |
22 | | - </releases> |
23 | | - <snapshots> |
24 | | - <enabled>true</enabled> |
25 | | - <updatePolicy>always</updatePolicy> |
26 | | - </snapshots> |
| 17 | + <id>maven.mooc.fi.releases</id> |
| 18 | + <url>http://maven.mooc.fi/releases</url> |
| 19 | + </repository> |
| 20 | + <repository> |
| 21 | + <id>maven.mooc.fi.snapshots</id> |
| 22 | + <url>http://maven.mooc.fi/snapshots</url> |
27 | 23 | </repository> |
28 | 24 | </repositories> |
29 | 25 |
|
|
36 | 32 | <dependency> |
37 | 33 | <groupId>fi.helsinki.cs.tmc</groupId> |
38 | 34 | <artifactId>core</artifactId> |
39 | | - <version>0.10.12-SNAPSHOT</version> |
| 35 | + <version>0.10.13-SNAPSHOT</version> |
40 | 36 | </dependency> |
41 | 37 | <dependency> |
42 | 38 | <groupId>commons-cli</groupId> |
|
46 | 42 | <dependency> |
47 | 43 | <groupId>com.google.code.gson</groupId> |
48 | 44 | <artifactId>gson</artifactId> |
49 | | - <version>2.8.2</version> |
| 45 | + <version>2.8.6</version> |
50 | 46 | <scope>compile</scope> |
51 | 47 | </dependency> |
52 | 48 | <dependency> |
|
57 | 53 | <dependency> |
58 | 54 | <groupId>org.slf4j</groupId> |
59 | 55 | <artifactId>slf4j-log4j12</artifactId> |
60 | | - <version>1.7.25</version> |
| 56 | + <version>1.7.30</version> |
61 | 57 | </dependency> |
62 | 58 | <dependency> |
63 | 59 | <groupId>org.mockito</groupId> |
|
198 | 194 | <plugin> |
199 | 195 | <groupId>org.apache.maven.plugins</groupId> |
200 | 196 | <artifactId>maven-checkstyle-plugin</artifactId> |
201 | | - <version>2.17</version> |
| 197 | + <version>3.1.0</version> |
202 | 198 | <configuration> |
203 | 199 | <configLocation>${basedir}/src/main/resources/google_checks.xml</configLocation> |
204 | 200 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
205 | 201 | <encoding>UTF-8</encoding> |
206 | 202 | <linkXRef>false</linkXRef> |
207 | 203 | <failOnViolation>true</failOnViolation> |
208 | | - <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 204 | + <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
209 | 205 | </configuration> |
210 | 206 | <dependencies> |
211 | 207 | <dependency> |
212 | 208 | <groupId>com.puppycrawl.tools</groupId> |
213 | 209 | <artifactId>checkstyle</artifactId> |
214 | | - <version>8.2</version> |
| 210 | + <version>8.28</version> |
215 | 211 | </dependency> |
216 | 212 | </dependencies> |
217 | 213 | <executions> |
|
0 commit comments