File tree Expand file tree Collapse file tree 19 files changed +31
-31
lines changed
gs-collections-code-generator
gs-collections-code-generator-ant
gs-collections-code-generator-maven-plugin Expand file tree Collapse file tree 19 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >gs-collections-parent</artifactId >
25
25
<groupId >com.goldmansachs</groupId >
26
- <version >7.0.0 </version >
26
+ <version >7.0.1 </version >
27
27
</parent >
28
28
<modelVersion >4.0.0</modelVersion >
29
29
Original file line number Diff line number Diff line change 25
25
26
26
<groupId >com.goldmansachs</groupId >
27
27
<artifactId >gs-collections-api</artifactId >
28
- <version >7.0.0 </version >
28
+ <version >7.0.1 </version >
29
29
<packaging >bundle</packaging >
30
30
31
31
<name >Goldman Sachs Collections API</name >
215
215
<plugin >
216
216
<groupId >com.goldmansachs</groupId >
217
217
<artifactId >gs-collections-code-generator-maven-plugin</artifactId >
218
- <version >7.0.0 </version >
218
+ <version >7.0.1 </version >
219
219
<executions >
220
220
<execution >
221
221
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change 25
25
26
26
<groupId >com.goldmansachs</groupId >
27
27
<artifactId >gs-collections-testutils</artifactId >
28
- <version >7.0.0 </version >
28
+ <version >7.0.1 </version >
29
29
<packaging >bundle</packaging >
30
30
31
31
<name >Goldman Sachs Collections Test Utilities</name >
86
86
<dependency >
87
87
<groupId >com.goldmansachs</groupId >
88
88
<artifactId >gs-collections-api</artifactId >
89
- <version >7.0.0 </version >
89
+ <version >7.0.1 </version >
90
90
</dependency >
91
91
92
92
<dependency >
93
93
<groupId >com.goldmansachs</groupId >
94
94
<artifactId >gs-collections</artifactId >
95
- <version >7.0.0 </version >
95
+ <version >7.0.1 </version >
96
96
</dependency >
97
97
98
98
<dependency >
Original file line number Diff line number Diff line change 25
25
26
26
<groupId >com.goldmansachs</groupId >
27
27
<artifactId >gs-collections</artifactId >
28
- <version >7.0.0 </version >
28
+ <version >7.0.1 </version >
29
29
<packaging >bundle</packaging >
30
30
31
31
<name >Goldman Sachs Collections Main Library</name >
86
86
<dependency >
87
87
<groupId >com.goldmansachs</groupId >
88
88
<artifactId >gs-collections-api</artifactId >
89
- <version >7.0.0 </version >
89
+ <version >7.0.1 </version >
90
90
</dependency >
91
91
92
92
<!-- External dependencies -->
222
222
<plugin >
223
223
<groupId >com.goldmansachs</groupId >
224
224
<artifactId >gs-collections-code-generator-maven-plugin</artifactId >
225
- <version >7.0.0 </version >
225
+ <version >7.0.1 </version >
226
226
<executions >
227
227
<execution >
228
228
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change 17
17
# Tue, 09 Aug 2011 09:54:18 -0400
18
18
build.major =7
19
19
build.minor =0
20
- build.fix =0
20
+ build.fix =1
21
21
22
22
build.version =${build.major}.${build.minor}.${build.fix}
23
23
Original file line number Diff line number Diff line change 23
23
24
24
<groupId >com.goldmansachs</groupId >
25
25
<artifactId >gs-collections-code-generator-ant</artifactId >
26
- <version >7.0.0 </version >
26
+ <version >7.0.1 </version >
27
27
28
28
<name >Goldman Sachs Collections Code Generator Ant Task</name >
29
29
41
41
<dependency >
42
42
<groupId >com.goldmansachs</groupId >
43
43
<artifactId >gs-collections-code-generator</artifactId >
44
- <version >7.0.0 </version >
44
+ <version >7.0.1 </version >
45
45
</dependency >
46
46
47
47
<dependency >
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >com.goldmansachs</groupId >
24
24
<artifactId >gs-collections-code-generator-maven-plugin</artifactId >
25
- <version >7.0.0 </version >
25
+ <version >7.0.1 </version >
26
26
27
27
<packaging >maven-plugin</packaging >
28
28
43
43
<dependency >
44
44
<groupId >com.goldmansachs</groupId >
45
45
<artifactId >gs-collections-code-generator</artifactId >
46
- <version >7.0.0 </version >
46
+ <version >7.0.1 </version >
47
47
</dependency >
48
48
49
49
<dependency >
Original file line number Diff line number Diff line change 23
23
24
24
<artifactId >gs-collections-code-generator</artifactId >
25
25
<groupId >com.goldmansachs</groupId >
26
- <version >7.0.0 </version >
26
+ <version >7.0.1 </version >
27
27
28
28
<name >Goldman Sachs Collections Code Generator</name >
29
29
Original file line number Diff line number Diff line change 25
25
26
26
<groupId >com.goldmansachs</groupId >
27
27
<artifactId >gs-collections-forkjoin</artifactId >
28
- <version >7.0.0 </version >
28
+ <version >7.0.1 </version >
29
29
<packaging >bundle</packaging >
30
30
31
31
<name >Goldman Sachs Collections Fork Join Utilities</name >
86
86
<dependency >
87
87
<groupId >com.goldmansachs</groupId >
88
88
<artifactId >gs-collections-api</artifactId >
89
- <version >7.0.0 </version >
89
+ <version >7.0.1 </version >
90
90
</dependency >
91
91
92
92
<dependency >
93
93
<groupId >com.goldmansachs</groupId >
94
94
<artifactId >gs-collections</artifactId >
95
- <version >7.0.0 </version >
95
+ <version >7.0.1 </version >
96
96
</dependency >
97
97
98
98
<!-- Testing Dependencies -->
99
99
100
100
<dependency >
101
101
<groupId >com.goldmansachs</groupId >
102
102
<artifactId >gs-collections-testutils</artifactId >
103
- <version >7.0.0 </version >
103
+ <version >7.0.1 </version >
104
104
<scope >test</scope >
105
105
</dependency >
106
106
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >gs-collections-parent</artifactId >
24
24
<groupId >com.goldmansachs</groupId >
25
- <version >7.0.0 </version >
25
+ <version >7.0.1 </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >gs-collections-parent</artifactId >
24
24
<groupId >com.goldmansachs</groupId >
25
- <version >7.0.0 </version >
25
+ <version >7.0.1 </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.goldmansachs</groupId >
26
26
<artifactId >gs-collections-parent</artifactId >
27
- <version >7.0.0 </version >
27
+ <version >7.0.1 </version >
28
28
</parent >
29
29
30
30
<artifactId >junit-trait-runner</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >gs-collections-parent</artifactId >
23
23
<groupId >com.goldmansachs</groupId >
24
- <version >7.0.0 </version >
24
+ <version >7.0.1 </version >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >gs-collections-parent</artifactId >
23
23
<groupId >com.goldmansachs</groupId >
24
- <version >7.0.0 </version >
24
+ <version >7.0.1 </version >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
27
27
Original file line number Diff line number Diff line change 24
24
25
25
<groupId >com.goldmansachs</groupId >
26
26
<artifactId >gs-collections-parent</artifactId >
27
- <version >7.0.0 </version >
27
+ <version >7.0.1 </version >
28
28
29
29
<packaging >pom</packaging >
30
30
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >gs-collections-parent</artifactId >
25
25
<groupId >com.goldmansachs</groupId >
26
- <version >7.0.0 </version >
26
+ <version >7.0.1 </version >
27
27
</parent >
28
28
<modelVersion >4.0.0</modelVersion >
29
29
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >gs-collections-parent</artifactId >
25
25
<groupId >com.goldmansachs</groupId >
26
- <version >7.0.0 </version >
26
+ <version >7.0.1 </version >
27
27
</parent >
28
28
<modelVersion >4.0.0</modelVersion >
29
29
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >com.goldmansachs</groupId >
27
27
<artifactId >gs-collections-parent</artifactId >
28
- <version >7.0.0 </version >
28
+ <version >7.0.1 </version >
29
29
</parent >
30
30
31
31
<artifactId >unit-tests-java8</artifactId >
80
80
<dependency >
81
81
<groupId >com.goldmansachs</groupId >
82
82
<artifactId >junit-trait-runner</artifactId >
83
- <version >7.0.0 </version >
83
+ <version >7.0.1 </version >
84
84
<scope >test</scope >
85
85
</dependency >
86
86
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >gs-collections-parent</artifactId >
25
25
<groupId >com.goldmansachs</groupId >
26
- <version >7.0.0 </version >
26
+ <version >7.0.1 </version >
27
27
</parent >
28
28
<modelVersion >4.0.0</modelVersion >
29
29
92
92
<plugin >
93
93
<groupId >com.goldmansachs</groupId >
94
94
<artifactId >gs-collections-code-generator-maven-plugin</artifactId >
95
- <version >7.0.0 </version >
95
+ <version >7.0.1 </version >
96
96
<executions >
97
97
<execution >
98
98
<id >list</id >
You can’t perform that action at this time.
0 commit comments