Skip to content

Commit

Permalink
6.0.0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Apr 26, 2021
1 parent 8a281cc commit 5f3dfa8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ant/build-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@
<jvmarg value="-Dlucee.enable.dialect=true"/>
<jvmarg value="-Dlucee.extensions.install=true"/>
<jvmarg value="-Dlucee.full.null.support=false"/>
<!--
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5000"/>
-->
</java>
<echo>${exc}</echo>

Expand Down Expand Up @@ -515,6 +519,10 @@
<jvmarg value="-Dlucee.system.out=file:.../out.txt"/>
<jvmarg value="-Dlucee.system.err=file:.../err.txt"/>
-->
<!--
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5000"/>
-->

<!--
felix.log.level
Expand Down
2 changes: 1 addition & 1 deletion loader/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project default="core" basedir="." name="Lucee" xmlns:artifact="antlib:org.apache.maven.artifact.ant">

<property name="version" value="6.0.0.92-SNAPSHOT"/>
<property name="version" value="6.0.0.93-SNAPSHOT"/>

<path id="maven-ant-tasks.classpath" path="../ant/lib/maven-ant-tasks-2.1.3.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml"
Expand Down
2 changes: 1 addition & 1 deletion loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.lucee</groupId>
<artifactId>lucee</artifactId>
<version>6.0.0.92-SNAPSHOT</version>
<version>6.0.0.93-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Lucee Loader Build</name>
Expand Down

0 comments on commit 5f3dfa8

Please sign in to comment.