Skip to content

Commit

Permalink
Update / CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 17, 2024
1 parent 8d889bd commit 902608c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 570 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jobs:
compile:
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1
with:
java: '17'
java: '21'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1
with:
version: ${{ inputs.version }}
java: '17'
java: '21'
Binary file removed pdfdocs/CHANGELOG.pdf
Binary file not shown.
Binary file removed pdfdocs/RELEASE-NOTES.pdf
Binary file not shown.
24 changes: 15 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<packaging>${packaging.type}</packaging>
<name>Verifica Firma CRYPTO</name>
<description>Progetto per effettuare firme e validazioni con librerie cryptolibrary (CRYPTO)</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/crypto/${project.version}/</url>

<parent>
<groupId>it.eng.parer</groupId>
Expand Down Expand Up @@ -48,18 +47,25 @@
<start-class>it.eng.parer.crypto.web.CryptoApplication</start-class>
</properties>

<scm>
<developerConnection>scm:git:[email protected]:parer/okd/crypto.git</developerConnection>
<tag>old-cryptolibrary-1.15.0</tag>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer-verifica-firma-crypto.git</developerConnection>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<site>
<id>site</id>
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/crypto/${project.version}</url>
</site>
<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-verifica-firma-crypto</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit 902608c

Please sign in to comment.