From 2b3db5542f51abbaa7b803b9930a0c03b103d38d Mon Sep 17 00:00:00 2001 From: "Craig P. Motlin" Date: Thu, 12 Mar 2015 15:25:27 +0000 Subject: [PATCH] [GSCOLLECT-1588] Update version number to 6.1.0 in the build. git-svn-id: svn+ssh://gscollections.svn.services.gs.com/svnroot/gscollections-svn/trunk@835 d5c9223b-1aff-41ac-aadd-f810b4a99ac4 --- README.md | 2 +- acceptance-tests/pom.xml | 2 +- collections-api/pom.xml | 6 +++--- collections-testutils/pom.xml | 8 ++++---- collections/pom.xml | 8 ++++---- gs-collections-code-generator-ant/pom.xml | 4 ++-- gs-collections-code-generator-maven-plugin/pom.xml | 4 ++-- gs-collections-code-generator/pom.xml | 2 +- gs-collections-forkjoin/pom.xml | 10 +++++----- jmh-scala-tests/pom.xml | 2 +- jmh-tests/pom.xml | 2 +- junit-trait-runner/pom.xml | 2 +- memory-tests/pom.xml | 2 +- performance-tests/pom.xml | 2 +- pom.xml | 2 +- scala-unit-tests/pom.xml | 2 +- serialization-tests/pom.xml | 2 +- unit-tests-java8/pom.xml | 4 ++-- unit-tests/pom.xml | 4 ++-- 19 files changed, 35 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 459e252f3..a5f318be7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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 6.0.0](http://www.goldmansachs.com/gs-collections/binaries/gs-collections-6.0.0.zip) +* [Version 6.1.0](http://www.goldmansachs.com/gs-collections/binaries/gs-collections-6.1.0.zip) * [Older versions](https://github.com/goldmansachs/gs-collections/releases) ## Quick Example diff --git a/acceptance-tests/pom.xml b/acceptance-tests/pom.xml index e7d8d9eab..6193987db 100644 --- a/acceptance-tests/pom.xml +++ b/acceptance-tests/pom.xml @@ -23,7 +23,7 @@ gs-collections-parent com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 4.0.0 diff --git a/collections-api/pom.xml b/collections-api/pom.xml index 6c740fd9a..ce34e7c04 100644 --- a/collections-api/pom.xml +++ b/collections-api/pom.xml @@ -25,7 +25,7 @@ com.goldmansachs gs-collections-api - 6.1.0-SNAPSHOT + 6.1.0 bundle Goldman Sachs Collections API @@ -215,7 +215,7 @@ com.goldmansachs gs-collections-code-generator-maven-plugin - 6.1.0-SNAPSHOT + 6.1.0 generate-sources @@ -368,7 +368,7 @@ com.goldmansachs gs-collections-api - 6.0.0 + 6.1.0 ${project.build.directory}/clirr.txt diff --git a/collections-testutils/pom.xml b/collections-testutils/pom.xml index 64cdc88e7..27e928839 100644 --- a/collections-testutils/pom.xml +++ b/collections-testutils/pom.xml @@ -25,7 +25,7 @@ com.goldmansachs gs-collections-testutils - 6.1.0-SNAPSHOT + 6.1.0 bundle Goldman Sachs Collections Test Utilities @@ -86,13 +86,13 @@ com.goldmansachs gs-collections-api - 6.1.0-SNAPSHOT + 6.1.0 com.goldmansachs gs-collections - 6.1.0-SNAPSHOT + 6.1.0 @@ -367,7 +367,7 @@ com.goldmansachs gs-collections-testutils - 6.0.0 + 6.1.0 ${project.build.directory}/clirr.txt diff --git a/collections/pom.xml b/collections/pom.xml index fdb2461a3..a5c42d773 100644 --- a/collections/pom.xml +++ b/collections/pom.xml @@ -25,7 +25,7 @@ com.goldmansachs gs-collections - 6.1.0-SNAPSHOT + 6.1.0 bundle Goldman Sachs Collections Main Library @@ -86,7 +86,7 @@ com.goldmansachs gs-collections-api - 6.1.0-SNAPSHOT + 6.1.0 @@ -222,7 +222,7 @@ com.goldmansachs gs-collections-code-generator-maven-plugin - 6.1.0-SNAPSHOT + 6.1.0 generate-sources @@ -375,7 +375,7 @@ com.goldmansachs gs-collections - 6.0.0 + 6.1.0 ${project.build.directory}/clirr.txt diff --git a/gs-collections-code-generator-ant/pom.xml b/gs-collections-code-generator-ant/pom.xml index a552cff37..244ec21fd 100644 --- a/gs-collections-code-generator-ant/pom.xml +++ b/gs-collections-code-generator-ant/pom.xml @@ -23,7 +23,7 @@ com.goldmansachs gs-collections-code-generator-ant - 6.1.0-SNAPSHOT + 6.1.0 Goldman Sachs Collections Code Generator Ant Task @@ -41,7 +41,7 @@ com.goldmansachs gs-collections-code-generator - 6.1.0-SNAPSHOT + 6.1.0 diff --git a/gs-collections-code-generator-maven-plugin/pom.xml b/gs-collections-code-generator-maven-plugin/pom.xml index 4f02485d2..93cfb4dd8 100644 --- a/gs-collections-code-generator-maven-plugin/pom.xml +++ b/gs-collections-code-generator-maven-plugin/pom.xml @@ -22,7 +22,7 @@ com.goldmansachs gs-collections-code-generator-maven-plugin - 6.1.0-SNAPSHOT + 6.1.0 maven-plugin @@ -43,7 +43,7 @@ com.goldmansachs gs-collections-code-generator - 6.1.0-SNAPSHOT + 6.1.0 diff --git a/gs-collections-code-generator/pom.xml b/gs-collections-code-generator/pom.xml index 45353902f..e66cb5710 100644 --- a/gs-collections-code-generator/pom.xml +++ b/gs-collections-code-generator/pom.xml @@ -23,7 +23,7 @@ gs-collections-code-generator com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 Goldman Sachs Collections Code Generator diff --git a/gs-collections-forkjoin/pom.xml b/gs-collections-forkjoin/pom.xml index 1bcacccce..b9f42ee04 100644 --- a/gs-collections-forkjoin/pom.xml +++ b/gs-collections-forkjoin/pom.xml @@ -25,7 +25,7 @@ com.goldmansachs gs-collections-forkjoin - 6.1.0-SNAPSHOT + 6.1.0 bundle Goldman Sachs Collections Fork Join Utilities @@ -86,13 +86,13 @@ com.goldmansachs gs-collections-api - 6.1.0-SNAPSHOT + 6.1.0 com.goldmansachs gs-collections - 6.1.0-SNAPSHOT + 6.1.0 @@ -100,7 +100,7 @@ com.goldmansachs gs-collections-testutils - 6.1.0-SNAPSHOT + 6.1.0 test @@ -368,7 +368,7 @@ com.goldmansachs gs-collections-forkjoin - 6.0.0 + 6.1.0 ${project.build.directory}/clirr.txt diff --git a/jmh-scala-tests/pom.xml b/jmh-scala-tests/pom.xml index 087aed194..d553e38da 100644 --- a/jmh-scala-tests/pom.xml +++ b/jmh-scala-tests/pom.xml @@ -22,7 +22,7 @@ gs-collections-parent com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 4.0.0 diff --git a/jmh-tests/pom.xml b/jmh-tests/pom.xml index 4d1999aee..8443fcc07 100644 --- a/jmh-tests/pom.xml +++ b/jmh-tests/pom.xml @@ -22,7 +22,7 @@ gs-collections-parent com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 4.0.0 diff --git a/junit-trait-runner/pom.xml b/junit-trait-runner/pom.xml index 95f8fbc20..3d76c8f8a 100644 --- a/junit-trait-runner/pom.xml +++ b/junit-trait-runner/pom.xml @@ -24,7 +24,7 @@ com.goldmansachs gs-collections-parent - 6.1.0-SNAPSHOT + 6.1.0 junit-trait-runner diff --git a/memory-tests/pom.xml b/memory-tests/pom.xml index 462c63a26..45d9a9eb6 100644 --- a/memory-tests/pom.xml +++ b/memory-tests/pom.xml @@ -21,7 +21,7 @@ gs-collections-parent com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 4.0.0 diff --git a/performance-tests/pom.xml b/performance-tests/pom.xml index 94b6581a0..6716c310c 100644 --- a/performance-tests/pom.xml +++ b/performance-tests/pom.xml @@ -21,7 +21,7 @@ gs-collections-parent com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 4.0.0 diff --git a/pom.xml b/pom.xml index f82a259a5..1a23b4448 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.goldmansachs gs-collections-parent - 6.1.0-SNAPSHOT + 6.1.0 pom diff --git a/scala-unit-tests/pom.xml b/scala-unit-tests/pom.xml index dcd3f5820..204fff9b5 100644 --- a/scala-unit-tests/pom.xml +++ b/scala-unit-tests/pom.xml @@ -23,7 +23,7 @@ gs-collections-parent com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 4.0.0 diff --git a/serialization-tests/pom.xml b/serialization-tests/pom.xml index 5ee50655d..9dc72bbb6 100644 --- a/serialization-tests/pom.xml +++ b/serialization-tests/pom.xml @@ -23,7 +23,7 @@ gs-collections-parent com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 4.0.0 diff --git a/unit-tests-java8/pom.xml b/unit-tests-java8/pom.xml index 21d3aacf0..c15fa654d 100644 --- a/unit-tests-java8/pom.xml +++ b/unit-tests-java8/pom.xml @@ -25,7 +25,7 @@ com.goldmansachs gs-collections-parent - 6.1.0-SNAPSHOT + 6.1.0 unit-tests-java8 @@ -80,7 +80,7 @@ com.goldmansachs junit-trait-runner - 6.1.0-SNAPSHOT + 6.1.0 test diff --git a/unit-tests/pom.xml b/unit-tests/pom.xml index a9d20f6bd..19dfdd90e 100644 --- a/unit-tests/pom.xml +++ b/unit-tests/pom.xml @@ -23,7 +23,7 @@ gs-collections-parent com.goldmansachs - 6.1.0-SNAPSHOT + 6.1.0 4.0.0 @@ -92,7 +92,7 @@ com.goldmansachs gs-collections-code-generator-maven-plugin - 6.1.0-SNAPSHOT + 6.1.0 list