We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1680a84 commit ee2b05dCopy full SHA for ee2b05d
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.camunda.feel</groupId>
13
<artifactId>feel-engine</artifactId>
14
- <version>1.17.12-SNAPSHOT</version>
+ <version>1.17.12</version>
15
<name>FEEL Scala Engine</name>
16
17
<properties>
@@ -508,7 +508,7 @@
508
<scm>
509
<connection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</connection>
510
<developerConnection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</developerConnection>
511
- <tag>HEAD</tag>
+ <tag>1.17.12</tag>
512
<url>https://github.com/camunda/feel-scala</url>
513
</scm>
514
0 commit comments