Skip to content

Commit

Permalink
MOSIP-32461 code changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
Sowmya Ujjappa Banakar committed Apr 19, 2024
1 parent c6a4989 commit f1c1f99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
build-maven-kernel:
uses: mosip/kattu/.github/workflows/maven-build.yml@master
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
with:
SERVICE_LOCATION: kernel
BUILD_ARTIFACT: kernel
Expand All @@ -36,7 +36,7 @@ jobs:
publish_to_nexus_kernel:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}"
needs: build-maven-kernel
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21
with:
SERVICE_LOCATION: kernel
secrets:
Expand All @@ -49,7 +49,7 @@ jobs:
sonar_analysis_kernel:
needs: build-maven-kernel
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: kernel
PROJECT_KEY: mosip_kernel-ref-idobjectvalidator
Expand Down
3 changes: 0 additions & 3 deletions kernel/kernel-ref-idobjectvalidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<version>1.2.1-java21-SNAPSHOT</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.version>3.8.0</maven.compiler.version>
<kernel-logger-logback.version>1.2.1-java21-SNAPSHOT</kernel-logger-logback.version>
</properties>
<dependencyManagement>
Expand Down
5 changes: 1 addition & 4 deletions kernel/kernel-virusscanner-clamav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@

<artifactId>kernel-virusscanner-clamav</artifactId>
<version>1.2.1-java21-SNAPSHOT</version>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.version>3.8.0</maven.compiler.version>
<properties>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<clamav.client.version>1.0.4</clamav.client.version>
</properties>
Expand Down

0 comments on commit f1c1f99

Please sign in to comment.