Skip to content

Commit 0ca2cc1

Browse files
igorbernstein2chingor13
authored andcommitted
---
yaml --- r: 15343 b: refs/heads/autosynth-containeranalysis c: ba459e4 h: refs/heads/master i: 15341: 420f91a 15339: 6785ab3 15335: f68c578 15327: 4b93cec
1 parent de5dd45 commit 0ca2cc1

2 files changed

Lines changed: 42 additions & 7 deletions

File tree

  • branches/autosynth-containeranalysis/google-cloud-testing/google-cloud-bigtable-emulator

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigquerydatatransfer: a6667617707608b1dbfb02d59c22b5152f208
128128
refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
129129
refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131-
refs/heads/autosynth-containeranalysis: d122744fa3d43ce2977f3417fa6b5d6e0c2fa24e
131+
refs/heads/autosynth-containeranalysis: ba459e4a07e5bed9bfba2a86a7087c505c617c21
132132
refs/heads/autosynth-datastore: af1fb76aa3eee02fe6f31f8fa1c72a4f048d149b
133133
refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6

branches/autosynth-containeranalysis/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<parent>
6-
<artifactId>google-cloud-testing</artifactId>
7-
<groupId>com.google.cloud</groupId>
8-
<version>0.72.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-testing:current} -->
9-
</parent>
105
<modelVersion>4.0.0</modelVersion>
116

7+
<groupId>com.google.cloud</groupId>
128
<artifactId>google-cloud-bigtable-emulator</artifactId>
139
<version>0.72.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} -->
1410

11+
<properties>
12+
<site.installationModule>google-cloud-testing</site.installationModule>
13+
</properties>
14+
1515
<distributionManagement>
1616
<snapshotRepository>
1717
<id>sonatype-nexus-snapshots</id>
@@ -25,6 +25,18 @@
2525

2626
<build>
2727
<plugins>
28+
<plugin>
29+
<artifactId>maven-compiler-plugin</artifactId>
30+
<version>3.7.0</version>
31+
<configuration>
32+
<source>1.7</source>
33+
<target>1.7</target>
34+
<encoding>UTF-8</encoding>
35+
<compilerArgument>-Xlint:unchecked</compilerArgument>
36+
<compilerArgument>-Xlint:deprecation</compilerArgument>
37+
<showDeprecation>true</showDeprecation>
38+
</configuration>
39+
</plugin>
2840
<plugin>
2941
<groupId>com.google.cloud</groupId>
3042
<artifactId>google-cloud-gcloud-maven-plugin</artifactId>
@@ -51,6 +63,16 @@
5163
</executions>
5264
</plugin>
5365

66+
<plugin>
67+
<groupId>org.apache.maven.plugins</groupId>
68+
<artifactId>maven-site-plugin</artifactId>
69+
<version>3.4</version>
70+
</plugin>
71+
<plugin>
72+
<groupId>org.apache.maven.plugins</groupId>
73+
<artifactId>maven-deploy-plugin</artifactId>
74+
<version>2.7</version>
75+
</plugin>
5476
<plugin>
5577
<groupId>org.sonatype.plugins</groupId>
5678
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -60,12 +82,23 @@
6082
<serverId>ossrh</serverId>
6183
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
6284
<autoReleaseAfterClose>false</autoReleaseAfterClose>
63-
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
6485
</configuration>
6586
</plugin>
6687
</plugins>
6788
</build>
6889

90+
<dependencyManagement>
91+
<dependencies>
92+
<dependency>
93+
<groupId>com.google.cloud</groupId>
94+
<artifactId>google-cloud-bom</artifactId>
95+
<version>0.72.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
96+
<type>pom</type>
97+
<scope>import</scope>
98+
</dependency>
99+
</dependencies>
100+
</dependencyManagement>
101+
69102
<dependencies>
70103
<!-- grpc deps are provided by the client -->
71104
<dependency>
@@ -91,13 +124,15 @@
91124
<dependency>
92125
<groupId>junit</groupId>
93126
<artifactId>junit</artifactId>
127+
<version>4.12</version>
94128
<scope>compile</scope>
95129
<optional>true</optional>
96130
</dependency>
97131

98132
<dependency>
99133
<groupId>com.google.truth</groupId>
100134
<artifactId>truth</artifactId>
135+
<version>0.30</version>
101136
<scope>test</scope>
102137
</dependency>
103138

0 commit comments

Comments
 (0)