Skip to content

Commit 65e0e46

Browse files
committed
increased version number to 2.6 release
1 parent 969648c commit 65e0e46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.6-SNAPSHOT</version>
8+
<version>2.6</version>
99
<name>FlowDroid Parent Module</name>
1010
<packaging>pom</packaging>
1111

soot-infoflow-android/pom.xml

+1-1
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.6-SNAPSHOT</version>
8+
<version>2.6</version>
99
<description>Android-specific components of FlowDroid</description>
1010
<properties>
1111
<maven.compiler.source>1.7</maven.compiler.source>

soot-infoflow-cmd/pom.xml

+1-1
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.6-SNAPSHOT</version>
8+
<version>2.6</version>
99
<description>Command-line utility for running FlowDroid</description>
1010
<properties>
1111
<maven.compiler.source>1.7</maven.compiler.source>

soot-infoflow-summaries/pom.xml

+1-1
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.6-SNAPSHOT</version>
8+
<version>2.6</version>
99
<description>Data Flow Summaries for FlowDroid</description>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)