This closes #134 - release changes (source at 1.7)

This commit is contained in:
Clebert Suconic 2015-03-03 12:16:57 -05:00
commit 9d21253d0b
2 changed files with 4 additions and 4 deletions

View File

@ -25,9 +25,9 @@
<version>6.0.1-SNAPSHOT</version>
</parent>
<artifactId>activemq</artifactId>
<artifactId>apache-activemq</artifactId>
<packaging>pom</packaging>
<name>Actual ActiveMQ Distribution</name>
<name>Apache ActiveMQ Distribution</name>
<properties>
<schemaLocation>${project.build.directory}/${project.artifactId}-${project.version}-bin/${project.artifactId}-${project.version}/schema</schemaLocation>

View File

@ -781,8 +781,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<showWarnings>true</showWarnings>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>