File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments