Skip to content

Commit c2d3f81

Browse files
committed
fixed the dependencies of the 2.6 release version
1 parent 65e0e46 commit c2d3f81

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
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>de.tud.sse</groupId>
9595
<artifactId>soot-infoflow</artifactId>
96-
<version>2.6-SNAPSHOT</version>
96+
<version>2.6</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>heros</groupId>

soot-infoflow-cmd/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
<dependency>
104104
<groupId>de.tud.sse</groupId>
105105
<artifactId>soot-infoflow-android</artifactId>
106-
<version>2.6-SNAPSHOT</version>
106+
<version>2.6</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>de.tud.sse</groupId>
110110
<artifactId>soot-infoflow-summaries</artifactId>
111-
<version>2.6-SNAPSHOT</version>
111+
<version>2.6</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>heros</groupId>

soot-infoflow-summaries/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>de.tud.sse</groupId>
118118
<artifactId>soot-infoflow</artifactId>
119-
<version>2.6-SNAPSHOT</version>
119+
<version>2.6</version>
120120
<type>test-jar</type>
121121
<scope>test</scope>
122122

@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>de.tud.sse</groupId>
136136
<artifactId>soot-infoflow</artifactId>
137-
<version>2.6-SNAPSHOT</version>
137+
<version>2.6</version>
138138

139139
<exclusions>
140140
<exclusion>

0 commit comments

Comments
 (0)