Skip to content

Commit ca554a6

Browse files
committed
[maven-release-plugin] prepare release compiler-2.1.1
1 parent e763529 commit ca554a6

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

compiler/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,19 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119

2220

2321
<parent>
2422
<groupId>net.openhft</groupId>
2523
<artifactId>java-parent-pom</artifactId>
2624
<version>1.0.0</version>
27-
<relativePath/>
25+
<relativePath />
2826
</parent>
2927

3028
<modelVersion>4.0.0</modelVersion>
3129
<artifactId>compiler</artifactId>
32-
<version>2.1.1-SNAPSHOT</version>
30+
<version>2.1.1</version>
3331
<packaging>bundle</packaging>
3432

3533
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -95,7 +93,7 @@
9593
<url>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</url>
9694
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
9795
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</developerConnection>
98-
<tag>master</tag>
96+
<tag>compiler-2.1.1</tag>
9997
</scm>
10098

10199
</project>

0 commit comments

Comments
 (0)