Skip to content

Commit

Permalink
Revert to a previously known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkorotkov committed Dec 19, 2023
1 parent 20eb691 commit 10dfe50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/netlicensing-client-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
jdk-suffix: -jdk17

steps:
- name: Checkout the sources
uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ssh-key: '${{ secrets.REPO_SSH_KEY }}'

Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@
<repo.snapshots.url>OVERRIDE_REPO_URL</repo.snapshots.url>

<!-- dependency.version>0.0.0</dependency.version -->
<commons-lang3.version>3.13.0</commons-lang3.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-codec.version>1.16.0</commons-codec.version>
<commons-io.version>2.15.0</commons-io.version>
<commons-cli.version>1.6.0</commons-cli.version>
<commons-text.version>1.11.0</commons-text.version>
<log4j.version>2.21.1</log4j.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-text.version>1.10.0</commons-text.version>
<log4j.version>2.19.0</log4j.version>
<junit.version>4.13.2</junit.version>
<jersey.version>2.33</jersey.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jaxb-runtime.version>2.3.2</jaxb-runtime.version>
<ph-xmldsig.version>5.0.1</ph-xmldsig.version>
<ph-xmldsig.version>4.4.3</ph-xmldsig.version>

<!-- plugin.version>0.0.0</plugin.version -->
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
Expand All @@ -97,7 +97,7 @@
<maven-site-plugin.version>3.11.0</maven-site-plugin.version>
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<!-- TODO(AY): change version when the new release comes. Java 11 Warning https://github.com/highsource/maven-jaxb2-plugin/issues/148 -->
<maven-jaxb2-plugin.version>0.14.0</maven-jaxb2-plugin.version>
<jaxb.version>2.3.1</jaxb.version>
Expand All @@ -114,7 +114,7 @@
<spotbugs-maven-plugin.version>4.6.0.0</spotbugs-maven-plugin.version>
<maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<maven-scm-plugin.version>2.0.1</maven-scm-plugin.version>
<maven-scm-plugin.version>1.13.0</maven-scm-plugin.version>
</properties>

<build>
Expand Down

0 comments on commit 10dfe50

Please sign in to comment.