Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenArzt committed Jan 20, 2023
1 parent b87803e commit 87f4502
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 25 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<name>FlowDroid Parent Module</name>
<packaging>pom</packaging>

Expand All @@ -13,21 +13,25 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<maven-nexus-staging-plugin.version>1.6.13</maven-nexus-staging-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>

<slf4j.version>2.0.3</slf4j.version>
<slf4j.version>2.0.6</slf4j.version>
<log4j.version>2.19.0</log4j.version>
<junit.version>4.13.2</junit.version>
<guava.version>31.1-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>

<soot.version>4.4.0-SNAPSHOT</soot.version>
<apache-commons-cli.version>1.5.0</apache-commons-cli.version>

<soot.version>4.4.0</soot.version>
</properties>

<developers>
Expand Down Expand Up @@ -95,7 +99,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4</version>
<version>${maven-deploy-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
12 changes: 6 additions & 6 deletions 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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -145,8 +145,8 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -157,12 +157,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.11</version>
<version>3.21.12</version>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
<version>5.3.0</version>
<version>5.4.0</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions 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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -129,17 +129,17 @@
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow-android</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow-summaries</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<version>${apache-commons-cli.version}</version>
</dependency>

<!-- We need this dependency to have output on the command
Expand Down
12 changes: 6 additions & 6 deletions 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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>

<exclusions>
<exclusion>
Expand All @@ -158,7 +158,7 @@
<dependency>
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<type>test-jar</type>
<scope>test</scope>

Expand All @@ -181,8 +181,8 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -193,7 +193,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<version>${apache-commons-cli.version}</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions 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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>de.upb.cs.swt</groupId>
<artifactId>heros</artifactId>
<version>1.2.1</version>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>org.soot-oss</groupId>
Expand All @@ -132,8 +132,8 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 87f4502

Please sign in to comment.