NO-JIRA typo in jmx-ssl example pom file
This commit is contained in:
parent
8296b3b563
commit
6520c5a644
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue