Skip to content

Commit

Permalink
updated to the latest EA build of fuse 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Jul 15, 2013
1 parent 88cd08a commit 7c194bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Expand Up @@ -97,9 +97,9 @@
</executions>
<configuration>
<classes>
<org.fusesource.fabric.api.CreateContainerChildOptions>
<org.fusesource.fabric.api.CreateChildContainerOptions>
${project.build.outputDirectory}/webapp/fabric/js/createContainerChildOptions.js
</org.fusesource.fabric.api.CreateContainerChildOptions>
</org.fusesource.fabric.api.CreateChildContainerOptions>
<org.fusesource.fabric.api.CreateSshContainerOptions>
${project.build.outputDirectory}/webapp/fabric/js/createSshContainerOptions.js
</org.fusesource.fabric.api.CreateSshContainerOptions>
Expand All @@ -113,11 +113,13 @@
<groupId>org.fusesource.fabric</groupId>
<artifactId>fabric-core</artifactId>
<version>${fabric-version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.fusesource.fabric</groupId>
<artifactId>fabric-api</artifactId>
<version>${fabric-version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions hawtio-web/pom.xml
Expand Up @@ -441,9 +441,9 @@
</executions>
<configuration>
<classes>
<org.fusesource.fabric.api.CreateContainerChildOptions>
<org.fusesource.fabric.api.CreateChildContainerOptions>
${schema-outdir}/createContainerChildOptions.js
</org.fusesource.fabric.api.CreateContainerChildOptions>
</org.fusesource.fabric.api.CreateChildContainerOptions>
<org.fusesource.fabric.api.CreateSshContainerOptions>
${schema-outdir}/createSshContainerOptions.js
</org.fusesource.fabric.api.CreateSshContainerOptions>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -58,7 +58,7 @@
<webapp-outdir>${basedir}/target/${webapp-dir}</webapp-outdir>

<!-- versions -->
<perfectus-number>007</perfectus-number>
<perfectus-number>009</perfectus-number>
<perfectus-build>redhat-610${perfectus-number}</perfectus-build>
<!--
<perfectus-number>024</perfectus-number>
Expand Down

0 comments on commit 7c194bd

Please sign in to comment.