File tree Expand file tree Collapse file tree 6 files changed +6
-10
lines changed
src/test/java/com/h3xstream/findsecbugs/injection/custom Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.h3xstream.findsecbugs</groupId >
7
7
<artifactId >findsecbugs-root-pom</artifactId >
8
- <version >1.4.2-SNAPSHOT </version >
8
+ <version >1.4.2</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.h3xstream.findsecbugs</groupId >
7
7
<artifactId >findsecbugs-root-pom</artifactId >
8
- <version >1.4.2-SNAPSHOT </version >
8
+ <version >1.4.2</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.h3xstream.findsecbugs</groupId >
7
7
<artifactId >findsecbugs-root-pom</artifactId >
8
- <version >1.4.2-SNAPSHOT </version >
8
+ <version >1.4.2</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 17
17
*/
18
18
package com .h3xstream .findsecbugs .injection .custom ;
19
19
20
- import ch .qos .logback .classic .Level ;
21
20
import com .h3xstream .findbugs .test .BaseDetectorTest ;
22
21
import com .h3xstream .findbugs .test .EasyBugReporter ;
23
- import com .sun .media .jfxmedia .logging .Logger ;
24
22
import org .testng .annotations .Test ;
25
23
import org .testng .annotations .BeforeTest ;
26
24
27
- import java .util .Arrays ;
28
-
29
25
import static org .mockito .Mockito .spy ;
30
26
import static org .mockito .Mockito .verify ;
31
27
Original file line number Diff line number Diff line change 7
7
<artifactId >findsecbugs-root-pom</artifactId >
8
8
9
9
<packaging >pom</packaging >
10
- <version >1.4.2-SNAPSHOT </version >
10
+ <version >1.4.2</version >
11
11
12
12
<name >Find Security Bugs root</name >
13
13
27
27
<!-- Force the use of Java 6 compiler -->
28
28
<plugin >
29
29
<artifactId >maven-compiler-plugin</artifactId >
30
- <version >2.5.1 </version >
30
+ <version >2.3.2 </version >
31
31
<configuration >
32
32
<source >1.6</source >
33
33
<target >1.6</target >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.h3xstream.findsecbugs</groupId >
8
8
<artifactId >findsecbugs-root-pom</artifactId >
9
- <version >1.4.2-SNAPSHOT </version >
9
+ <version >1.4.2</version >
10
10
</parent >
11
11
12
12
<modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments