File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 15
15
~ along with this program. If not, see <http://www.gnu.org/licenses />.
16
16
-->
17
17
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" >
21
19
<modelVersion >4.0.0</modelVersion >
22
20
<properties >
23
21
<additionalparam >-Xdoclint:none</additionalparam >
26
24
<groupId >net.openhft</groupId >
27
25
<artifactId >java-parent-pom</artifactId >
28
26
<version >1.1.10</version >
29
- <relativePath />
27
+ <relativePath />
30
28
</parent >
31
29
32
30
<artifactId >chronicle-queue</artifactId >
33
- <version >4.0.7-SNAPSHOT </version >
31
+ <version >4.0.7</version >
34
32
<packaging >bundle</packaging >
35
33
<name >OpenHFT/chronicle-queue</name >
36
34
190
188
<connection >scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</connection >
191
189
<developerConnection >scm:git:git@github.com:OpenHFT/Chronicle-Queue.git
192
190
</developerConnection >
193
- <tag >master </tag >
191
+ <tag >chronicle-queue-4.0.7 </tag >
194
192
</scm >
195
193
196
194
</project >
You can’t perform that action at this time.
0 commit comments