Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
upgraded WildFly Creaper to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lfryc committed Mar 16, 2016
1 parent 4a8844f commit 34e4835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions push/sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>org.wildfly.extras.creaper</groupId>
<artifactId>creaper-core</artifactId>
<version>0.9.2</version>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>org.jboss.as</groupId>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>org.wildfly.extras.creaper</groupId>
<artifactId>creaper-commands</artifactId>
<version>0.9.2</version>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>org.wildfly</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private OnlineManagementClient createClient() throws IOException {
return ManagementClient.online(OnlineOptions
.standalone()
.hostAndPort("localhost", 14311)
.protocol(ManagementProtocol.HTTP_REMOTE)
.protocol(ManagementProtocol.HTTP_REMOTING)
.build()
);
}
Expand Down

0 comments on commit 34e4835

Please sign in to comment.