This closes #1884
This commit is contained in:
commit
f08f246454
|
@ -24,7 +24,7 @@ under the License.
|
|||
<parent>
|
||||
<groupId>org.apache.activemq.examples.broker</groupId>
|
||||
<artifactId>jms-examples</artifactId>
|
||||
<version>2.4.0-SNAPSHOT</version>
|
||||
<version>2.5.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jmx-ssl</artifactId>
|
||||
|
@ -83,7 +83,7 @@ under the License.
|
|||
<goals>
|
||||
<goal>runClient</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<configuration>
|
||||
<clientClass>org.apache.activemq.artemis.jms.example.JMXExample</clientClass>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
@ -127,4 +127,4 @@ under the License.
|
|||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue