Skip to content

Commit

Permalink
bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenArzt committed Oct 9, 2024
1 parent bb85f3d commit a433262
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.14.1-SNAPSHOT</version>
<version>2.14.1</version>
<name>FlowDroid Parent Module</name>
<description>Parent module for the FlowDroid data flow tracker</description>
<url>https://github.com/secure-software-engineering/FlowDroid</url>
<packaging>pom</packaging>

<properties>
<revision>2.14.1-SNAPSHOT</revision>
<revision>2.14.1</revision>

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

Expand Down
2 changes: 1 addition & 1 deletion soot-infoflow-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.14.1-SNAPSHOT</version>
<version>2.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion soot-infoflow-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.14.1-SNAPSHOT</version>
<version>2.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion soot-infoflow-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.14.1-SNAPSHOT</version>
<version>2.14.1</version>
</parent>

<artifactId>soot-infoflow-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soot-infoflow-summaries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.14.1-SNAPSHOT</version>
<version>2.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion soot-infoflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.14.1-SNAPSHOT</version>
<version>2.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a433262

Please sign in to comment.