Skip to content

Commit

Permalink
[GSCOLLECT-1352] Update version number to 5.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@587 d5c9223b-1aff-41ac-aadd-f810b4a99ac4
  • Loading branch information
motlin committed Mar 21, 2014
1 parent 9cc578c commit d449b18
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions acceptance-tests/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>acceptance-tests</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions collections-api/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down Expand Up @@ -360,7 +360,7 @@
<comparisonArtifact>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>4.0.0</version>
<version>5.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>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
</dependency>

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

<dependency>
Expand Down Expand Up @@ -359,7 +359,7 @@
<comparisonArtifact>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-testutils</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
</comparisonArtifact>
</comparisonArtifacts>
<textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
Expand Down
8 changes: 4 additions & 4 deletions collections/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down Expand Up @@ -367,7 +367,7 @@
<comparisonArtifact>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
</comparisonArtifact>
</comparisonArtifacts>
<textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
Expand Down
4 changes: 2 additions & 2 deletions gs-collections-code-generator-ant/pom.xml
Expand Up @@ -23,7 +23,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-ant</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
</dependency>

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

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
</dependency>

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

<artifactId>gs-collections-code-generator</artifactId>
<groupId>com.goldmansachs</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>5.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>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
</dependency>

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

<!-- Testing Dependencies -->

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

Expand Down Expand Up @@ -360,7 +360,7 @@
<comparisonArtifact>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-forkjoin</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
</comparisonArtifact>
</comparisonArtifacts>
<textOutputFile>${project.build.directory}/clirr.txt</textOutputFile>
Expand Down
10 changes: 5 additions & 5 deletions performance-tests/pom.xml
Expand Up @@ -23,7 +23,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>performance-tests</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

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

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

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

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>4.3.0-SNAPSHOT</version>
<version>5.0.0</version>

<packaging>pom</packaging>

Expand Down
8 changes: 4 additions & 4 deletions scala-unit-tests/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>scala-unit-tests</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

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

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

Expand Down
8 changes: 4 additions & 4 deletions serialization-tests/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>serialization-tests</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.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.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

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

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

Expand Down

0 comments on commit d449b18

Please sign in to comment.