We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b5239 commit 86861a1Copy full SHA for 86861a1
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.camunda.feel</groupId>
13
<artifactId>feel-engine</artifactId>
14
- <version>1.20.2-SNAPSHOT</version>
+ <version>1.20.2</version>
15
<name>FEEL Scala Engine</name>
16
17
<properties>
@@ -556,7 +556,7 @@
556
<scm>
557
<connection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</connection>
558
<developerConnection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/feel-scala.git</developerConnection>
559
- <tag>1.20.0</tag>
+ <tag>1.20.2</tag>
560
<url>https://github.com/camunda/feel-scala</url>
561
</scm>
562
0 commit comments