File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >de.fraunhofer.sit.flowdroid</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >2.9.0-SNAPSHOT </version >
8
+ <version >2.9.0</version >
9
9
<name >FlowDroid Parent Module</name >
10
10
<packaging >pom</packaging >
11
11
Original file line number Diff line number Diff line change 5
5
<groupId >de.tud.sse</groupId >
6
6
<artifactId >soot-infoflow-android</artifactId >
7
7
<name >soot-infoflow-android</name >
8
- <version >2.9.0-SNAPSHOT </version >
8
+ <version >2.9.0</version >
9
9
<description >Android-specific components of FlowDroid</description >
10
10
<url >https://github.com/secure-software-engineering/FlowDroid</url >
11
11
135
135
<dependency >
136
136
<groupId >de.tud.sse</groupId >
137
137
<artifactId >soot-infoflow</artifactId >
138
- <version >2.9.0-SNAPSHOT </version >
138
+ <version >2.9.0</version >
139
139
</dependency >
140
140
<dependency >
141
141
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 5
5
<groupId >de.tud.sse</groupId >
6
6
<artifactId >soot-infoflow-cmd</artifactId >
7
7
<name >FlowDroid Command Line Util</name >
8
- <version >2.9.0-SNAPSHOT </version >
8
+ <version >2.9.0</version >
9
9
<description >Command-line utility for running FlowDroid</description >
10
10
11
11
<properties >
134
134
<dependency >
135
135
<groupId >de.tud.sse</groupId >
136
136
<artifactId >soot-infoflow-android</artifactId >
137
- <version >2.9.0-SNAPSHOT </version >
137
+ <version >2.9.0</version >
138
138
</dependency >
139
139
<dependency >
140
140
<groupId >de.tud.sse</groupId >
141
141
<artifactId >soot-infoflow-summaries</artifactId >
142
- <version >2.9.0-SNAPSHOT </version >
142
+ <version >2.9.0</version >
143
143
</dependency >
144
144
<dependency >
145
145
<groupId >commons-cli</groupId >
Original file line number Diff line number Diff line change 5
5
<groupId >de.tud.sse</groupId >
6
6
<artifactId >soot-infoflow-summaries</artifactId >
7
7
<name >StubDroid</name >
8
- <version >2.9.0-SNAPSHOT </version >
8
+ <version >2.9.0</version >
9
9
<description >Data Flow Summaries for FlowDroid</description >
10
10
11
11
<properties >
148
148
<dependency >
149
149
<groupId >de.tud.sse</groupId >
150
150
<artifactId >soot-infoflow</artifactId >
151
- <version >2.9.0-SNAPSHOT </version >
151
+ <version >2.9.0</version >
152
152
153
153
<exclusions >
154
154
<exclusion >
164
164
<dependency >
165
165
<groupId >de.tud.sse</groupId >
166
166
<artifactId >soot-infoflow</artifactId >
167
- <version >2.9.0-SNAPSHOT </version >
167
+ <version >2.9.0</version >
168
168
<type >test-jar</type >
169
169
<scope >test</scope >
170
170
Original file line number Diff line number Diff line change 6
6
<groupId >de.tud.sse</groupId >
7
7
<artifactId >soot-infoflow</artifactId >
8
8
<name >soot-infoflow</name >
9
- <version >2.9.0-SNAPSHOT </version >
9
+ <version >2.9.0</version >
10
10
<description >Soot extending data flow tracking components for Java</description >
11
11
<url >https://github.com/secure-software-engineering/FlowDroid</url >
12
12
You can’t perform that action at this time.
0 commit comments