Skip to content

Commit fb61c2e

Browse files
committed
fixed version numbers
1 parent 4800a28 commit fb61c2e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

soot-infoflow-android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>de.tud.sse</groupId>
127127
<artifactId>soot-infoflow</artifactId>
128-
<version>2.7.3-SNAPSHOT</version>
128+
<version>2.8</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>junit</groupId>

soot-infoflow-cmd/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@
134134
<dependency>
135135
<groupId>de.tud.sse</groupId>
136136
<artifactId>soot-infoflow-android</artifactId>
137-
<version>2.7.3-SNAPSHOT</version>
137+
<version>2.8</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>de.tud.sse</groupId>
141141
<artifactId>soot-infoflow-summaries</artifactId>
142-
<version>2.7.3-SNAPSHOT</version>
142+
<version>2.8</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>commons-cli</groupId>

soot-infoflow-summaries/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>de.tud.sse</groupId>
150150
<artifactId>soot-infoflow</artifactId>
151-
<version>2.7.3-SNAPSHOT</version>
151+
<version>2.8</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.7.3-SNAPSHOT</version>
167+
<version>2.8</version>
168168
<type>test-jar</type>
169169
<scope>test</scope>
170170

0 commit comments

Comments
 (0)