Skip to content

Commit

Permalink
Merge pull request #392 from eclipse/bump-to-3.1.12
Browse files Browse the repository at this point in the history
Bumped to 3.1.12
  • Loading branch information
henrikplate authored May 27, 2020
2 parents d49a94d + 84260a5 commit bcd5105
Show file tree
Hide file tree
Showing 23 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .travis/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Vulas
VULAS_RELEASE=3.1.12-SNAPSHOT
VULAS_RELEASE=3.1.12
VULAS_ENV=dev

# PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion cli-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>cli-scanner</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Eclipse Steady 3.1.11 (Incubator Project)
site_name: Eclipse Steady 3.1.12 (Incubator Project)
site_description: Eclipse Steady Documentation
site_url: https://eclipse.github.io/steady/
dev_addr: 0.0.0.0:8000
Expand Down
2 changes: 1 addition & 1 deletion docs/public.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME=Eclipse Steady
PROJECT_VERSION=3.1.11
PROJECT_VERSION=3.1.12
PROJECT_TAG=vulnerability-assessment-tool
PROJECT_URL=https://github.com/eclipse/steady
ADDRESS=http://localhost:8033
Expand Down
2 changes: 1 addition & 1 deletion frontend-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>frontend-apps</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion frontend-bugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>frontend-bugs</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lang-java-init/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>lang-java-init</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lang-java-reach-soot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions lang-java-reach-wala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>lang-java-reach</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lang-java-reach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>lang-java-reach</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lang-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>lang-java</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lang-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>lang-python</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>lang</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion patch-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>patch-analyzer</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion patch-lib-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>

<artifactId>patch-lib-analyzer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>plugin-gradle</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugin-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<!-- NOTE: This plugin name violates the Maven naming convention, which results in a warning during build. -->
<artifactId>plugin-maven</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
<packaging>pom</packaging>

<name>Eclipse Steady</name>
Expand Down Expand Up @@ -449,11 +449,11 @@
</plugin>

<!-- Successor of Findbugs, run fully-qualified with 'mvn -Dspotbugs.excludeFilterFile=findbugs-exclude.xml
-Dspotbugs.failOnError=false -P soot,gradle com.github.spotbugs:spotbugs-maven-plugin:3.1.12-SNAPSHOT:check' -->
-Dspotbugs.failOnError=false -P soot,gradle com.github.spotbugs:spotbugs-maven-plugin:3.1.12.2:check' -->
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12.2</version>
<configuration>
<failOnError>false</failOnError>
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
Expand Down Expand Up @@ -641,7 +641,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12.2</version>
<configuration>
<failOnError>false</failOnError>
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
Expand Down
2 changes: 1 addition & 1 deletion repo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>repo-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rest-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>com.sap.research.security.vulas</groupId>
<artifactId>rest-backend</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
<packaging>${packaging.type}</packaging>

<name>REST service to manage scan results and bugs</name>
Expand Down
2 changes: 1 addition & 1 deletion rest-lib-utils-init/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>rest-lib-utils-init</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rest-lib-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>com.sap.research.security.vulas</groupId>
<artifactId>rest-lib-utils</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
<packaging>${packaging.type}</packaging>

<name>REST service to analyze and compare libraries</name>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.sap.research.security.vulas</groupId>
<artifactId>root</artifactId>
<version>3.1.12-SNAPSHOT</version>
<version>3.1.12</version>
</parent>
<artifactId>shared</artifactId>

Expand Down

0 comments on commit bcd5105

Please sign in to comment.