|
65 | 65 | <dependency>
|
66 | 66 | <groupId>org.reactome.release</groupId>
|
67 | 67 | <artifactId>release-common-lib</artifactId>
|
68 |
| - <version>1.2.0</version> |
| 68 | + <version>2.0.0-SNAPSHOT</version> |
69 | 69 | </dependency>
|
70 | 70 |
|
71 | 71 | <!-- Test dependencies -->
|
|
95 | 95 | </dependency>
|
96 | 96 | </dependencies>
|
97 | 97 |
|
| 98 | + <repositories> |
| 99 | + <repository> |
| 100 | + <id>ossrh</id> |
| 101 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 102 | + </repository> |
| 103 | + </repositories> |
| 104 | + |
98 | 105 | <build>
|
99 | 106 | <plugins>
|
100 | 107 | <!-- sets the Java compiler version targeted by Maven -->
|
|
174 | 181 | </executions>
|
175 | 182 | </plugin>
|
176 | 183 |
|
177 |
| - <plugin> |
178 |
| - <groupId>org.apache.maven.plugins</groupId> |
179 |
| - <artifactId>maven-checkstyle-plugin</artifactId> |
180 |
| - <version>3.1.1</version> |
181 |
| - <dependencies> |
182 |
| - <!-- This dependency allows Checkstyle to understand Java 11 syntax --> |
183 |
| - <dependency> |
184 |
| - <groupId>com.puppycrawl.tools</groupId> |
185 |
| - <artifactId>checkstyle</artifactId> |
186 |
| - <version>8.44</version> |
187 |
| - </dependency> |
188 |
| - </dependencies> |
189 |
| - <executions> |
190 |
| - <execution> |
191 |
| - <id>checkstyle-check</id> |
192 |
| - <goals> |
193 |
| - <goal>check</goal> |
194 |
| - </goals> |
195 |
| - </execution> |
196 |
| - </executions> |
197 |
| - <configuration> |
198 |
| - <configLocation>checkstyle.xml</configLocation> |
199 |
| - <!-- Optional: Set encoding --> |
200 |
| - <encoding>UTF-8</encoding> |
201 |
| - </configuration> |
202 |
| - </plugin> |
| 184 | + <plugin> |
| 185 | + <groupId>org.apache.maven.plugins</groupId> |
| 186 | + <artifactId>maven-checkstyle-plugin</artifactId> |
| 187 | + <version>3.1.1</version> |
| 188 | + <dependencies> |
| 189 | + <!-- This dependency allows Checkstyle to understand Java 11 syntax --> |
| 190 | + <dependency> |
| 191 | + <groupId>com.puppycrawl.tools</groupId> |
| 192 | + <artifactId>checkstyle</artifactId> |
| 193 | + <version>8.44</version> |
| 194 | + </dependency> |
| 195 | + </dependencies> |
| 196 | + <executions> |
| 197 | + <execution> |
| 198 | + <id>checkstyle-check</id> |
| 199 | + <goals> |
| 200 | + <goal>check</goal> |
| 201 | + </goals> |
| 202 | + </execution> |
| 203 | + </executions> |
| 204 | + <configuration> |
| 205 | + <configLocation>checkstyle.xml</configLocation> |
| 206 | + <!-- Optional: Set encoding --> |
| 207 | + <encoding>UTF-8</encoding> |
| 208 | + </configuration> |
| 209 | + </plugin> |
203 | 210 | </plugins>
|
204 | 211 | </build>
|
205 | 212 | </project>
|
0 commit comments