This commit is contained in:
Justin Bertram 2018-02-22 15:21:30 -06:00
commit f08f246454
1 changed files with 3 additions and 3 deletions

View File

@ -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>