Skip to content

Commit

Permalink
Merge pull request #726 from h3xstream/master
Browse files Browse the repository at this point in the history
Release 1.13.0
  • Loading branch information
h3xstream committed Feb 26, 2024
2 parents 361914e + ae72891 commit 23a95a2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
6 changes: 5 additions & 1 deletion findsecbugs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-root-pom</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,6 +18,10 @@
The resulting jar is the published plugin.
</description>

<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>

<build>
<plugins>
<!-- Jar packaging -->
Expand Down
2 changes: 1 addition & 1 deletion findsecbugs-samples-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-root-pom</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion findsecbugs-samples-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>findsecbugs-root-pom</artifactId>
<groupId>com.h3xstream.findsecbugs</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion findsecbugs-samples-java11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>findsecbugs-root-pom</artifactId>
<groupId>com.h3xstream.findsecbugs</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion findsecbugs-samples-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>findsecbugs-root-pom</artifactId>
<groupId>com.h3xstream.findsecbugs</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions findsecbugs-samples-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>findsecbugs-root-pom</artifactId>
<groupId>com.h3xstream.findsecbugs</groupId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -12,7 +12,7 @@
<name>Find Security Bugs Samples Kotlin</name>

<properties>
<kotlin.version>1.3.72</kotlin.version>
<kotlin.version>1.7.20</kotlin.version>
<spotbugs.skip>true</spotbugs.skip>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion findsecbugs-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-root-pom</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>findsecbugs-root-pom</artifactId>

<packaging>pom</packaging>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>

<name>OWASP Find Security Bugs root</name>

Expand Down Expand Up @@ -109,6 +109,7 @@
<version>2.10.4</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<source>8</source>
</configuration>
</plugin>

Expand Down

0 comments on commit 23a95a2

Please sign in to comment.