Skip to content

Commit

Permalink
[GSCOLLECT-1658] Update version number to 7.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@910 d5c9223b-1aff-41ac-aadd-f810b4a99ac4
  • Loading branch information
motlin committed Oct 23, 2015
1 parent 3f72b48 commit 4750c92
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 34 deletions.
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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-api</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
6 changes: 3 additions & 3 deletions collections-testutils/pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-testutils</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</dependency>

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

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

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
7 changes: 3 additions & 4 deletions deploy.properties
@@ -1,6 +1,5 @@
#Tue, 09 Jun 2015 09:26:31 -0400
#
# Copyright 2013 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 @@ -16,8 +15,8 @@
#

#Tue, 09 Aug 2011 09:54:18 -0400
build.major=6
build.minor=2
build.major=7
build.minor=0
build.fix=0

build.version=${build.major}.${build.minor}.${build.fix}
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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>

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

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

<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-forkjoin</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</dependency>

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

<!-- Testing Dependencies -->

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

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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion scala-unit-tests/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<executions>
<execution>
<id>list</id>
Expand Down

0 comments on commit 4750c92

Please sign in to comment.