Skip to content

Commit 7396d42

Browse files
committed
intermediate release because of Soot hickup
1 parent 853dd43 commit 7396d42

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
55
<artifactId>parent</artifactId>
6-
<version>2.12.0-SNAPSHOT</version>
6+
<version>2.11.1</version>
77
<name>FlowDroid Parent Module</name>
88
<packaging>pom</packaging>
99

@@ -31,7 +31,7 @@
3131

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

34-
<soot.version>4.4.0</soot.version>
34+
<soot.version>4.4.1</soot.version>
3535
</properties>
3636

3737
<developers>

soot-infoflow-android/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.12.0-SNAPSHOT</version>
13+
<version>2.11.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
137137
<artifactId>soot-infoflow</artifactId>
138-
<version>2.12.0-SNAPSHOT</version>
138+
<version>2.11.1</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>junit</groupId>

soot-infoflow-cmd/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.12.0-SNAPSHOT</version>
13+
<version>2.11.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -129,12 +129,12 @@
129129
<dependency>
130130
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
131131
<artifactId>soot-infoflow-android</artifactId>
132-
<version>2.12.0-SNAPSHOT</version>
132+
<version>2.11.1</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
136136
<artifactId>soot-infoflow-summaries</artifactId>
137-
<version>2.12.0-SNAPSHOT</version>
137+
<version>2.11.1</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>commons-cli</groupId>

soot-infoflow-summaries/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.12.0-SNAPSHOT</version>
13+
<version>2.11.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
144144
<artifactId>soot-infoflow</artifactId>
145-
<version>2.12.0-SNAPSHOT</version>
145+
<version>2.11.1</version>
146146

147147
<exclusions>
148148
<exclusion>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
160160
<artifactId>soot-infoflow</artifactId>
161-
<version>2.12.0-SNAPSHOT</version>
161+
<version>2.11.1</version>
162162
<type>test-jar</type>
163163
<scope>test</scope>
164164

soot-infoflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
1313
<artifactId>parent</artifactId>
14-
<version>2.12.0-SNAPSHOT</version>
14+
<version>2.11.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)