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> <parent>
<groupId>org.apache.activemq.examples.broker</groupId> <groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId> <artifactId>jms-examples</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.5.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>jmx-ssl</artifactId> <artifactId>jmx-ssl</artifactId>
@ -83,7 +83,7 @@ under the License.
<goals> <goals>
<goal>runClient</goal> <goal>runClient</goal>
</goals> </goals>
<configuration> <configuration>
<clientClass>org.apache.activemq.artemis.jms.example.JMXExample</clientClass> <clientClass>org.apache.activemq.artemis.jms.example.JMXExample</clientClass>
</configuration> </configuration>
</execution> </execution>
@ -127,4 +127,4 @@ under the License.
</build> </build>
</profile> </profile>
</profiles> </profiles>
</project> </project>