Skip to content

Commit 22ffcec

Browse files
author
Rob Austin
committed
udpdated to <artifactId>java-parent-pom</artifactId> <version>1.1.2</version>
1 parent b7c78cf commit 22ffcec

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

chronicle/pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@
1717
~ limitations under the License.
1818
-->
1919

20-
<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">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0"
21+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2123
<modelVersion>4.0.0</modelVersion>
2224

2325
<parent>
2426
<groupId>net.openhft</groupId>
2527
<artifactId>java-parent-pom</artifactId>
26-
<version>1.1.1</version>
27-
<relativePath>../../java-parent-pom/pom.xml</relativePath>
28+
<version>1.1.2</version>
29+
<relativePath/>
2830
</parent>
2931

3032
<artifactId>chronicle</artifactId>
@@ -138,7 +140,8 @@
138140
<groupId>org.apache.maven.plugins</groupId>
139141
<artifactId>maven-scm-publish-plugin</artifactId>
140142
<configuration>
141-
<checkoutDirectory>${project.build.directory}/scmpublish/javadoc</checkoutDirectory>
143+
<checkoutDirectory>${project.build.directory}/scmpublish/javadoc
144+
</checkoutDirectory>
142145
<checkinComment>Publishing javadoc for ${project.artifactId}:${project.version}
143146
</checkinComment>
144147
<content>${project.reporting.outputDirectory}</content>
@@ -178,7 +181,8 @@
178181
<scm>
179182
<url>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</url>
180183
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</connection>
181-
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</developerConnection>
184+
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git
185+
</developerConnection>
182186
<tag>master</tag>
183187
</scm>
184188

0 commit comments

Comments
 (0)