Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.soot-oss</groupId>
<artifactId>heros</artifactId>
<version>1.2.4</version>
<version>1.2.5-SNAPSHOT</version>
<name>Heros IFDS/IDE Solver</name>
<description>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.
Expand Down Expand Up @@ -149,7 +149,7 @@
</activation>
<properties>
<gpg.executable>gpg2</gpg.executable>
<gpg.keyname>BA6398DCF4E2C1B6C5C7BDFC364F80C21BCC61BB</gpg.keyname>
<gpg.keyname>608B93B4AA51A1AF99A5390FF473D6C36D52D306</gpg.keyname>
</properties>
<build>
<plugins>
Expand Down