Skip to content

Commit

Permalink
Bumped to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Jun 29, 2023
1 parent 913f037 commit d712ecd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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>7.2</version>
<version>7.3</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>7.2</version>
<version>7.3</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>java-runtime-decompiler</groupId>
<artifactId>runtime-decompiler</artifactId>
<version>7.2</version>
<version>7.3</version>
</dependency>
<dependency>
<groupId>java-runtime-decompiler</groupId>
<artifactId>decompiler-agent</artifactId>
<version>7.2</version>
<version>7.3</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>7.2</version>
<version>7.3</version>

<properties>
<jrd.root.directory>${project.basedir}</jrd.root.directory>
Expand Down
6 changes: 3 additions & 3 deletions 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>7.2</version>
<version>7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<jrd.jdk.arg4>jdk.jdeps/com.sun.tools.javap=ALL-UNNAMED</jrd.jdk.arg4>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<cplc.version>2.2-SNAPSHOT</cplc.version>
<cplc.version>2.2</cplc.version>
<btm.version>4.0.15</btm.version>
</properties>
<repositories>
Expand Down Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>io.github.mkoncek</groupId>
<artifactId>classpathless-compiler-api</artifactId>
<version>2.2-SNAPSHOT</version>
<version>${cplc.version}</version>
</dependency>
<dependency>
<groupId>io.github.mkoncek</groupId>
Expand Down

0 comments on commit d712ecd

Please sign in to comment.