Skip to content

Commit

Permalink
[maven-release-plugin] prepare release compiler-2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcity_hft committed Oct 21, 2020
1 parent 5633f06 commit 993b177
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>net.openhft</groupId>
<artifactId>java-parent-pom</artifactId>
<version>1.1.24</version>
<relativePath/>
<relativePath />
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>compiler</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>bundle</packaging>

<name>OpenHFT/Java-Runtime-Compiler</name>
Expand Down Expand Up @@ -110,7 +109,7 @@
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>net.openhft.compiler.CompilerTest</argument>
</arguments>
</configuration>
Expand Down Expand Up @@ -173,7 +172,7 @@
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
</developerConnection>
<tag>master</tag>
<tag>compiler-2.4.0</tag>
</scm>

</project>

0 comments on commit 993b177

Please sign in to comment.