We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e86ee commit 23b22bbCopy full SHA for 23b22bb
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.camunda.feel</groupId>
13
<artifactId>feel-engine</artifactId>
14
- <version>1.18.5-SNAPSHOT</version>
+ <version>1.18.5</version>
15
<name>FEEL Scala Engine</name>
16
17
<properties>
@@ -539,7 +539,7 @@
539
<scm>
540
<connection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</connection>
541
<developerConnection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</developerConnection>
542
- <tag>1.18.0</tag>
+ <tag>1.18.5</tag>
543
<url>https://github.com/camunda/feel-scala</url>
544
</scm>
545
0 commit comments