File tree 4 files changed +5
-9
lines changed
main/java/com/example/spanner
test/java/com/example/spanner 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 33
33
34
34
<maven .compiler.target>1.8</maven .compiler.target>
35
35
<maven .compiler.source>1.8</maven .compiler.source>
36
-
37
- <spanner .test.instance>default-instance</spanner .test.instance>
38
- <spanner .sample.database>mysample</spanner .sample.database>
39
- <spanner .quickstart.database>quickstart-db</spanner .quickstart.database>
40
36
</properties >
41
37
42
38
<modules >
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ limitations under the License.
101
101
<version >2.19.1</version >
102
102
<configuration >
103
103
<systemPropertyVariables >
104
- <spanner .test.instance>${spanner.test. instance} </spanner .test.instance>
105
- <spanner .sample.database>${spanner.sample.database} </spanner .sample.database>
106
- <spanner .quickstart.database>${spanner. quickstart.database} </spanner .quickstart.database>
104
+ <spanner .test.instance>default- instance</spanner .test.instance>
105
+ <spanner .sample.database>mysample </spanner .sample.database>
106
+ <spanner .quickstart.database>quickstart-db </spanner .quickstart.database>
107
107
</systemPropertyVariables >
108
108
</configuration >
109
109
</plugin >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2015 Google Inc.
2
+ * Copyright 2017 Google Inc.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2015 Google Inc.
2
+ * Copyright 2017 Google Inc.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments