Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 08ad632

Browse files
author
shubay
committed
Change pom.xml to make it ready for google-maven-repository.
1 parent 4347143 commit 08ad632

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

pom.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
<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/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24
<modelVersion>4.0.0</modelVersion>
5+
<parent>
6+
<groupId>com.google</groupId>
7+
<artifactId>google</artifactId>
8+
<version>1</version>
9+
</parent>
310
<groupId>com.google.visualization</groupId>
411
<artifactId>visualization-datasource</artifactId>
512
<name>Google Visualization Data Source Library</name>
613
<version>1.0</version>
7-
<description>This library makes it easy to implement a Visualization data source so that you can easily chart or visualize your data from any of your data stores. The library implements the Google Visualization API wire protocol and query language. You therefore need write only the code required to make your data available to the library in the form of a data table. This task is made easier by the provision of abstract classes and helper functions.</description>
14+
<description>This library makes it easy to implement a Visualization data source so that you can
15+
easily chart or visualize your data from any of your data stores.
16+
The library implements the Google Visualization API wire protocol and query language.
17+
You therefore need write only the code required to make your data available to the library in
18+
the form of a data table.
19+
This task is made easier by the provision of abstract classes and helper
20+
functions.</description>
821
<properties>
922
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1023
</properties>

0 commit comments

Comments
 (0)