Skip to content

Commit

Permalink
chore(ci): xml namespace declaration in samples/snippets/pom.xml (#1199)
Browse files Browse the repository at this point in the history
* xml namespace declaration in samples/snippets/pom.xml

* format
  • Loading branch information
suztomo committed Mar 25, 2021
1 parent 9b9d378 commit a62ee9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/snippets/pom.xml
@@ -1,3 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--
~ Copyright 2020 Google LLC
~
Expand All @@ -13,7 +14,9 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example.bigquery</groupId>
<artifactId>bigquery-google-cloud-samples</artifactId>
Expand Down

0 comments on commit a62ee9f

Please sign in to comment.