Skip to content

Commit e17e615

Browse files
committed
release version 2.9.0
1 parent 73c12f4 commit e17e615

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>de.fraunhofer.sit.flowdroid</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.9.0-SNAPSHOT</version>
8+
<version>2.9.0</version>
99
<name>FlowDroid Parent Module</name>
1010
<packaging>pom</packaging>
1111

soot-infoflow-android/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>de.tud.sse</groupId>
66
<artifactId>soot-infoflow-android</artifactId>
77
<name>soot-infoflow-android</name>
8-
<version>2.9.0-SNAPSHOT</version>
8+
<version>2.9.0</version>
99
<description>Android-specific components of FlowDroid</description>
1010
<url>https://github.com/secure-software-engineering/FlowDroid</url>
1111

@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>de.tud.sse</groupId>
137137
<artifactId>soot-infoflow</artifactId>
138-
<version>2.9.0-SNAPSHOT</version>
138+
<version>2.9.0</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>junit</groupId>

soot-infoflow-cmd/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>de.tud.sse</groupId>
66
<artifactId>soot-infoflow-cmd</artifactId>
77
<name>FlowDroid Command Line Util</name>
8-
<version>2.9.0-SNAPSHOT</version>
8+
<version>2.9.0</version>
99
<description>Command-line utility for running FlowDroid</description>
1010

1111
<properties>
@@ -134,12 +134,12 @@
134134
<dependency>
135135
<groupId>de.tud.sse</groupId>
136136
<artifactId>soot-infoflow-android</artifactId>
137-
<version>2.9.0-SNAPSHOT</version>
137+
<version>2.9.0</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>de.tud.sse</groupId>
141141
<artifactId>soot-infoflow-summaries</artifactId>
142-
<version>2.9.0-SNAPSHOT</version>
142+
<version>2.9.0</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>commons-cli</groupId>

soot-infoflow-summaries/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>de.tud.sse</groupId>
66
<artifactId>soot-infoflow-summaries</artifactId>
77
<name>StubDroid</name>
8-
<version>2.9.0-SNAPSHOT</version>
8+
<version>2.9.0</version>
99
<description>Data Flow Summaries for FlowDroid</description>
1010

1111
<properties>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>de.tud.sse</groupId>
150150
<artifactId>soot-infoflow</artifactId>
151-
<version>2.9.0-SNAPSHOT</version>
151+
<version>2.9.0</version>
152152

153153
<exclusions>
154154
<exclusion>
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>de.tud.sse</groupId>
166166
<artifactId>soot-infoflow</artifactId>
167-
<version>2.9.0-SNAPSHOT</version>
167+
<version>2.9.0</version>
168168
<type>test-jar</type>
169169
<scope>test</scope>
170170

soot-infoflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>de.tud.sse</groupId>
77
<artifactId>soot-infoflow</artifactId>
88
<name>soot-infoflow</name>
9-
<version>2.9.0-SNAPSHOT</version>
9+
<version>2.9.0</version>
1010
<description>Soot extending data flow tracking components for Java</description>
1111
<url>https://github.com/secure-software-engineering/FlowDroid</url>
1212

0 commit comments

Comments
 (0)