From e51b4ba000bc99020d3eb5a63c8812559b90d4d9 Mon Sep 17 00:00:00 2001 From: henrikplate <17928867+henrikplate@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:25:32 +0200 Subject: [PATCH 1/2] Bump version to 3.2.5 --- .travis/.env | 2 +- cli-scanner/pom.xml | 2 +- docker/.env.sample | 2 +- docker/setup-steady.sh | 2 +- docker/start-steady.sh | 2 +- docs/mkdocs.yml | 2 +- docs/public.properties | 2 +- frontend-apps/pom.xml | 2 +- frontend-bugs/pom.xml | 2 +- kb-importer/pom.xml | 2 +- lang-java-reach-soot/pom.xml | 2 +- lang-java-reach-wala/pom.xml | 2 +- lang-java-reach/pom.xml | 2 +- lang-java/pom.xml | 2 +- lang-python/pom.xml | 2 +- lang/pom.xml | 2 +- patch-analyzer/pom.xml | 2 +- patch-lib-analyzer/pom.xml | 2 +- plugin-gradle/pom.xml | 2 +- plugin-maven/pom.xml | 2 +- pom.xml | 2 +- repo-client/pom.xml | 2 +- rest-backend/pom.xml | 2 +- rest-lib-utils/pom.xml | 2 +- shared/pom.xml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.travis/.env b/.travis/.env index 9808940af..334aa245d 100644 --- a/.travis/.env +++ b/.travis/.env @@ -1,5 +1,5 @@ # Eclipse Steady -VULAS_RELEASE=3.2.5-SNAPSHOT +VULAS_RELEASE=3.2.5 VULAS_ENV=dev # PostgreSQL diff --git a/cli-scanner/pom.xml b/cli-scanner/pom.xml index 1e9d07062..497370c71 100644 --- a/cli-scanner/pom.xml +++ b/cli-scanner/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 cli-scanner jar diff --git a/docker/.env.sample b/docker/.env.sample index c6f025118..91d1709f0 100644 --- a/docker/.env.sample +++ b/docker/.env.sample @@ -1,5 +1,5 @@ # Eclipse Steady -VULAS_RELEASE=3.2.4 +VULAS_RELEASE=3.2.5 VULAS_ENV=prod # *** MANDATORY SETTINGS *** diff --git a/docker/setup-steady.sh b/docker/setup-steady.sh index c3ba9f61b..b94c6dad1 100755 --- a/docker/setup-steady.sh +++ b/docker/setup-steady.sh @@ -1,6 +1,6 @@ #!/bin/bash -REL="3.2.4" +REL="3.2.5" DC_REQUIRED="1.28" usage () { diff --git a/docker/start-steady.sh b/docker/start-steady.sh index 80f7769df..c727102bf 100755 --- a/docker/start-steady.sh +++ b/docker/start-steady.sh @@ -1,6 +1,6 @@ #!/bin/bash -REL="3.2.4" +REL="3.2.5" SERVICES="all" DC_REQUIRED="1.28" diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3f89ac336..09c51e4ea 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Eclipse Steady 3.2.4 (Incubator Project) +site_name: Eclipse Steady 3.2.5 (Incubator Project) site_description: Eclipse Steady Documentation site_url: https://eclipse.github.io/steady/ dev_addr: localhost:8000 diff --git a/docs/public.properties b/docs/public.properties index 45a915181..36586cdb1 100644 --- a/docs/public.properties +++ b/docs/public.properties @@ -1,5 +1,5 @@ PROJECT_NAME=Eclipse Steady -PROJECT_VERSION=3.2.4 +PROJECT_VERSION=3.2.5 PROJECT_TAG=vulnerability-assessment-tool PROJECT_URL=https://github.com/eclipse/steady ADDRESS=http://localhost:8033 diff --git a/frontend-apps/pom.xml b/frontend-apps/pom.xml index 562c5682d..eeb931918 100755 --- a/frontend-apps/pom.xml +++ b/frontend-apps/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 frontend-apps war diff --git a/frontend-bugs/pom.xml b/frontend-bugs/pom.xml index 1684dcdec..2c09e4583 100644 --- a/frontend-bugs/pom.xml +++ b/frontend-bugs/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 frontend-bugs war diff --git a/kb-importer/pom.xml b/kb-importer/pom.xml index e4eacc46d..8a6138682 100755 --- a/kb-importer/pom.xml +++ b/kb-importer/pom.xml @@ -26,7 +26,7 @@ root org.eclipse.steady - 3.2.5-SNAPSHOT + 3.2.5 kb-importer diff --git a/lang-java-reach-soot/pom.xml b/lang-java-reach-soot/pom.xml index 6710ca6f0..0d176f627 100644 --- a/lang-java-reach-soot/pom.xml +++ b/lang-java-reach-soot/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 lang-java-reach-soot diff --git a/lang-java-reach-wala/pom.xml b/lang-java-reach-wala/pom.xml index 879480cbc..7d989f12d 100644 --- a/lang-java-reach-wala/pom.xml +++ b/lang-java-reach-wala/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 lang-java-reach-wala diff --git a/lang-java-reach/pom.xml b/lang-java-reach/pom.xml index 9a6fdd316..71aa2e15f 100755 --- a/lang-java-reach/pom.xml +++ b/lang-java-reach/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 lang-java-reach diff --git a/lang-java/pom.xml b/lang-java/pom.xml index cbd421211..b6aa8f319 100644 --- a/lang-java/pom.xml +++ b/lang-java/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 lang-java diff --git a/lang-python/pom.xml b/lang-python/pom.xml index 2103bfaf5..9c03b0ae7 100644 --- a/lang-python/pom.xml +++ b/lang-python/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 lang-python diff --git a/lang/pom.xml b/lang/pom.xml index 782696d67..dd54c8556 100644 --- a/lang/pom.xml +++ b/lang/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 lang diff --git a/patch-analyzer/pom.xml b/patch-analyzer/pom.xml index 7e565e8c4..80e20caac 100644 --- a/patch-analyzer/pom.xml +++ b/patch-analyzer/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 patch-analyzer diff --git a/patch-lib-analyzer/pom.xml b/patch-lib-analyzer/pom.xml index 75a05922b..7ec68e702 100755 --- a/patch-lib-analyzer/pom.xml +++ b/patch-lib-analyzer/pom.xml @@ -25,7 +25,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 patch-lib-analyzer diff --git a/plugin-gradle/pom.xml b/plugin-gradle/pom.xml index 9bab82578..40a0474c5 100644 --- a/plugin-gradle/pom.xml +++ b/plugin-gradle/pom.xml @@ -25,7 +25,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 plugin-gradle pom diff --git a/plugin-maven/pom.xml b/plugin-maven/pom.xml index 2cea6fb95..57449119a 100644 --- a/plugin-maven/pom.xml +++ b/plugin-maven/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 plugin-maven diff --git a/pom.xml b/pom.xml index 10991a5b9..58a97ad46 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 pom Eclipse Steady diff --git a/repo-client/pom.xml b/repo-client/pom.xml index c685f8d07..209f2c0fb 100644 --- a/repo-client/pom.xml +++ b/repo-client/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 repo-client jar diff --git a/rest-backend/pom.xml b/rest-backend/pom.xml index a4dbe5846..f73717b33 100644 --- a/rest-backend/pom.xml +++ b/rest-backend/pom.xml @@ -32,7 +32,7 @@ org.eclipse.steady rest-backend - 3.2.5-SNAPSHOT + 3.2.5 ${packaging.type} REST service to manage scan results and bugs diff --git a/rest-lib-utils/pom.xml b/rest-lib-utils/pom.xml index 51e8cbb90..6ceaa8945 100644 --- a/rest-lib-utils/pom.xml +++ b/rest-lib-utils/pom.xml @@ -32,7 +32,7 @@ org.eclipse.steady rest-lib-utils - 3.2.5-SNAPSHOT + 3.2.5 ${packaging.type} REST service to analyze and compare libraries diff --git a/shared/pom.xml b/shared/pom.xml index 2ad4a8dd0..037819b24 100755 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.5-SNAPSHOT + 3.2.5 shared From b9bd8be628e85f48129cd6033d59264f6f01c1e6 Mon Sep 17 00:00:00 2001 From: henrikplate <17928867+henrikplate@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:34:37 +0200 Subject: [PATCH 2/2] Updated timestamp --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 58a97ad46..533a1e29b 100755 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ true - 2022-04-22T07:40:25+00:00 + 2022-09-20T08:33:43+00:00