Skip to content

Commit

Permalink
[GSCOLLECT-1156] Update version number to 4.2.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@431 d5c9223b-1aff-41ac-aadd-f810b4a99ac4
  • Loading branch information
motlin committed Oct 28, 2013
1 parent a28a7ee commit 4a7e11a
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 41 deletions.
10 changes: 5 additions & 5 deletions acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>acceptance-tests</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>

<name>Goldman Sachs Collections Acceptance Test Suite</name>

Expand All @@ -49,28 +49,28 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>

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

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

<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-forkjoin</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions collections-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

<name>Goldman Sachs Collections API</name>
Expand Down Expand Up @@ -219,7 +219,7 @@
<plugin>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
6 changes: 3 additions & 3 deletions collections-testutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

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

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

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

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

<!-- External dependencies -->
Expand Down Expand Up @@ -226,7 +226,7 @@
<plugin>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
4 changes: 2 additions & 2 deletions gs-collections-code-generator-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

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

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

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gs-collections-code-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

<packaging>maven-plugin</packaging>

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

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gs-collections-code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

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

Expand Down
8 changes: 4 additions & 4 deletions gs-collections-forkjoin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

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

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

<!-- Testing Dependencies -->

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

Expand Down
10 changes: 5 additions & 5 deletions performance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>performance-tests</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>

<name>Goldman Sachs Collections Performance Test Suite</name>

Expand All @@ -47,28 +47,28 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>

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

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

<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-forkjoin</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

<packaging>pom</packaging>

Expand Down
8 changes: 4 additions & 4 deletions scala-unit-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>scala-unit-tests</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>

<name>Goldman Sachs Collections Scala Unit Test Suite</name>

Expand All @@ -52,21 +52,21 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>

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

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

Expand Down
8 changes: 4 additions & 4 deletions serialization-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>serialization-tests</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>

<name>Goldman Sachs Collections Serialization Test Suite</name>

Expand All @@ -50,21 +50,21 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>

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

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

Expand Down
10 changes: 5 additions & 5 deletions unit-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>unit-tests</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>

<name>Goldman Sachs Collections Unit Test Suite</name>

Expand All @@ -49,21 +49,21 @@
<dependency>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>

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

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

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

0 comments on commit 4a7e11a

Please sign in to comment.