Skip to content

Commit eb1eca2

Browse files
committed
Versioning cleanup:
- fix versioning script (grpc.version issue) - better version resolution (via dependencyManagement instead of usage of properties defined in parent pom as dependencies version) - should also fix LICENSE resolution by versioneye.com and dependency ci (google-cloud-* moudles should now display correct licenses instead of UKNOWN) - fix link in readmes to versioneye.com (old link points to 0.7.1 which is not getting updated - fix security issue dependency in google-cloud-dns - removed "test" scope in dependencyManagement for various libs (considered bad practice, plus potentially causes an issue with datastore lib)
1 parent 3d321a1 commit eb1eca2

46 files changed

Lines changed: 405 additions & 178 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
88
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.google.cloud%22%20a%3A%22google-cloud%22)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
10-
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
10+
[![Dependency Status](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772)
1111

1212
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
1313
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs)

google-cloud-bigquery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Java idiomatic client for [Google Cloud BigQuery](https://cloud.google.com/bigqu
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
88
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
10-
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
10+
[![Dependency Status](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772)
1111

1212
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
1313
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/bigquery/package-summary.html)

google-cloud-bigquery/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@
2222
<dependency>
2323
<groupId>${project.groupId}</groupId>
2424
<artifactId>google-cloud-core</artifactId>
25-
<version>${core.version}</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>
2928
<artifactId>google-cloud-core-http</artifactId>
30-
<version>${core-http.version}</version>
3129
</dependency>
3230
<dependency>
3331
<groupId>${project.groupId}</groupId>
3432
<artifactId>google-cloud-storage</artifactId>
35-
<version>${storage.version}</version>
3633
<scope>test</scope>
3734
</dependency>
3835
<dependency>
@@ -50,7 +47,6 @@
5047
<dependency>
5148
<groupId>${project.groupId}</groupId>
5249
<artifactId>google-cloud-core</artifactId>
53-
<version>${core.version}</version>
5450
<type>test-jar</type>
5551
<scope>test</scope>
5652
</dependency>

google-cloud-compute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Java idiomatic client for [Google Cloud Compute](https://cloud.google.com/comput
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
88
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-compute.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-compute.svg)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
10-
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
10+
[![Dependency Status](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772)
1111

1212
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
1313
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/compute/package-summary.html)

google-cloud-compute/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
<dependency>
2323
<groupId>${project.groupId}</groupId>
2424
<artifactId>google-cloud-core</artifactId>
25-
<version>${core.version}</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>
2928
<artifactId>google-cloud-core-http</artifactId>
30-
<version>${core-http.version}</version>
3129
</dependency>
3230
<dependency>
3331
<groupId>com.google.apis</groupId>
@@ -44,7 +42,6 @@
4442
<dependency>
4543
<groupId>${project.groupId}</groupId>
4644
<artifactId>google-cloud-core</artifactId>
47-
<version>${core.version}</version>
4845
<type>test-jar</type>
4946
<scope>test</scope>
5047
</dependency>

google-cloud-contrib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Packages that provide higher-level abstraction/functionality for common Google C
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
88
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-contrib.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-contrib.svg)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
10-
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
10+
[![Dependency Status](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772)
1111

1212
Contents
1313
--------

google-cloud-contrib/google-cloud-nio-examples/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
2323
<artifactId>google-cloud-storage</artifactId>
24-
<version>${storage.version}</version>
2524
</dependency>
2625
</dependencies>
2726
<build>

google-cloud-contrib/google-cloud-nio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for interacting with Google Cloud Storage.
1111
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
1212
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-nio.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-nio.svg)
1313
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
14-
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
14+
[![Dependency Status](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772)
1515

1616
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
1717
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/storage/package-summary.html)

google-cloud-contrib/google-cloud-nio/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
2323
<artifactId>google-cloud-storage</artifactId>
24-
<version>${storage.version}</version>
2524
</dependency>
2625
<dependency>
2726
<groupId>com.google.guava</groupId>

google-cloud-core-grpc/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-core</artifactId>
25-
<version>${core.version}</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>com.google.guava</groupId>
@@ -50,7 +49,6 @@
5049
<dependency>
5150
<groupId>io.grpc</groupId>
5251
<artifactId>grpc-protobuf</artifactId>
53-
<version>${grpc.version}</version>
5452
</dependency>
5553
<dependency>
5654
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)