diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51ed960..7258ffa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: with: gpg_private_key: ${{ secrets.gpg_private_key }} gpg_passphrase: ${{ secrets.gpg_passphrase }} - nexus_username: ${{ secrets.nexus_username }} - nexus_password: ${{ secrets.nexus_password }} + nexus_username: ${{ secrets.MAVEN_USERNAME }} + nexus_password: ${{ secrets.MAVEN_CENTRAL_TOKEN }} maven_args: "-DskipTests" diff --git a/pom.xml b/pom.xml index cac1987..f7ae0b6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,17 @@ 4.0.0 - de.upb.cs.swt + org.soot-oss heros - 1.2.4-SNAPSHOT + 1.2.4 Heros IFDS/IDE Solver Heros is a generic implementation of an IFDS/IDE Solver that can be plugged into existing, Java-based program analysis frameworks. A reference connector exists for the Soot framework. https://github.com/Sable/heros - Secure Software Engineering Group - University of Paderborn - https://www.hni.uni-paderborn.de/en/software-engineering/ + Soot OSS + https://soot-oss.org/ @@ -23,9 +23,9 @@ Manuel Benz - manuel.benz@upb.de - University of Paderborn - https://www.hni.uni-paderborn.de/en/software-engineering/ + manuel.benz@codeshield.de + CodeShield GmbH + https://codeshield.de/ Eric Bodden @@ -41,9 +41,9 @@ - scm:git:git@github.com:Sable/heros.git - scm:git:git@github.com:Sable/heros.git - https://github.com/Sable/heros/tree/master + scm:git:git@github.com:soot-oss/heros.git + scm:git:git@github.com:soot-oss/heros.git + https://github.com/soot-oss/heros/tree/master 1.8 @@ -104,7 +104,7 @@ com.google.guava guava - [24.1.1,) + [33.5.0,) org.slf4j