Skip to content

Commit

Permalink
version update v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirayk committed Jun 12, 2024
1 parent 14b8a62 commit 286b60f
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<name>SootUp</name>
<description>A new version of Soot with a completely overhauled architecture</description>
<url>https://soot-oss.github.io/SootUp</url>
Expand Down
2 changes: 1 addition & 1 deletion sootup.analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sootup.callgraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sootup.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sootup.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sootup.java.bytecode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sootup.java.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sootup.java.sourcecode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sootup.jimple.parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sootup.qilin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sootup.qilin/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
mvn clean compile assembly:single
mv target/sootup.qilin-1.2.1-SNAPSHOT-jar-with-dependencies.jar ../artifact/Qilin-0.9.4-SNAPSHOT.jar
mv target/sootup.qilin-1.3.0-jar-with-dependencies.jar ../artifact/Qilin-0.9.4-SNAPSHOT.jar
2 changes: 1 addition & 1 deletion sootup.report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions sootup.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.soot-oss</groupId>
<artifactId>sootup</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.soot-oss</groupId>
<artifactId>sootup.jimple.parser</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 286b60f

Please sign in to comment.