Skip to content

Commit 5ad0ff5

Browse files
committed
[GSCOLLECT-1661] Update version number to 7.0.1 in the build.
git-svn-id: svn+ssh://gscollections.svn.services.gs.com/svnroot/gscollections-svn/trunk@916 d5c9223b-1aff-41ac-aadd-f810b4a99ac4
1 parent a8beea2 commit 5ad0ff5

File tree

19 files changed

+31
-31
lines changed

19 files changed

+31
-31
lines changed

acceptance-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>gs-collections-parent</artifactId>
2525
<groupId>com.goldmansachs</groupId>
26-
<version>7.0.0</version>
26+
<version>7.0.1</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

collections-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>com.goldmansachs</groupId>
2727
<artifactId>gs-collections-api</artifactId>
28-
<version>7.0.0</version>
28+
<version>7.0.1</version>
2929
<packaging>bundle</packaging>
3030

3131
<name>Goldman Sachs Collections API</name>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>com.goldmansachs</groupId>
217217
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
218-
<version>7.0.0</version>
218+
<version>7.0.1</version>
219219
<executions>
220220
<execution>
221221
<phase>generate-sources</phase>

collections-testutils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>com.goldmansachs</groupId>
2727
<artifactId>gs-collections-testutils</artifactId>
28-
<version>7.0.0</version>
28+
<version>7.0.1</version>
2929
<packaging>bundle</packaging>
3030

3131
<name>Goldman Sachs Collections Test Utilities</name>
@@ -86,13 +86,13 @@
8686
<dependency>
8787
<groupId>com.goldmansachs</groupId>
8888
<artifactId>gs-collections-api</artifactId>
89-
<version>7.0.0</version>
89+
<version>7.0.1</version>
9090
</dependency>
9191

9292
<dependency>
9393
<groupId>com.goldmansachs</groupId>
9494
<artifactId>gs-collections</artifactId>
95-
<version>7.0.0</version>
95+
<version>7.0.1</version>
9696
</dependency>
9797

9898
<dependency>

collections/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>com.goldmansachs</groupId>
2727
<artifactId>gs-collections</artifactId>
28-
<version>7.0.0</version>
28+
<version>7.0.1</version>
2929
<packaging>bundle</packaging>
3030

3131
<name>Goldman Sachs Collections Main Library</name>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.goldmansachs</groupId>
8888
<artifactId>gs-collections-api</artifactId>
89-
<version>7.0.0</version>
89+
<version>7.0.1</version>
9090
</dependency>
9191

9292
<!-- External dependencies -->
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>com.goldmansachs</groupId>
224224
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
225-
<version>7.0.0</version>
225+
<version>7.0.1</version>
226226
<executions>
227227
<execution>
228228
<phase>generate-sources</phase>

deploy.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#Tue, 09 Aug 2011 09:54:18 -0400
1818
build.major=7
1919
build.minor=0
20-
build.fix=0
20+
build.fix=1
2121

2222
build.version=${build.major}.${build.minor}.${build.fix}
2323

gs-collections-code-generator-ant/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.goldmansachs</groupId>
2525
<artifactId>gs-collections-code-generator-ant</artifactId>
26-
<version>7.0.0</version>
26+
<version>7.0.1</version>
2727

2828
<name>Goldman Sachs Collections Code Generator Ant Task</name>
2929

@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.goldmansachs</groupId>
4343
<artifactId>gs-collections-code-generator</artifactId>
44-
<version>7.0.0</version>
44+
<version>7.0.1</version>
4545
</dependency>
4646

4747
<dependency>

gs-collections-code-generator-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.goldmansachs</groupId>
2424
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
25-
<version>7.0.0</version>
25+
<version>7.0.1</version>
2626

2727
<packaging>maven-plugin</packaging>
2828

@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.goldmansachs</groupId>
4545
<artifactId>gs-collections-code-generator</artifactId>
46-
<version>7.0.0</version>
46+
<version>7.0.1</version>
4747
</dependency>
4848

