Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated to the latest greatest EA build of fuse
  • Loading branch information
jstrachan committed Jul 10, 2013
1 parent 125fde0 commit 38bff04
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
Expand Up @@ -114,6 +114,11 @@
<artifactId>fabric-core</artifactId>
<version>${fabric-version}</version>
</dependency>
<dependency>
<groupId>org.fusesource.fabric</groupId>
<artifactId>fabric-api</artifactId>
<version>${fabric-version}</version>
</dependency>
</dependencies>
</plugin>

Expand Down
6 changes: 6 additions & 0 deletions hawtio-json-schema-mbean/pom.xml
Expand Up @@ -94,6 +94,12 @@
<version>${fabric-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fusesource.fabric</groupId>
<artifactId>fabric-api</artifactId>
<version>${fabric-version}</version>
<scope>test</scope>
</dependency>


<!--
Expand Down
5 changes: 5 additions & 0 deletions hawtio-web/pom.xml
Expand Up @@ -464,6 +464,11 @@
<artifactId>fabric-core</artifactId>
<version>${fabric-version}</version>
</dependency>
<dependency>
<groupId>org.fusesource.fabric</groupId>
<artifactId>fabric-api</artifactId>
<version>${fabric-version}</version>
</dependency>
<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-dozer-schemagen</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -58,8 +58,8 @@
<webapp-outdir>${basedir}/target/${webapp-dir}</webapp-outdir>

<!-- versions -->
<perfectus-number>0003</perfectus-number>
<perfectus-build>redhat-61${perfectus-number}</perfectus-build>
<perfectus-number>007</perfectus-number>
<perfectus-build>redhat-610${perfectus-number}</perfectus-build>
<!--
<perfectus-number>024</perfectus-number>
<perfectus-build>redhat-60${perfectus-number}</perfectus-build>
Expand All @@ -80,9 +80,9 @@
<exec-maven-plugin-version>1.2.1</exec-maven-plugin-version>

<!--
<fabric-version>7.3.0.redhat-${perfectus-number}</fabric-version>
-->
<fabric-version>7.3.0.redhat-001</fabric-version>
-->
<fabric-version>7.3.0.redhat-${perfectus-number}</fabric-version>
<fmc-version>${fabric-version}</fmc-version>
<!-- We are using an old guava to avoid breaking ActiveMQ in the test cases of hawtio-web -->
<!--
Expand Down

0 comments on commit 38bff04

Please sign in to comment.