Skip to content

Commit 4d87026

Browse files
authored
Merge pull request #870 from MarcMil/prepare-for-minor-release
Prepare for minor version release 2.15.1
2 parents 7f7d212 + 6cccb16 commit 4d87026

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
55
<artifactId>parent</artifactId>
6-
<version>2.16.0-SNAPSHOT</version>
6+
<version>2.15.1</version>
77
<name>FlowDroid Parent Module</name>
88
<description>Parent module for the FlowDroid data flow tracker</description>
99
<url>https://github.com/secure-software-engineering/FlowDroid</url>
1010
<packaging>pom</packaging>
1111

1212
<properties>
13-
<revision>2.16.0-SNAPSHOT</revision>
13+
<revision>2.15.1</revision>
1414

1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616

@@ -35,7 +35,7 @@
3535

3636
<apache-commons-cli.version>1.11.0</apache-commons-cli.version>
3737

38-
<soot.version>4.8.0-SNAPSHOT</soot.version>
38+
<soot.version>4.7.1</soot.version>
3939
</properties>
4040

4141
<developers>

soot-infoflow-android/pom.xml

Lines changed: 2 additions & 2 deletions
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.16.0-SNAPSHOT</version>
13+
<version>2.15.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>com.google.protobuf</groupId>
164164
<artifactId>protobuf-java</artifactId>
165-
<version>3.25.5</version>
165+
<version>3.25.8</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>com.esotericsoftware</groupId>

soot-infoflow-cmd/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.0-SNAPSHOT</version>
13+
<version>2.15.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

soot-infoflow-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.16.0-SNAPSHOT</version>
9+
<version>2.15.1</version>
1010
</parent>
1111

1212
<artifactId>soot-infoflow-integration</artifactId>

soot-infoflow-summaries/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.0-SNAPSHOT</version>
13+
<version>2.15.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

soot-infoflow/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.0-SNAPSHOT</version>
14+
<version>2.15.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)