Skip to content

Commit

Permalink
Updated to use project.version
Browse files Browse the repository at this point in the history
  • Loading branch information
G R Lucy authored Jan 17, 2017
1 parent 06a676a commit 1f7f8f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions worker-example/worker-example-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

<!-- Properties for the worker. -->
<properties>
<caf.worker-framework.version>1.2.0-SNAPSHOT</caf.worker-framework.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
Expand All @@ -57,7 +56,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework</artifactId>
<version>${caf.worker-framework.version}</version>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -240,7 +239,7 @@
<labels>
<Build.Number>${project.version}</Build.Number>
<Build.Date>${maven.build.timestamp}</Build.Date>
<caf.worker-framework.version>${caf.worker-framework.version}</caf.worker-framework.version>
<caf.worker-framework.version>${project.version}</caf.worker-framework.version>
</labels>
<!-- The entry point will be the worker.sh executable. -->
<entryPoint>
Expand Down

0 comments on commit 1f7f8f1

Please sign in to comment.