|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 | ~ Copyright 2014 Higher Frequency Trading |
4 | | - ~ <p/> |
| 4 | + ~ <p /> |
5 | 5 | ~ http://www.higherfrequencytrading.com |
6 | | - ~ <p/> |
| 6 | + ~ <p /> |
7 | 7 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
8 | 8 | ~ you may not use this file except in compliance with the License. |
9 | 9 | ~ You may obtain a copy of the License at |
10 | | - ~ <p/> |
| 10 | + ~ <p /> |
11 | 11 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
12 | | - ~ <p/> |
| 12 | + ~ <p /> |
13 | 13 | ~ Unless required by applicable law or agreed to in writing, software |
14 | 14 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
15 | 15 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
16 | 16 | ~ See the License for the specific language governing permissions and |
17 | 17 | ~ limitations under the License. |
18 | 18 | --> |
19 | 19 |
|
20 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
21 | | - 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" 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"> |
22 | 21 | <modelVersion>4.0.0</modelVersion> |
23 | 22 |
|
24 | 23 | <parent> |
25 | 24 | <groupId>net.openhft</groupId> |
26 | 25 | <artifactId>java-parent-pom</artifactId> |
27 | 26 | <version>1.1.1</version> |
28 | | - <relativePath/> |
| 27 | + <relativePath /> |
29 | 28 | </parent> |
30 | 29 |
|
31 | 30 | <artifactId>chronicle</artifactId> |
32 | | - <version>3.2.2-SNAPSHOT</version> |
| 31 | + <version>3.2.2</version> |
33 | 32 | <packaging>bundle</packaging> |
34 | 33 |
|
35 | 34 | <name>OpenHTF/Java-Chronicle/chronicle</name> |
|
180 | 179 | <url>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</url> |
181 | 180 | <connection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</connection> |
182 | 181 | <developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</developerConnection> |
183 | | - <tag>master</tag> |
| 182 | + <tag>chronicle-3.2.2</tag> |
184 | 183 | </scm> |
185 | 184 |
|
186 | 185 | </project> |
0 commit comments