This closes #134 - release changes (source at 1.7)
This commit is contained in:
commit
9d21253d0b
|
@ -25,9 +25,9 @@
|
||||||
<version>6.0.1-SNAPSHOT</version>
|
<version>6.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>activemq</artifactId>
|
<artifactId>apache-activemq</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Actual ActiveMQ Distribution</name>
|
<name>Apache ActiveMQ Distribution</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<schemaLocation>${project.build.directory}/${project.artifactId}-${project.version}-bin/${project.artifactId}-${project.version}/schema</schemaLocation>
|
<schemaLocation>${project.build.directory}/${project.artifactId}-${project.version}-bin/${project.artifactId}-${project.version}/schema</schemaLocation>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -781,8 +781,8 @@
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<showWarnings>true</showWarnings>
|
<showWarnings>true</showWarnings>
|
||||||
<source>1.8</source>
|
<source>1.7</source>
|
||||||
<target>1.8</target>
|
<target>1.7</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue