We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a930f commit cf35d64Copy full SHA for cf35d64
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.camunda.feel</groupId>
13
<artifactId>feel-engine</artifactId>
14
- <version>1.18.0-SNAPSHOT</version>
+ <version>1.18.0</version>
15
<name>FEEL Scala Engine</name>
16
17
<properties>
@@ -526,7 +526,7 @@
526
<scm>
527
<connection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</connection>
528
<developerConnection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</developerConnection>
529
- <tag>HEAD</tag>
+ <tag>1.18.0</tag>
530
<url>https://github.com/camunda/feel-scala</url>
531
</scm>
532
0 commit comments