We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bafea commit ee3a02cCopy full SHA for ee3a02c
agent/pom.xml
@@ -38,7 +38,7 @@
38
</scm>
39
40
<properties>
41
- <revision>3.0.0.4</revision>
+ <revision>3.0.0.5-SNAPSHOT</revision>
42
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
43
<maven.compiler.source>11</maven.compiler.source>
44
<maven.compiler.target>11</maven.compiler.target>
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.lucee</groupId>
6
<artifactId>debugger-extension</artifactId>
7
- <version>3.0.0.4</version>
+ <version>3.0.0.5-SNAPSHOT</version>
8
<packaging>pom</packaging>
9
<name>Debugger Extension</name>
10
0 commit comments