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 03e6c9f commit 300f9cdCopy full SHA for 300f9cd
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.camunda.feel</groupId>
13
<artifactId>feel-engine</artifactId>
14
- <version>1.16.4-SNAPSHOT</version>
+ <version>1.16.4</version>
15
<name>FEEL Scala Engine</name>
16
17
<properties>
@@ -510,7 +510,7 @@
510
<scm>
511
<connection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</connection>
512
<developerConnection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</developerConnection>
513
- <tag>HEAD</tag>
+ <tag>1.16.4</tag>
514
<url>https://github.com/camunda/feel-scala</url>
515
</scm>
516
0 commit comments