Skip to content

Commit 45d8b97

Browse files
author
Rob Austin
committed
1 parent 2640ffb commit 45d8b97

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

compiler/pom.xml

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

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

2122

2223
<parent>
2324
<groupId>net.openhft</groupId>
2425
<artifactId>java-parent-pom</artifactId>
2526
<version>1.0.1</version>
26-
<relativePath />
27+
<relativePath/>
2728
</parent>
2829

2930
<modelVersion>4.0.0</modelVersion>
@@ -94,7 +95,8 @@
9495
<extensions>true</extensions>
9596
<configuration>
9697
<instructions>
97-
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
98+
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}
99+
</Bundle-SymbolicName>
98100
<Bundle-Name>${project.artifactId}</Bundle-Name>
99101
</instructions>
100102
</configuration>
@@ -103,10 +105,22 @@
103105

104106
</build>
105107

108+
<!-- todo remove once next parent pom is adopted -->
109+
<repositories>
110+
<repository>
111+
<id>sonatype-nexus-staging</id>
112+
<url>https://oss.sonatype.org/content/repositories/staging</url>
113+
<releases>
114+
<enabled>true</enabled>
115+
</releases>
116+
</repository>
117+
</repositories>
118+
106119
<scm>
107120
<url>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</url>
108121
<connection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</connection>
109-
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git</developerConnection>
122+
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Runtime-Compiler.git
123+
</developerConnection>
110124
<tag>master</tag>
111125
</scm>
112126

0 commit comments

Comments
 (0)