From 78c7b21762e3f4b1f338b0fa01ea223e9963a006 Mon Sep 17 00:00:00 2001 From: Sergii Kabashniuk Date: Fri, 21 May 2021 07:50:27 +0300 Subject: [PATCH] Fix scm version and license in integration related code (#3) * Fix scm version and license in integration related code --- .github/workflows/build-pr-check.yml | 2 + pom.xml | 38 +++++++++++++++++++ wsmaster/integration-tests/mysql-tck/pom.xml | 2 +- .../src/test/java/MySqlTckModule.java | 3 +- .../src/test/resources/logback-test.xml | 2 +- .../integration-tests/postgresql-tck/pom.xml | 2 +- .../src/test/java/PostgreSqlTckModule.java | 3 +- 7 files changed, 45 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-pr-check.yml b/.github/workflows/build-pr-check.yml index cd59ca1a28..8c30c78520 100644 --- a/.github/workflows/build-pr-check.yml +++ b/.github/workflows/build-pr-check.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Check all properties have description run: ./check_properties_description.sh - name: Cache local Maven repository diff --git a/pom.xml b/pom.xml index 561f8cb5e6..e89743a938 100644 --- a/pom.xml +++ b/pom.xml @@ -109,6 +109,7 @@ 3.0.0 3.3.0 3.2.0 + 1.4 3.1.0 3.8.1 3.0.0 @@ -1471,6 +1472,11 @@ che-core-dynamodule-maven-plugin ${che.version} + + org.codehaus.mojo + buildnumber-maven-plugin + ${maven.buildnumber.plugin.version} + maven-compiler-plugin ${maven.compiler.plugin.version} @@ -1747,6 +1753,38 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + + + parse-version + + parse-version + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + validate + + create + + + + + buildNumber + no_revision + true + {0, date,yyyyMMdd} + + + diff --git a/wsmaster/integration-tests/mysql-tck/pom.xml b/wsmaster/integration-tests/mysql-tck/pom.xml index a4d5d2d87a..49cf6b67dd 100644 --- a/wsmaster/integration-tests/mysql-tck/pom.xml +++ b/wsmaster/integration-tests/mysql-tck/pom.xml @@ -1,7 +1,7 @@