File tree 5 files changed +9
-29
lines changed
5 files changed +9
-29
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >ca.bc.gov.open</groupId >
7
7
<artifactId >spring-starters</artifactId >
8
- <version >0.1.4 </version >
8
+ <version >0.1.5 </version >
9
9
10
10
<name >spring-starters</name >
11
11
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >ca.bc.gov.open</groupId >
8
8
<artifactId >spring-bceid-starter</artifactId >
9
- <version >0.1.4 </version >
9
+ <version >0.1.5 </version >
10
10
11
11
<properties >
12
12
<java .version>1.8</java .version>
86
86
<dependency >
87
87
<groupId >ca.bc.gov.open</groupId >
88
88
<artifactId >spring-starters-bom</artifactId >
89
- <version >0.1.4 </version >
89
+ <version >0.1.5 </version >
90
90
<type >pom</type >
91
91
<scope >import</scope >
92
92
</dependency >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >ca.bc.gov.open</groupId >
8
8
<artifactId >spring-clamav-starter</artifactId >
9
- <version >0.1.4 </version >
9
+ <version >0.1.5 </version >
10
10
11
11
<properties >
12
12
<java .version>1.8</java .version>
54
54
<dependency >
55
55
<groupId >ca.bc.gov.open</groupId >
56
56
<artifactId >spring-starters-bom</artifactId >
57
- <version >0.1.4 </version >
57
+ <version >0.1.5 </version >
58
58
<type >pom</type >
59
59
<scope >import</scope >
60
60
</dependency >
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >ca.bc.gov.open</groupId >
9
9
<artifactId >spring-sftp-starter</artifactId >
10
- <version >0.1.4 </version >
10
+ <version >0.1.5 </version >
11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
70
70
<dependency >
71
71
<groupId >ca.bc.gov.open</groupId >
72
72
<artifactId >spring-starters-bom</artifactId >
73
- <version >0.1.4 </version >
73
+ <version >0.1.5 </version >
74
74
<type >pom</type >
75
75
<scope >import</scope >
76
76
</dependency >
79
79
80
80
<build >
81
81
<plugins >
82
+
82
83
<plugin >
83
84
<groupId >org.apache.maven.plugins</groupId >
84
85
<artifactId >maven-surefire-plugin</artifactId >
89
90
<artifactId >maven-failsafe-plugin</artifactId >
90
91
<version >2.22.0</version >
91
92
</plugin >
92
- <!-- jacoco code coverage-->
93
- <plugin >
94
- <groupId >org.jacoco</groupId >
95
- <artifactId >jacoco-maven-plugin</artifactId >
96
- <version >0.8.2</version >
97
- <executions >
98
- <execution >
99
- <goals >
100
- <goal >prepare-agent</goal >
101
- </goals >
102
- </execution >
103
- <!-- attached to Maven test phase -->
104
- <execution >
105
- <id >report</id >
106
- <phase >test</phase >
107
- <goals >
108
- <goal >report</goal >
109
- </goals >
110
- </execution >
111
- </executions >
112
- </plugin >
113
93
</plugins >
114
94
</build >
115
95
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >ca.bc.gov.open</groupId >
9
9
<artifactId >spring-starters-bom</artifactId >
10
- <version >0.1.4 </version >
10
+ <version >0.1.5 </version >
11
11
12
12
<properties >
13
13
<org .apache.cxf.version>3.3.7</org .apache.cxf.version>
You can’t perform that action at this time.
0 commit comments