Skip to content

Commit

Permalink
release version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenArzt committed Jul 12, 2021
1 parent 73c12f4 commit e17e615
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fraunhofer.sit.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<name>FlowDroid Parent Module</name>
<packaging>pom</packaging>

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 @@ -5,7 +5,7 @@
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-android</artifactId>
<name>soot-infoflow-android</name>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<description>Android-specific components of FlowDroid</description>
<url>https://github.com/secure-software-engineering/FlowDroid</url>

Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</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 @@ -5,7 +5,7 @@
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-cmd</artifactId>
<name>FlowDroid Command Line Util</name>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<description>Command-line utility for running FlowDroid</description>

<properties>
Expand Down Expand Up @@ -134,12 +134,12 @@
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-android</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-summaries</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</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 @@ -5,7 +5,7 @@
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-summaries</artifactId>
<name>StubDroid</name>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<description>Data Flow Summaries for FlowDroid</description>

<properties>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>

<exclusions>
<exclusion>
Expand All @@ -164,7 +164,7 @@
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</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 @@ -6,7 +6,7 @@
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow</artifactId>
<name>soot-infoflow</name>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<description>Soot extending data flow tracking components for Java</description>
<url>https://github.com/secure-software-engineering/FlowDroid</url>

Expand Down

0 comments on commit e17e615

Please sign in to comment.