Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Setting Soot version to release and publishing 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johspaeth committed Apr 8, 2019
1 parent 5f036fb commit 13e17d4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions SynchronizedPDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>WPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion WPDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 deletions boomerangPDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>testCore</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>WPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>synchronizedPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
Expand Down
10 changes: 5 additions & 5 deletions idealPDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,17 +25,17 @@
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>testCore</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>boomerangPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>WPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>synchronizedPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
</dependencies>
<profiles>
Expand Down
6 changes: 3 additions & 3 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.iem</groupId>
<artifactId>SPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<packaging>pom</packaging>
<name>SPDS</name>
<modules>
Expand All @@ -15,7 +15,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sootVersion>3.3.0-SNAPSHOT</sootVersion>
<sootVersion>3.2.0</sootVersion>
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -62,7 +62,7 @@
<repositories>
<repository>
<id>soot-snapshot</id>
<name>soot snapshots</name>
<name>soot snapshot</name>
<url>https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-snapshot/</url>
<releases>
<enabled>false</enabled>
Expand Down
6 changes: 3 additions & 3 deletions testCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>WPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>synchronizedPDS</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 13e17d4

Please sign in to comment.