Skip to content

Commit bb2130b

Browse files
author
Rob Austin
committed
Merge branch 'master' of github.com:OpenHFT/Java-Runtime-Compiler
Conflicts: compiler/pom.xml
2 parents a4f95ad + a50f7b6 commit bb2130b

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

compiler/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,24 @@
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>
24+
<<<<<<< HEAD
2625
<version>1.0.1-SNAPSHOT</version>
2726
<relativePath/>
27+
=======
28+
<version>1.0.0</version>
29+
<relativePath />
30+
>>>>>>> a50f7b6b27b9231e9e3ebc6023c04541964c79e2
2831
</parent>
2932

3033
<modelVersion>4.0.0</modelVersion>
3134
<artifactId>compiler</artifactId>
32-
<version>2.1.1-SNAPSHOT</version>
35+
<version>2.1.2-SNAPSHOT</version>
3336
<packaging>bundle</packaging>
3437

3538
<name>OpenHFT/Java-Runtime-Compiler</name>

0 commit comments

Comments
 (0)