Skip to content

Commit 899bd42

Browse files
ci-bot-cst[bot]hypery2k
authored andcommitted
[maven-release-plugin] prepare release v0.4.2
1 parent 3b4078c commit 899bd42

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>net.continuous-security-tools</groupId>
65
<artifactId>zap-java-integration</artifactId>
7-
<version>0.4.1-SNAPSHOT</version>
6+
<version>0.4.2</version>
87
<packaging>pom</packaging>
98

109
<name>ZAP Java Integration</name>
@@ -49,7 +48,7 @@
4948
<url>https://${GITHUB_TOKEN}@github.com/ContinuousSecurityTooling/zap-java.git</url>
5049
<connection>scm:git:${project.scm.url}</connection>
5150
<developerConnection>scm:git:${project.scm.url}</developerConnection>
52-
<tag>HEAD</tag>
51+
<tag>v0.4.2</tag>
5352
</scm>
5453

5554
<issueManagement>
@@ -76,7 +75,7 @@
7675
<java.version>11</java.version>
7776
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7877
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
79-
<surefire.argLine/>
78+
<surefire.argLine />
8079

8180
<sonar.projectKey>ContinuousSecurityTooling_zap-java</sonar.projectKey>
8281
<sonar.organization>continuoussecuritytooling</sonar.organization>
@@ -206,7 +205,7 @@
206205
<target>${java.version}</target>
207206
<encoding>${project.build.sourceEncoding}</encoding>
208207
<compilerArgs>
209-
<compilerArg/>
208+
<compilerArg />
210209
<arg>--add-exports</arg>
211210
<arg>java.xml/com.sun=ALL-UNNAMED</arg>
212211
<arg>--add-exports</arg>
@@ -240,7 +239,7 @@
240239
<configuration>
241240
<apiToken>${SNYK_API_TOKEN}</apiToken>
242241
<failOnSeverity>medium</failOnSeverity>
243-
<org/>
242+
<org />
244243
</configuration>
245244
</plugin>
246245

zap-client-api/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.continuous-security-tools</groupId>
76
<artifactId>zap-java-integration</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.4.2</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

@@ -49,7 +48,8 @@
4948
<connection>scm:git:[email protected]:pdsoftplan/zap-maven-plugin.git</connection>
5049
<developerConnection>scm:git:[email protected]:pdsoftplan/zap-maven-plugin.git</developerConnection>
5150
<url>https://github.com/ContinuousSecurityTooling/zap-java</url>
52-
</scm>
51+
<tag>v0.4.2</tag>
52+
</scm>
5353

5454
<issueManagement>
5555
<system>GitHub</system>

zap-report-parser/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.continuous-security-tools</groupId>
76
<artifactId>zap-java-integration</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.4.2</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

@@ -49,7 +48,8 @@
4948
<connection>scm:git:[email protected]:pdsoftplan/zap-maven-plugin.git</connection>
5049
<developerConnection>scm:git:[email protected]:pdsoftplan/zap-maven-plugin.git</developerConnection>
5150
<url>https://github.com/ContinuousSecurityTooling/zap-maven-plugin</url>
52-
</scm>
51+
<tag>v0.4.2</tag>
52+
</scm>
5353

5454
<issueManagement>
5555
<system>GitHub</system>

zap-utils/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>net.continuous-security-tools</groupId>
76
<artifactId>zap-java-integration</artifactId>
8-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.4.2</version>
98
<relativePath>../</relativePath>
109
</parent>
1110

@@ -47,7 +46,8 @@
4746
<connection>scm:git:[email protected]:pdsoftplan/zap-maven-plugin.git</connection>
4847
<developerConnection>scm:git:[email protected]:pdsoftplan/zap-maven-plugin.git</developerConnection>
4948
<url>https://github.com/ContinuousSecurityTooling/zap-java</url>
50-
</scm>
49+
<tag>v0.4.2</tag>
50+
</scm>
5151

5252
<issueManagement>
5353
<system>GitHub</system>

0 commit comments

Comments
 (0)