Skip to content

Commit

Permalink
maven config doesn't contain a version (Islandora#5)
Browse files Browse the repository at this point in the history
* maven config doesn't contain a version

* make it actually build
  • Loading branch information
acoburn authored and ruebot committed Sep 5, 2016
1 parent daf8a23 commit b128841
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Salmon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<groupId>ca.islandora.sync</groupId>
<artifactId>salmon-sync-gateway</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>bundle</packaging>

<organization>
Expand Down Expand Up @@ -54,7 +55,7 @@
<dependency>
<groupId>ca.islandora.component</groupId>
<artifactId>islandora-camel-component</artifactId>
<version>${project.version}</version>
<version>${islandora-component.version}</version>
</dependency>

<!-- logging -->
Expand Down

0 comments on commit b128841

Please sign in to comment.