Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master 950bea665 -> 7348c3bf1
Updated Tags:  refs/tags/v3.1.0-rc2 [created] 0e1ae23d7


Fix release announcement filename


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/0e1ae23d
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/0e1ae23d
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/0e1ae23d

Branch: refs/heads/master
Commit: 0e1ae23d79c9f6d92337a13c9c15318a1c7570dc
Parents: 950bea6
Author: Francis Chuang <[email protected]>
Authored: Thu Sep 6 08:55:03 2018 +1000
Committer: Francis Chuang <[email protected]>
Committed: Thu Sep 6 08:55:03 2018 +1000

----------------------------------------------------------------------
 site/_docs/go_history.md                        |  1 +
 .../2018-09-10-release avatica-go-3.1.0.md      | 37 --------------------
 .../2018-09-10-release-avatica-go-3.1.0.md      | 37 ++++++++++++++++++++
 3 files changed, 38 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/0e1ae23d/site/_docs/go_history.md
----------------------------------------------------------------------
diff --git a/site/_docs/go_history.md b/site/_docs/go_history.md
index 7eb323d..4b4b858 100644
--- a/site/_docs/go_history.md
+++ b/site/_docs/go_history.md
@@ -66,6 +66,7 @@ Features and bug fixes
   Update release script to check ending copyright year in NOTICE file
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-2534";>CALCITE-2534</a>]
   Update release script to check that AVATICA_VER are the same in both 
gen-protobuf.sh and gen-protobuf.bat
+* Fix 3.1.0 release annoucement filename
 
 Web site and documentation
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/0e1ae23d/site/_posts/2018-09-10-release
 avatica-go-3.1.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-09-10-release avatica-go-3.1.0.md 
b/site/_posts/2018-09-10-release avatica-go-3.1.0.md
deleted file mode 100644
index 45fd7bd..0000000
--- a/site/_posts/2018-09-10-release avatica-go-3.1.0.md        
+++ /dev/null
@@ -1,37 +0,0 @@
----
-layout: news_item
-date: "2018-09-10 00:00:00 +0000"
-author: francischuang
-version: 3.1.0
-categories: [release]
-tag: v3-1-0
-sha: d328101
-component: avatica-go
----
-<!--
-{% comment %}
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-{% endcomment %}
--->
-
-Apache Calcite Avatica Go 3.1.0 is a minor release of the Avatica Go client to 
bring in support for Go modules.
-This release includes updated dependencies, testing against more targets and 
[support for Go Modules]({{ site.baseurl }}/docs/go_history.html#v3-1-0).
-
-Go 1.11 along with Go modules support was released at the end of August 2018. 
Go modules will become the
-official package management solution for Go projects. As the Go team currently 
supports both Go 1.11 and Go 1.10,
-the Gopkg.toml and Gopkg.lock files are still available for those using dep 
for package management. We plan to
-remove support for dep when Go 1.12 is released in early 2019, so we encourage 
users to upgrade to Go 1.11 and use
-Go modules where possible.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/0e1ae23d/site/_posts/2018-09-10-release-avatica-go-3.1.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-09-10-release-avatica-go-3.1.0.md 
b/site/_posts/2018-09-10-release-avatica-go-3.1.0.md
new file mode 100644
index 0000000..45fd7bd
--- /dev/null
+++ b/site/_posts/2018-09-10-release-avatica-go-3.1.0.md
@@ -0,0 +1,37 @@
+---
+layout: news_item
+date: "2018-09-10 00:00:00 +0000"
+author: francischuang
+version: 3.1.0
+categories: [release]
+tag: v3-1-0
+sha: d328101
+component: avatica-go
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+Apache Calcite Avatica Go 3.1.0 is a minor release of the Avatica Go client to 
bring in support for Go modules.
+This release includes updated dependencies, testing against more targets and 
[support for Go Modules]({{ site.baseurl }}/docs/go_history.html#v3-1-0).
+
+Go 1.11 along with Go modules support was released at the end of August 2018. 
Go modules will become the
+official package management solution for Go projects. As the Go team currently 
supports both Go 1.11 and Go 1.10,
+the Gopkg.toml and Gopkg.lock files are still available for those using dep 
for package management. We plan to
+remove support for dep when Go 1.12 is released in early 2019, so we encourage 
users to upgrade to Go 1.11 and use
+Go modules where possible.
\ No newline at end of file

Reply via email to