NO-JIRA typo in jmx-ssl example pom file

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6520c5a6
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6520c5a6
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6520c5a6

Branch: refs/heads/master
Commit: 6520c5a6447da54721bcb2cc0725d0d455e45992
Parents: 8296b3b
Author: Stanislav Knot <sk...@redhat.com>
Authored: Thu Feb 22 14:37:41 2018 +0100
Committer: Justin Bertram <jbert...@apache.org>
Committed: Thu Feb 22 15:21:30 2018 -0600

----------------------------------------------------------------------
 examples/features/standard/jmx-ssl/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6520c5a6/examples/features/standard/jmx-ssl/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/standard/jmx-ssl/pom.xml 
b/examples/features/standard/jmx-ssl/pom.xml
index cc7f1dc..b946d70 100644
--- a/examples/features/standard/jmx-ssl/pom.xml
+++ b/examples/features/standard/jmx-ssl/pom.xml
@@ -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>
\ No newline at end of file
+</project>

Reply via email to