Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jan 30, 2018
1 parent 610e081 commit cc46067
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.feel.scala</groupId>
<artifactId>feel-scala-root</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feel-engine-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.feel.scala</groupId>
<artifactId>feel-scala-root</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>feel-engine-factory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feel-engine-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.feel.scala</groupId>
<artifactId>feel-scala-root</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>feel-engine-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feel-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.feel.scala</groupId>
<artifactId>feel-scala-root</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>feel-engine</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.camunda.bpm.extension.feel.scala</groupId>
<artifactId>feel-scala-root</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -178,7 +178,7 @@
<connection>scm:git:[email protected]:camunda/feel-scala.git</connection>
<url>scm:git:[email protected]:camunda/feel-scala.git</url>
<developerConnection>scm:git:[email protected]:camunda/feel-scala.git</developerConnection>
<tag>1.0.0</tag>
<tag>1.4.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit cc46067

Please sign in to comment.