Skip to content

Commit

Permalink
Bumped to 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Dec 15, 2023
1 parent 1b6cd60 commit 73e13b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion decompiler_agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-runtime-decompiler</artifactId>
<groupId>java-runtime-decompiler</groupId>
<version>9.0</version>
<version>9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>java-runtime-decompiler</groupId>
<artifactId>java-runtime-decompiler</artifactId>
<version>9.0</version>
<version>9.1</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>java-runtime-decompiler</groupId>
<artifactId>runtime-decompiler</artifactId>
<version>9.0</version>
<version>9.1</version>
</dependency>
<dependency>
<groupId>java-runtime-decompiler</groupId>
<artifactId>decompiler-agent</artifactId>
<version>9.0</version>
<version>9.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</modules>
<groupId>java-runtime-decompiler</groupId>
<artifactId>java-runtime-decompiler</artifactId>
<version>9.0</version>
<version>9.1</version>

<properties>
<jrd.root.directory>${project.basedir}</jrd.root.directory>
Expand Down
2 changes: 1 addition & 1 deletion runtime-decompiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-runtime-decompiler</artifactId>
<groupId>java-runtime-decompiler</groupId>
<version>9.0</version>
<version>9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 73e13b5

Please sign in to comment.