Skip to content

Commit

Permalink
Bumped to 6.0-0.pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Dec 13, 2021
1 parent 0bb42df commit e9f6f74
Show file tree
Hide file tree
Showing 5 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>6.0-0.pre.1</version>
<version>6.0-0.pre.2</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>6.0-0.pre.1</version>
<version>6.0-0.pre.2</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>java-runtime-decompiler</groupId>
<artifactId>runtime-decompiler</artifactId>
<version>6.0-0.pre.1</version>
<version>6.0-0.pre.2</version>
</dependency>
<dependency>
<groupId>java-runtime-decompiler</groupId>
<artifactId>decompiler-agent</artifactId>
<version>6.0-0.pre.1</version>
<version>6.0-0.pre.2</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>6.0-0.pre.1</version>
<version>6.0-0.pre.2</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>6.0-0.pre.1</version>
<version>6.0-0.pre.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ readonly BYTEMAN=$(findLib "org/jboss/byteman/byteman-install" "byteman-install-
readonly CPLC_API=$(findLib "io/github/mkoncek/classpathless-compiler-api" "classpathless-compiler-api-.*\.jar")
readonly CPLC_UTIL=$(findLib "io/github/mkoncek/classpathless-compiler-util" "classpathless-compiler-util-.*\.jar")
readonly CPLC=$(findLib "io/github/mkoncek/classpathless-compiler" "classpathless-compiler-[[:digit:]].*\.jar")
readonly JUST_BUILD_JRD=`find "$PORTABLE_JRD_HOME"/runtime-decompiler/target/runtime-decompiler-6.0-0.pre.1.jar 2> /dev/null`
readonly JUST_BUILD_JRD=`find "$PORTABLE_JRD_HOME"/runtime-decompiler/target/runtime-decompiler-6.0-0.pre.2.jar 2> /dev/null`
if [ -f "$JUST_BUILD_JRD" ] ; then
readonly JRD="$JUST_BUILD_JRD"
else
readonly JRD=$(findLib "java-runtime-decompiler/runtime-decompiler" "runtime-decompiler-6\.0-0\.pre\.1\.jar")
readonly JRD=$(findLib "java-runtime-decompiler/runtime-decompiler" "runtime-decompiler-6\.0-0\.pre\.2\.jar")
fi

if [ "x$THE_TERRIBLE_INTERNAL_JRD" == "xtrue" ] ; then
Expand Down

0 comments on commit e9f6f74

Please sign in to comment.