File tree 6 files changed +26
-10
lines changed
6 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright 2013 Peter Lawrey
4
+ ~
5
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
6
+ ~ you may not use this file except in compliance with the License.
7
+ ~ You may obtain a copy of the License at
8
+ ~
9
+ ~ http://www.apache.org/licenses/LICENSE-2.0
10
+ ~
11
+ ~ Unless required by applicable law or agreed to in writing, software
12
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
13
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ ~ See the License for the specific language governing permissions and
15
+ ~ limitations under the License.
16
+ -->
17
+
2
18
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
21
<parent >
6
22
<artifactId >chronicle-parent</artifactId >
7
23
<groupId >com.higherfrequencytrading</groupId >
8
- <version >1.7.1 -SNAPSHOT</version >
24
+ <version >1.7.2 -SNAPSHOT</version >
9
25
</parent >
10
26
<modelVersion >4.0.0</modelVersion >
11
27
Original file line number Diff line number Diff line change 23
23
24
24
<groupId >com.higherfrequencytrading</groupId >
25
25
<artifactId >chronicle</artifactId >
26
- <version >1.7.1 </version >
26
+ <version >1.7.2-SNAPSHOT </version >
27
27
<name >Java Chronicle</name >
28
28
<description >High Performance Logging and Persisted Messaging</description >
29
29
89
89
<nohelp >true</nohelp >
90
90
</configuration >
91
91
</plugin >
92
- <!-- plugin>
92
+ <plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-gpg-plugin</artifactId >
95
95
<version >1.4</version >
105
105
</goals >
106
106
</execution >
107
107
</executions >
108
- </plugin -- >
108
+ </plugin >
109
109
110
110
<plugin >
111
111
<groupId >org.apache.felix</groupId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >com.higherfrequencytrading</groupId >
24
24
<artifactId >chronicle-parent</artifactId >
25
- <version >1.7.1 -SNAPSHOT</version >
25
+ <version >1.7.2 -SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<groupId >com.higherfrequencytrading</groupId >
29
29
<artifactId >chronicle-demo</artifactId >
30
30
31
31
<name >chronicle-demo</name >
32
- <version >1.7.1 -SNAPSHOT</version >
32
+ <version >1.7.2 -SNAPSHOT</version >
33
33
<description >Demo Processing Engine</description >
34
34
<dependencies >
35
35
<dependency >
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.higherfrequencytrading</groupId >
32
32
<artifactId >chronicle</artifactId >
33
- <version >1.7.1 -SNAPSHOT</version >
33
+ <version >1.7.2 -SNAPSHOT</version >
34
34
</dependency >
35
35
</dependencies >
36
36
</project >
Original file line number Diff line number Diff line change 23
23
24
24
<groupId >com.higherfrequencytrading</groupId >
25
25
<artifactId >chronicle-parent</artifactId >
26
- <version >1.7.1 -SNAPSHOT</version >
26
+ <version >1.7.2 -SNAPSHOT</version >
27
27
<packaging >pom</packaging >
28
28
29
29
<name >chronicle-parent</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.higherfrequencytrading</groupId >
26
26
<artifactId >chronicle-parent</artifactId >
27
- <version >1.7.1 -SNAPSHOT</version >
27
+ <version >1.7.2 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<groupId >com.higherfrequencytrading</groupId >
31
31
<artifactId >chronicle-testing</artifactId >
32
- <version >1.7.1 -SNAPSHOT</version >
32
+ <version >1.7.2 -SNAPSHOT</version >
33
33
34
34
<dependencies >
35
35
<dependency >
You can’t perform that action at this time.
0 commit comments