File tree Expand file tree Collapse file tree
branches/autosynth-bigquerydatatransfer
google-cloud-testing/google-cloud-bigtable-emulator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125125refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
126126refs/heads/autosynth-automl: cced2f56bbef0499609073edbca6253e1df5e535
127- refs/heads/autosynth-bigquerydatatransfer: 052c4a9826fa988ec129bea3dc1324ff5f5cd430
127+ refs/heads/autosynth-bigquerydatatransfer: fe59de257cd8535d486c11a67df8db664c7379b4
128128refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129129refs/heads/autosynth-bigtable: fa0d1de9e264d7ecac8a3abc3de7a8364cfaf427
130130refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
Original file line number Diff line number Diff line change 103103 <plugin >
104104 <groupId >org.apache.maven.plugins</groupId >
105105 <artifactId >maven-failsafe-plugin</artifactId >
106- <version >2.19.1 </version >
106+ <version >3.0.0-M3 </version >
107107 <executions >
108108 <execution >
109109 <goals >
121121 <dependency >
122122 <groupId >org.apache.maven.surefire</groupId >
123123 <artifactId >surefire-junit4</artifactId >
124- <version >2.19.1 </version >
124+ <version >3.0.0-M3 </version >
125125 </dependency >
126126 </dependencies >
127127 </plugin >
128128 <plugin >
129129 <artifactId >maven-surefire-plugin</artifactId >
130- <version >2.19.1 </version >
130+ <version >3.0.0-M3 </version >
131131 <dependencies >
132132 <dependency >
133133 <groupId >org.apache.maven.surefire</groupId >
134134 <artifactId >surefire-junit4</artifactId >
135- <version >2.19.1 </version >
135+ <version >3.0.0-M3 </version >
136136 </dependency >
137137 </dependencies >
138138 </plugin >
Original file line number Diff line number Diff line change 9696 <plugins >
9797 <plugin >
9898 <artifactId >maven-surefire-plugin</artifactId >
99- <version >2.19.1 </version >
99+ <version >3.0.0-M3 </version >
100100 <dependencies >
101101 <dependency >
102102 <groupId >org.apache.maven.surefire</groupId >
103103 <artifactId >surefire-junit4</artifactId >
104- <version >2.19.1 </version >
104+ <version >3.0.0-M3 </version >
105105 </dependency >
106106 </dependencies >
107107 </plugin >
Original file line number Diff line number Diff line change 4444 <plugin >
4545 <groupId >org.apache.maven.plugins</groupId >
4646 <artifactId >maven-surefire-plugin</artifactId >
47- <version >2.12.4 </version >
47+ <version >3.0.0-M3 </version >
4848 <configuration >
4949 <excludedGroups >com.google.cloud.spanner.IntegrationTest</excludedGroups >
5050 <reportNameSuffix >sponge_log</reportNameSuffix >
5353 <plugin >
5454 <groupId >org.apache.maven.plugins</groupId >
5555 <artifactId >maven-failsafe-plugin</artifactId >
56- <version >2.19.1 </version >
56+ <version >3.0.0-M3 </version >
5757 <configuration >
5858 <systemPropertyVariables >
5959 <spanner .testenv.config.class>com.google.cloud.spanner.GceTestEnvConfig</spanner .testenv.config.class>
Original file line number Diff line number Diff line change 516516 <plugin >
517517 <groupId >org.apache.maven.plugins</groupId >
518518 <artifactId >maven-surefire-plugin</artifactId >
519- <version >2.19.1 </version >
519+ <version >3.0.0-M3 </version >
520520 <configuration >
521521 <!-- Excludes integration tests and smoke tests when unit tests are run -->
522522 <excludes >
574574 <plugin >
575575 <groupId >org.apache.maven.plugins</groupId >
576576 <artifactId >maven-failsafe-plugin</artifactId >
577- <version >2.19.1 </version >
577+ <version >3.0.0-M3 </version >
578578 <executions >
579579 <execution >
580580 <goals >
906906 <plugin >
907907 <groupId >org.apache.maven.plugins</groupId >
908908 <artifactId >maven-failsafe-plugin</artifactId >
909- <version >2.19.1 </version >
909+ <version >3.0.0-M3 </version >
910910 <executions >
911911 <execution >
912912 <goals >
Original file line number Diff line number Diff line change 189189 <plugin >
190190 <groupId >org.apache.maven.plugins</groupId >
191191 <artifactId >maven-failsafe-plugin</artifactId >
192- <version >2.19.1 </version >
192+ <version >3.0.0-M3 </version >
193193 <configuration >
194194 <excludes >
195195 <exclude >**/IT*.java</exclude >
223223 <plugin >
224224 <groupId >org.apache.maven.plugins</groupId >
225225 <artifactId >maven-failsafe-plugin</artifactId >
226- <version >2.19.1 </version >
226+ <version >3.0.0-M3 </version >
227227 <configuration >
228228 <excludes combine.self=" override" ></excludes >
229229 </configuration >
Original file line number Diff line number Diff line change 113113 <autoReleaseAfterClose >false</autoReleaseAfterClose >
114114 </configuration >
115115 </plugin >
116+ <plugin >
117+ <groupId >org.apache.maven.plugins</groupId >
118+ <artifactId >maven-surefire-plugin</artifactId >
119+ <version >3.0.0-M3</version >
120+ </plugin >
116121 </plugins >
117122 </build >
118123
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >org.apache.maven.plugins</groupId >
1919 <artifactId >maven-surefire-plugin</artifactId >
20- <version >2.17 </version >
20+ <version >3.0.0-M3 </version >
2121 <scope >test</scope >
2222 </dependency >
2323 </dependencies >
2424 <build >
2525 <plugins >
2626 <plugin >
2727 <artifactId >maven-surefire-plugin</artifactId >
28- <version >2.17 </version >
28+ <version >3.0.0-M3 </version >
2929 <dependencies >
3030 <dependency >
3131 <groupId >org.apache.maven.surefire</groupId >
3232 <artifactId >surefire-junit4</artifactId >
33- <version >2.17 </version >
33+ <version >3.0.0-M3 </version >
3434 </dependency >
3535 </dependencies >
3636 </plugin >
You can’t perform that action at this time.
0 commit comments