Skip to content

Commit f0571d5

Browse files
Merge pull request #16 from bcgov/fix-sftp-starter-maven
remove jacoco temp
2 parents f5552bc + ac5d49d commit f0571d5

File tree

5 files changed

+9
-29
lines changed

5 files changed

+9
-29
lines changed

src/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ca.bc.gov.open</groupId>
77
<artifactId>spring-starters</artifactId>
8-
<version>0.1.4</version>
8+
<version>0.1.5</version>
99

1010
<name>spring-starters</name>
1111
<packaging>pom</packaging>

src/spring-bceid-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ca.bc.gov.open</groupId>
88
<artifactId>spring-bceid-starter</artifactId>
9-
<version>0.1.4</version>
9+
<version>0.1.5</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>ca.bc.gov.open</groupId>
8888
<artifactId>spring-starters-bom</artifactId>
89-
<version>0.1.4</version>
89+
<version>0.1.5</version>
9090
<type>pom</type>
9191
<scope>import</scope>
9292
</dependency>

src/spring-clamav-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ca.bc.gov.open</groupId>
88
<artifactId>spring-clamav-starter</artifactId>
9-
<version>0.1.4</version>
9+
<version>0.1.5</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>ca.bc.gov.open</groupId>
5656
<artifactId>spring-starters-bom</artifactId>
57-
<version>0.1.4</version>
57+
<version>0.1.5</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>

src/spring-sftp-starter/pom.xml

+3-23
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>ca.bc.gov.open</groupId>
99
<artifactId>spring-sftp-starter</artifactId>
10-
<version>0.1.4</version>
10+
<version>0.1.5</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>ca.bc.gov.open</groupId>
7272
<artifactId>spring-starters-bom</artifactId>
73-
<version>0.1.4</version>
73+
<version>0.1.5</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>
@@ -79,6 +79,7 @@
7979

8080
<build>
8181
<plugins>
82+
8283
<plugin>
8384
<groupId>org.apache.maven.plugins</groupId>
8485
<artifactId>maven-surefire-plugin</artifactId>
@@ -89,27 +90,6 @@
8990
<artifactId>maven-failsafe-plugin</artifactId>
9091
<version>2.22.0</version>
9192
</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>
11393
</plugins>
11494
</build>
11595

src/spring-starters-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>ca.bc.gov.open</groupId>
99
<artifactId>spring-starters-bom</artifactId>
10-
<version>0.1.4</version>
10+
<version>0.1.5</version>
1111

1212
<properties>
1313
<org.apache.cxf.version>3.3.7</org.apache.cxf.version>

0 commit comments

Comments
 (0)