We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab1a2b commit 8a76b6dCopy full SHA for 8a76b6d
pom.xml
@@ -32,7 +32,7 @@
32
<name>Petals ESB - Components - SE Flowable (BPMN 2.0)</name>
33
<artifactId>petals-se-flowable</artifactId>
34
<groupId>org.ow2.petals</groupId>
35
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
36
<packaging>jbi-component</packaging>
37
<description>BPMN Service Engine based on Flowable</description>
38
@@ -624,6 +624,6 @@
624
<scm>
625
<connection>scm:git:https://github.com/petalslink/petals-se-flowable.git</connection>
626
<developerConnection>scm:git:https://github.com/petalslink/petals-se-flowable.git</developerConnection>
627
- <tag>HEAD</tag>
+ <tag>petals-se-flowable-1.1.0</tag>
628
</scm>
629
</project>
0 commit comments