Skip to content

Commit a940aec

Browse files
committed
Added RIFE2_SNAPSHOTS repository
1 parent 41d4d45 commit a940aec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

lib/bld/bld-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.13
66
bld.extension-pmd=com.uwyn.rife2:bld-pmd:1.4.3
77
bld.extension-reporter=com.uwyn.rife2:bld-junit-reporter:0.9.3-SNAPSHOT
88
bld.extension-spotbugs=com.uwyn.rife2:bld-spotbugs:0.9.1-SNAPSHOT
9-
bld.repositories=MAVEN_LOCAL,RIFE2_RELEASES,MAVEN_CENTRAL
9+
bld.repositories=MAVEN_LOCAL,RIFE2_RELEASES,MAVEN_CENTRAL,RIFE2-SNAPSHOT
1010
bld.version=2.3.1-SNAPSHOT

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.thauvin.erik.httpstatus</groupId>
66
<artifactId>httpstatus</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1-SNAPSHOT</version>
88
<name>HttpStatus</name>
99
<description>HTTP Status Codes &amp; JSP Tag Library</description>
1010
<url>https://github.com/ethauvin/HttpStatus</url>
@@ -33,6 +33,12 @@
3333
<version>6.0.1</version>
3434
<scope>provided</scope>
3535
</dependency>
36+
<dependency>
37+
<groupId>com.github.spotbugs</groupId>
38+
<artifactId>spotbugs-annotations</artifactId>
39+
<version>4.9.8</version>
40+
<scope>provided</scope>
41+
</dependency>
3642
</dependencies>
3743
<developers>
3844
<developer>

0 commit comments

Comments
 (0)