4949
<dependency>

gs-collections-code-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<artifactId>gs-collections-code-generator</artifactId>
2525
<groupId>com.goldmansachs</groupId>
26-
<version>7.0.0</version>
26+
<version>7.0.1</version>
2727

2828
<name>Goldman Sachs Collections Code Generator</name>
2929

gs-collections-forkjoin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>com.goldmansachs</groupId>
2727
<artifactId>gs-collections-forkjoin</artifactId>
28-
<version>7.0.0</version>
28+
<version>7.0.1</version>
2929
<packaging>bundle</packaging>
3030

3131
<name>Goldman Sachs Collections Fork Join Utilities</name>
@@ -86,21 +86,21 @@
8686
<dependency>
8787
<groupId>com.goldmansachs</groupId>
8888
<artifactId>gs-collections-api</artifactId>
89-
<version>7.0.0</version>
89+
<version>7.0.1</version>
9090
</dependency>
9191

9292
<dependency>
9393
<groupId>com.goldmansachs</groupId>
9494
<artifactId>gs-collections</artifactId>
95-
<version>7.0.0</version>
95+
<version>7.0.1</version>
9696
</dependency>
9797

9898
<!-- Testing Dependencies -->
9999

100100
<dependency>
101101
<groupId>com.goldmansachs</groupId>
102102
<artifactId>gs-collections-testutils</artifactId>
103-
<version>7.0.0</version>
103+
<version>7.0.1</version>
104104
<scope>test</scope>
105105
</dependency>
106106

jmh-scala-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>gs-collections-parent</artifactId>
2424
<groupId>com.goldmansachs</groupId>
25-
<version>7.0.0</version>
25+
<version>7.0.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

jmh-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>gs-collections-parent</artifactId>
2424
<groupId>com.goldmansachs</groupId>
25-
<version>7.0.0</version>
25+
<version>7.0.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

junit-trait-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.goldmansachs</groupId>
2626
<artifactId>gs-collections-parent</artifactId>
27-
<version>7.0.0</version>
27+
<version>7.0.1</version>
2828
</parent>
2929

3030
<artifactId>junit-trait-runner</artifactId>

memory-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gs-collections-parent</artifactId>
2323
<groupId>com.goldmansachs</groupId>
24-
<version>7.0.0</version>
24+
<version>7.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

performance-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gs-collections-parent</artifactId>
2323
<groupId>com.goldmansachs</groupId>
24-
<version>7.0.0</version>
24+
<version>7.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>com.goldmansachs</groupId>
2626
<artifactId>gs-collections-parent</artifactId>
27-
<version>7.0.0</version>
27+
<version>7.0.1</version>
2828

2929
<packaging>pom</packaging>
3030

scala-unit-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>gs-collections-parent</artifactId>
2525
<groupId>com.goldmansachs</groupId>
26-
<version>7.0.0</version>
26+
<version>7.0.1</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

serialization-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>gs-collections-parent</artifactId>
2525
<groupId>com.goldmansachs</groupId>
26-
<version>7.0.0</version>
26+
<version>7.0.1</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

unit-tests-java8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.goldmansachs</groupId>
2727
<artifactId>gs-collections-parent</artifactId>
28-
<version>7.0.0</version>
28+
<version>7.0.1</version>
2929
</parent>
3030

3131
<artifactId>unit-tests-java8</artifactId>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.goldmansachs</groupId>
8282
<artifactId>junit-trait-runner</artifactId>
83-
<version>7.0.0</version>
83+
<version>7.0.1</version>
8484
<scope>test</scope>
8585
</dependency>
8686

unit-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>gs-collections-parent</artifactId>
2525
<groupId>com.goldmansachs</groupId>
26-
<version>7.0.0</version>
26+
<version>7.0.1</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>com.goldmansachs</groupId>
9494
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
95-
<version>7.0.0</version>
95+
<version>7.0.1</version>
9696
<executions>
9797
<execution>
9898
<id>list</id>

0 commit comments

Comments
 (0)