Skip to content

Commit ad71bd3

Browse files
committed
bumped version to 2.8
1 parent 4d1a009 commit ad71bd3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.7.3-SNAPSHOT</version>
8+
<version>2.8</version>
99
<name>FlowDroid Parent Module</name>
1010
<packaging>pom</packaging>
1111

soot-infoflow-android/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.3-SNAPSHOT</version>
8+
<version>2.8</version>
99
<description>Android-specific components of FlowDroid</description>
1010
<url>https://github.com/secure-software-engineering/FlowDroid</url>
1111

soot-infoflow-cmd/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.3-SNAPSHOT</version>
8+
<version>2.8</version>
99
<description>Command-line utility for running FlowDroid</description>
1010

1111
<properties>

soot-infoflow-summaries/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.3-SNAPSHOT</version>
8+
<version>2.8</version>
99
<description>Data Flow Summaries for FlowDroid</description>
1010

1111
<properties>

soot-infoflow/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.3-SNAPSHOT</version>
9+
<version>2.8</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)