Fix minor build issue (parent pom version)

This commit is contained in:
Howard Gao 2016-06-20 15:14:12 +08:00
parent a39f43dfe9
commit e983861191
1 changed files with 1 additions and 1 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>1.3.0-SNAPSHOT</version> <version>1.4.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>ssl-enabled-dual-authentication</artifactId> <artifactId>ssl-enabled-dual-authentication</artifactId>