Skip to content

Commit

Permalink
[GSCOLLECT-1669] Update version number in the pom.xml files.
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@927 d5c9223b-1aff-41ac-aadd-f810b4a99ac4
  • Loading branch information
itohro committed Feb 17, 2016
1 parent 1692dbb commit febaf1b
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 48 deletions.
4 changes: 2 additions & 2 deletions acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions collections-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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>7.0.1</version>
<version>7.0.2-SNAPSHOT</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.1</version>
<version>7.0.2-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
8 changes: 4 additions & 4 deletions collections-testutils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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-testutils</artifactId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</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.1</version>
<version>7.0.2-SNAPSHOT</version>
</dependency>

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

<dependency>
Expand Down
19 changes: 15 additions & 4 deletions collections/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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>7.0.1</version>
<version>7.0.2-SNAPSHOT</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.1</version>
<version>7.0.2-SNAPSHOT</version>
</dependency>

<!-- External dependencies -->
Expand All @@ -98,6 +98,17 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
<version>7.0.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<version>7.0.0</version>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -222,7 +233,7 @@
<plugin>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-code-generator-maven-plugin</artifactId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
6 changes: 3 additions & 3 deletions gs-collections-code-generator-ant/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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>7.0.1</version>
<version>7.0.2-SNAPSHOT</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.1</version>
<version>7.0.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions gs-collections-code-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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>7.0.1</version>
<version>7.0.2-SNAPSHOT</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.1</version>
<version>7.0.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gs-collections-code-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>

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

Expand Down
10 changes: 5 additions & 5 deletions gs-collections-forkjoin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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-forkjoin</artifactId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</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.1</version>
<version>7.0.2-SNAPSHOT</version>
</dependency>

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

<!-- Testing Dependencies -->

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

Expand Down
4 changes: 2 additions & 2 deletions jmh-scala-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions jmh-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions junit-trait-runner/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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 @@ -24,7 +24,7 @@
<parent>
<groupId>com.goldmansachs</groupId>
<artifactId>gs-collections-parent</artifactId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</parent>

<artifactId>junit-trait-runner</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions memory-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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 @@ -21,7 +21,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions performance-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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 @@ -21,7 +21,7 @@
<parent>
<artifactId>gs-collections-parent</artifactId>
<groupId>com.goldmansachs</groupId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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 @@ -24,7 +24,7 @@

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

<packaging>pom</packaging>

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

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions serialization-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2015 Goldman Sachs.
~ Copyright 2016 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>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit febaf1b

Please sign in to comment.