Skip to content

Commit

Permalink
intermediate release because of Soot hickup
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenArzt committed Jan 23, 2023
1 parent 853dd43 commit 7396d42
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
<name>FlowDroid Parent Module</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -31,7 +31,7 @@

<apache-commons-cli.version>1.5.0</apache-commons-cli.version>

<soot.version>4.4.0</soot.version>
<soot.version>4.4.1</soot.version>
</properties>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions soot-infoflow-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions soot-infoflow-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -129,12 +129,12 @@
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow-android</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow-summaries</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
6 changes: 3 additions & 3 deletions soot-infoflow-summaries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>

<exclusions>
<exclusion>
Expand All @@ -158,7 +158,7 @@
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
<type>test-jar</type>
<scope>test</scope>

Expand Down
2 changes: 1 addition & 1 deletion soot-infoflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 7396d42

Please sign in to comment.