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

Commit 05bf25e

Browse files
Prepare for release 1.1.1 - Upgrade build version. Update release notes.
1 parent 2791a53 commit 05bf25e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ReleaseNotes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.1.0
1+
Version 1.1.1
22
-----------------------------------------
33
- Move from google-collect-1.0 to guava-r07.
44
- Changed Json output to be valid Json format: Added quotation marks around
@@ -8,6 +8,7 @@ Version 1.1.0
88
- Added setCell method to DataTable class.
99
- Added support for SKIPPING clause in the query language.
1010
- Added support for MODULO operator in the query language.
11+
- Fixed bug: Response content type for JSON/P is not valid.
1112
- Fixed bug: java.util.TreeMap initialization in QueryEngine causes
1213
compilation error.
1314
- Fixed bug: Where clause with column names that contain spaces does not work

build-src/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<pathelement location="${servlet-api.jar}"/>
5959
</classpath>
6060
</javac>
61-
<jar destfile="${build}/visualization-datasource-1.1.0.jar"
61+
<jar destfile="${build}/visualization-datasource-1.1.1.jar"
6262
basedir="${build.class.main}"/>
6363
</target>
6464

@@ -124,7 +124,7 @@
124124

125125
<!-- Jar the sources. -->
126126
<target name="source-jar">
127-
<jar destfile="${build}/visualization-datasource-1.1.0-src.jar"
127+
<jar destfile="${build}/visualization-datasource-1.1.1-src.jar"
128128
basedir="${src}/main/java" />
129129
</target>
130130

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.google.visualization</groupId>
1111
<artifactId>visualization-datasource</artifactId>
1212
<name>Google Visualization Data Source Library</name>
13-
<version>1.1.0</version>
13+
<version>1.1.1</version>
1414
<description>This library makes it easy to implement a Visualization data source so that you can
1515
easily chart or visualize your data from any of your data stores.
1616
The library implements the Google Visualization API wire protocol and query language.

0 commit comments

Comments
 (0)