Skip to content

Commit

Permalink
[GSCOLLECT-1568] Update version number to 6.0.0 in the build.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gscollections.svn.services.gs.com/svnroot/gscollections-svn/trunk@808 d5c9223b-1aff-41ac-aadd-f810b4a99ac4
  • Loading branch information
motlin committed Feb 4, 2015
1 parent 864bd03 commit 0f60bb1
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
GS Collections is a collections framework for Java. It has JDK-compatible List, Set and Map implementations with a rich API and set of utility classes that work with any JDK compatible Collections, Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.

## Download
* [Version 5.1.0](http://www.goldmansachs.com/gs-collections/binaries/gs-collections-5.1.0.zip)
* [Version 6.0.0](http://www.goldmansachs.com/gs-collections/binaries/gs-collections-6.0.0.zip)
* [Older versions](https://github.com/goldmansachs/gs-collections/releases)

## Quick Example
Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions collections-api/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2014 Goldman Sachs.
~ Copyright 2015 Goldman Sachs.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<packaging>bundle</packaging>

<name>Goldman Sachs Collections API</name>
Expand Down Expand Up @@ -215,7 +215,7 @@
<plugin>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down Expand Up @@ -365,7 +365,7 @@
<comparisonArtifact>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>5.1.0</version>
<version>6.0.0</version>
</comparisonArtifact>
</comparisonArtifacts>
<textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
Expand Down
8 changes: 4 additions & 4 deletions collections-testutils/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-testutils</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<packaging>bundle</packaging>

<name>Goldman Sachs Collections Test Utilities</name>
Expand Down Expand Up @@ -86,13 +86,13 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</dependency>

<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -364,7 +364,7 @@
<comparisonArtifact>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-testutils</artifactId>
<version>5.1.0</version>
<version>6.0.0</version>
</comparisonArtifact>
</comparisonArtifacts>
<textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
Expand Down
10 changes: 5 additions & 5 deletions collections/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2014 Goldman Sachs.
~ Copyright 2015 Goldman Sachs.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<packaging>bundle</packaging>

<name>Goldman Sachs Collections Main Library</name>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</dependency>

<!-- External dependencies -->
Expand Down Expand Up @@ -222,7 +222,7 @@
<plugin>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down Expand Up @@ -372,7 +372,7 @@
<comparisonArtifact>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>5.1.0</version>
<version>6.0.0</version>
</comparisonArtifact>
</comparisonArtifacts>
<textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
Expand Down
6 changes: 3 additions & 3 deletions gs-collections-code-generator-ant/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2014 Goldman Sachs.
~ Copyright 2015 Goldman Sachs.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-ant</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>

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

Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions gs-collections-code-generator-maven-plugin/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2014 Goldman Sachs.
~ Copyright 2015 Goldman Sachs.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>

<packaging>maven-plugin</packaging>

Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gs-collections-code-generator/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2014 Goldman Sachs.
~ Copyright 2015 Goldman Sachs.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@

<artifactId>gs-collections-code-generator</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>

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

Expand Down
10 changes: 5 additions & 5 deletions gs-collections-forkjoin/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-forkjoin</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<packaging>bundle</packaging>

<name>Goldman Sachs Collections Fork Join Utilities</name>
Expand Down Expand Up @@ -86,21 +86,21 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</dependency>

<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</dependency>

<!-- Testing Dependencies -->

<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-testutils</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -365,7 +365,7 @@
<comparisonArtifact>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-forkjoin</artifactId>
<version>5.1.0</version>
<version>6.0.0</version>
</comparisonArtifact>
</comparisonArtifacts>
<textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
Expand Down
2 changes: 1 addition & 1 deletion jmh-scala-tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jmh-tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion junit-trait-runner/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>junit-trait-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memory-tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion performance-tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions scala-unit-tests/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2014 Goldman Sachs.
~ Copyright 2015 Goldman Sachs.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion serialization-tests/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions unit-tests-java8/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>unit-tests-java8</artifactId>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>junit-trait-runner</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions unit-tests/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -92,7 +92,7 @@
<plugin>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0</version>
<executions>
<execution>
<id>list</id>
Expand Down

0 comments on commit 0f60bb1

Please sign in to comment.