NO-JIRA typo in jmx-ssl example pom file

This commit is contained in:
Stanislav Knot 2018-02-22 14:37:41 +01:00 committed by Justin Bertram
parent 8296b3b563
commit 6520c5a644
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>