Skip to content

Commit

Permalink
mqtt-spy-daemon 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilfb committed Sep 29, 2015
1 parent a3e225d commit b0073af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mqtt-spy-daemon/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Tue Sep 29 22:32:05 BST 2015
buildNumber=76
#Tue Sep 29 22:50:30 BST 2015
buildNumber=80
21 changes: 20 additions & 1 deletion mqtt-spy-daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,18 @@
<groupId>pl.baczkowicz.spy</groupId>
<artifactId>spy-common</artifactId>
<version>0.0.1</version>
<exclusions>
<exclusion>
<artifactId>maven-jaxb2-plugin</artifactId>
<groupId>org.jvnet.jaxb2.maven2</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>pl.baczkowicz.mqttspy</groupId>
<artifactId>mqtt-spy-common</artifactId>
<version>0.0.13</version>
<version>0.0.14</version>
<exclusions>
<exclusion>
<artifactId>maven-jaxb2-plugin</artifactId>
Expand Down Expand Up @@ -202,6 +208,14 @@
<resource>mqtt-spy-common.catalog</resource>
</dependencyResource>
</catalog>

<catalog>
<dependencyResource>
<groupId>pl.baczkowicz.spy</groupId>
<artifactId>spy-common</artifactId>
<resource>spy-common.catalog</resource>
</dependencyResource>
</catalog>
</catalogs>

<episode>true</episode>
Expand All @@ -211,6 +225,11 @@
<groupId>pl.baczkowicz.mqttspy</groupId>
<artifactId>mqtt-spy-common</artifactId>
</episode>

<episode>
<groupId>pl.baczkowicz.spy</groupId>
<artifactId>spy-common</artifactId>
</episode>
</episodes>

<args>
Expand Down

0 comments on commit b0073af

Please sign in to comment.