Skip to content

Commit

Permalink
Merge pull request #2 from MissionCriticalCloud/fix/pom
Browse files Browse the repository at this point in the history
Use real version instead of reference to project.version.
  • Loading branch information
neubauerf committed May 11, 2016
2 parents 9b26309 + 684b984 commit 591ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-plugin-event-bus-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>cloud.cosmic</groupId>
<artifactId>cloud-framework-events</artifactId>
<version>${project.version}</version>
<version>5.0.1.6-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 591ea7c

Please # to comment.