[phoenix-omid] branch master updated: OMID-190 Update website for 1.0.2

2020-11-23 Thread stoty
This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
 new 90e13cc  OMID-190 Update website for 1.0.2
90e13cc is described below

commit 90e13cc71b284ef09b08a356b35935832304053d
Author: Istvan Toth 
AuthorDate: Mon Nov 23 07:53:42 2020 +0100

OMID-190 Update website for 1.0.2
---
 doc/site/markdown/mailing-lists.md |  6 +++---
 doc/site/site.xml  | 20 +++-
 pom.xml| 15 +--
 3 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/doc/site/markdown/mailing-lists.md 
b/doc/site/markdown/mailing-lists.md
index f0f6b92..1c69bf4 100644
--- a/doc/site/markdown/mailing-lists.md
+++ b/doc/site/markdown/mailing-lists.md
@@ -11,16 +11,16 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-# Mailing Lists @ Apache Incubator
+# Mailing Lists @ Apache Phoenix
 
 | Developers   | Commits   |
 |  | --|
-| d...@omid.incubator.apache.org| comm...@omid.incubator.apache.org |
+| d...@phoenix.apache.org| commits@phoenix.apache.org |
 
 ## Subscribe
 
 In order to subscribe to a list, please add the '-subscribe' suffix to the 
identifier in each list and send an email. 
-For example use dev-subscr...@omid.incubator.apache.org to subscribe to the 
list of developers.
+For example use dev-subscr...@phoenix.apache.org to subscribe to the list of 
developers.
 
 ## Unsubscribe
 Use the '-unsubscribe' suffix to unsubscribe from a list.
diff --git a/doc/site/site.xml b/doc/site/site.xml
index 7fa3829..f8f094a 100644
--- a/doc/site/site.xml
+++ b/doc/site/site.xml
@@ -1,4 +1,4 @@
-
+
 
 
 org.apache.maven.skins
@@ -31,16 +31,9 @@
 200
 
 
-
-Apache Incubator
-http://incubator.apache.org/images/egg-logo2.png
-http://incubator.apache.org/
-200
-
-
 
 
-
+
 
 
 http://maven.apache.org/"; 
img="http://maven.apache.org/images/logos/maven-feather.png"/>
@@ -50,12 +43,13 @@
 
 
 
-
+
 
 
 
-https://github.com/apache/incubator-omid"; />
-https://dist.apache.org/repos/dist/release/incubator/omid/"; />
+https://github.com/apache/phoenix-omid"; />
+https://dist.apache.org/repos/dist/release/incubator/omid/"; />
+https://dist.apache.org/repos/dist/release/phoenix/"; />
 
 
 
@@ -72,7 +66,7 @@
 
 
 
-https://git-wip-us.apache.org/repos/asf/phoenix-omid.git"; />
+https://gitbox.apache.org/repos/asf/phoenix-omid.git"; />
 https://issues.apache.org/jira/browse/Omid"; />
 
 
diff --git a/pom.xml b/pom.xml
index 99ace3b..41cba74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,12 +128,23 @@
 
 
 
-
https://gitbox.apache.org/repos/asf/phoenix-omid.git
+
scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git
 
scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git
-https://gitbox.apache.org/repos/asf/phoenix-omid.git
+scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git
 master
 
 
+
+
+apache-omid-site
+
+
git:asf-site://https://gitbox.apache.org/repos/asf/phoenix-omid-site.git
+
+
+
 
 
 



[phoenix-tephra] 01/01: TEPHRA-315 tephra-example maven setup is broken

2020-11-23 Thread stoty
This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch release/0.16.0
in repository https://gitbox.apache.org/repos/asf/phoenix-tephra.git

commit 708a937a1165d9a7805de0ba3e5d8d5ba51703cd
Author: Istvan Toth 
AuthorDate: Mon Nov 16 09:50:26 2020 +0100

TEPHRA-315 tephra-example maven setup is broken

fix examples maven structure
update some maven plugin versions
---
 pom.xml|  70 +
 tephra-core-shaded/pom.xml |  41 +--
 tephra-core/pom.xml|   1 -
 .../tephra-examples-post-1.3/hbase-1.3/pom.xml |   1 -
 .../tephra-examples-post-1.3/hbase-1.4/pom.xml |   8 +-
 .../org/apache/tephra/examples/BalanceBooks.java   | 341 -
 .../org/apache/tephra/examples/package-info.java   |  40 ---
 .../apache/tephra/examples/BalanceBooksTest.java   | 137 -
 .../tephra-examples-post-1.3/hbase-1.5/pom.xml |   8 +-
 .../tephra-examples-post-1.3/hbase-1.6/pom.xml |   8 +-
 .../tephra-examples-post-1.3/hbase-2.0/pom.xml |  29 +-
 .../org/apache/tephra/examples/BalanceBooks.java   | 341 -
 .../org/apache/tephra/examples/package-info.java   |  40 ---
 .../apache/tephra/examples/BalanceBooksTest.java   | 137 -
 .../tephra-examples-post-1.3/hbase-2.1/pom.xml |  29 +-
 .../tephra-examples-post-1.3/hbase-2.2/pom.xml |  29 +-
 .../tephra-examples-post-1.3/hbase-2.3/pom.xml |  29 +-
 tephra-examples/tephra-examples-post-1.3/pom.xml   |   1 -
 tephra-examples/tephra-examples-pre-1.3/pom.xml|   1 -
 tephra-hbase-compat-1.1-base/pom.xml   |   1 -
 tephra-hbase-compat-1.4-base/pom.xml   |   1 -
 tephra-hbase-compat-2.0-base/pom.xml   |   1 -
 22 files changed, 99 insertions(+), 1195 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0acd1bd..f923fe6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,6 @@
 
   org.apache.maven.plugins
   maven-compiler-plugin
-  3.1
   
 1.7
 1.7
@@ -418,7 +417,6 @@
 
   org.apache.maven.plugins
   maven-surefire-plugin
-  2.14.1
   
 -Xmx4096m -Djava.awt.headless=true -XX:MaxPermSize=256m 
-Djava.net.preferIPv4Stack=true
 
${surefire.redirectTestOutputToFile}
@@ -441,11 +439,16 @@
   
 
 
+
+  org.codehaus.mojo
+  build-helper-maven-plugin
+  3.2.0
+
+
 
 
   org.apache.rat
   apache-rat-plugin
-  0.10
   
 
   rat-check
@@ -516,7 +519,6 @@
 
   org.apache.maven.plugins
   maven-release-plugin
-  2.5
   
 v@{project.version}
 true
@@ -538,22 +540,18 @@
   
 org.apache.maven.plugins
 maven-compiler-plugin
-3.1
   
   
 org.apache.maven.plugins
 maven-surefire-plugin
-2.14.1
   
   
 org.apache.rat
 apache-rat-plugin
-0.10
   
   
 org.apache.maven.plugins
 maven-checkstyle-plugin
-2.12.1
   
   
 org.apache.maven.plugins
@@ -652,62 +650,6 @@
 
   
 
-
-
-
-  apache-release
-  
-
-  
-org.apache.maven.plugins
-maven-assembly-plugin
-
-  apache-tephra-${project.version}
-  
-tar.gz
-  
-
-  
-  
-org.apache.maven.plugins
-maven-remote-resources-plugin
-
-  
-  true
-
-  
-
-  
-  
-false
-net.ju-n.maven.plugins
-checksum-maven-plugin
-
-  
-
-  files
-
-  
-
-
-  
-MD5
-SHA-512
-  
-  
-
-  ${project.build.directory}
-  
-
apache-tephra-${project.version}-${sourceReleaseAssemblyDescriptor}.tar.gz
-  
-
-  
-
-  
-
-  
-
-
   
 
 
diff --git a/tephra-core-shaded/pom.xml b/tephra-core-shaded/pom.xml
index 3e63b24..33a1ae6 100644
--- a/tephra-core-shaded/pom.xml
+++ b/tephra-core-shaded/pom.xml
@@ -45,6 +45,21 @@
 org.apache.maven.plugins
 maven-shade-plugin
 
+  true
+
${basedir}/target/dependency-reduced-pom.xml
+true
+
+  
+org.apache.tephra:tephra-core
+org.apache.twill:twill-api
+org.apache.twill:twill-common
+org.apache.tw

[phoenix-tephra] branch release/0.16.0 created (now 708a937)

2020-11-23 Thread stoty
This is an automated email from the ASF dual-hosted git repository.

stoty pushed a change to branch release/0.16.0
in repository https://gitbox.apache.org/repos/asf/phoenix-tephra.git.


  at 708a937  TEPHRA-315 tephra-example maven setup is broken

This branch includes the following new commits:

 new 708a937  TEPHRA-315 tephra-example maven setup is broken

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[phoenix-tephra] branch master updated: TEPHRA-315 tephra-example maven setup is broken

2020-11-23 Thread stoty
This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-tephra.git


The following commit(s) were added to refs/heads/master by this push:
 new 1520af3  TEPHRA-315 tephra-example maven setup is broken
1520af3 is described below

commit 1520af3d7c91b5a6292e5a37b516b85d66ddb115
Author: Istvan Toth 
AuthorDate: Mon Nov 16 09:50:26 2020 +0100

TEPHRA-315 tephra-example maven setup is broken

fix examples maven structure
update some maven plugin versions
---
 pom.xml|  70 +
 tephra-core-shaded/pom.xml |  41 +--
 tephra-core/pom.xml|   1 -
 .../tephra-examples-post-1.3/hbase-1.3/pom.xml |   1 -
 .../tephra-examples-post-1.3/hbase-1.4/pom.xml |   8 +-
 .../org/apache/tephra/examples/BalanceBooks.java   | 341 -
 .../org/apache/tephra/examples/package-info.java   |  40 ---
 .../apache/tephra/examples/BalanceBooksTest.java   | 137 -
 .../tephra-examples-post-1.3/hbase-1.5/pom.xml |   8 +-
 .../tephra-examples-post-1.3/hbase-1.6/pom.xml |   8 +-
 .../tephra-examples-post-1.3/hbase-2.0/pom.xml |  29 +-
 .../org/apache/tephra/examples/BalanceBooks.java   | 341 -
 .../org/apache/tephra/examples/package-info.java   |  40 ---
 .../apache/tephra/examples/BalanceBooksTest.java   | 137 -
 .../tephra-examples-post-1.3/hbase-2.1/pom.xml |  29 +-
 .../tephra-examples-post-1.3/hbase-2.2/pom.xml |  29 +-
 .../tephra-examples-post-1.3/hbase-2.3/pom.xml |  29 +-
 tephra-examples/tephra-examples-post-1.3/pom.xml   |   1 -
 tephra-examples/tephra-examples-pre-1.3/pom.xml|   1 -
 tephra-hbase-compat-1.1-base/pom.xml   |   1 -
 tephra-hbase-compat-1.4-base/pom.xml   |   1 -
 tephra-hbase-compat-2.0-base/pom.xml   |   1 -
 22 files changed, 99 insertions(+), 1195 deletions(-)

diff --git a/pom.xml b/pom.xml
index 71d..33741bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,6 @@
 
   org.apache.maven.plugins
   maven-compiler-plugin
-  3.1
   
 1.7
 1.7
@@ -418,7 +417,6 @@
 
   org.apache.maven.plugins
   maven-surefire-plugin
-  2.14.1
   
 -Xmx4096m -Djava.awt.headless=true -XX:MaxPermSize=256m 
-Djava.net.preferIPv4Stack=true
 
${surefire.redirectTestOutputToFile}
@@ -441,11 +439,16 @@
   
 
 
+
+  org.codehaus.mojo
+  build-helper-maven-plugin
+  3.2.0
+
+
 
 
   org.apache.rat
   apache-rat-plugin
-  0.10
   
 
   rat-check
@@ -516,7 +519,6 @@
 
   org.apache.maven.plugins
   maven-release-plugin
-  2.5
   
 v@{project.version}
 true
@@ -538,22 +540,18 @@
   
 org.apache.maven.plugins
 maven-compiler-plugin
-3.1
   
   
 org.apache.maven.plugins
 maven-surefire-plugin
-2.14.1
   
   
 org.apache.rat
 apache-rat-plugin
-0.10
   
   
 org.apache.maven.plugins
 maven-checkstyle-plugin
-2.12.1
   
   
 org.apache.maven.plugins
@@ -652,62 +650,6 @@
 
   
 
-
-
-
-  apache-release
-  
-
-  
-org.apache.maven.plugins
-maven-assembly-plugin
-
-  apache-tephra-${project.version}
-  
-tar.gz
-  
-
-  
-  
-org.apache.maven.plugins
-maven-remote-resources-plugin
-
-  
-  true
-
-  
-
-  
-  
-false
-net.ju-n.maven.plugins
-checksum-maven-plugin
-
-  
-
-  files
-
-  
-
-
-  
-MD5
-SHA-512
-  
-  
-
-  ${project.build.directory}
-  
-
apache-tephra-${project.version}-${sourceReleaseAssemblyDescriptor}.tar.gz
-  
-
-  
-
-  
-
-  
-
-
   
 
 
diff --git a/tephra-core-shaded/pom.xml b/tephra-core-shaded/pom.xml
index 20c3ffb..5475cce 100644
--- a/tephra-core-shaded/pom.xml
+++ b/tephra-core-shaded/pom.xml
@@ -45,6 +45,21 @@
 org.apache.maven.plugins
 maven-shade-plugin
 
+  true
+
${basedir}/target/dependency-reduced-pom.xml
+true
+
+  
+  

Apache-Phoenix | 4.x | HBase 1.6 | Build #116 FAILURE

2020-11-23 Thread Apache Jenkins Server

4.x branch  HBase 1.6  build #116 status FAILURE
Build #116 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/116/


Apache-Phoenix | 4.x | HBase 1.4 | Build #116 SUCCESS

2020-11-23 Thread Apache Jenkins Server

4.x branch  HBase 1.4  build #116 status SUCCESS
Build #116 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/116/


Apache-Phoenix | 4.x | HBase 1.3 | Build #116 FAILURE

2020-11-23 Thread Apache Jenkins Server

4.x branch  HBase 1.3  build #116 status FAILURE
Build #116 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/116/


[phoenix] branch 4.x updated (1c055e3 -> dbfa24e)

2020-11-23 Thread chinmayskulkarni
This is an automated email from the ASF dual-hosted git repository.

chinmayskulkarni pushed a change to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


from 1c055e3  PHOENIX-6155 : Use CompatRegionCoprocessorEnvironment 
(ADDENDUM)
 add dbfa24e  PHOENIX-5895 Leverage WALCellFilter in the 
SystemCatalogWALEntryFilter to replicate system catalog table

No new revisions were added by this update.

Summary of changes:
 .../replication/SystemCatalogWALEntryFilterIT.java | 17 +--
 .../replication/SystemCatalogWALEntryFilter.java   | 54 +++---
 2 files changed, 39 insertions(+), 32 deletions(-)



Apache-Phoenix | 4.x | HBase 1.3 | Build #115 FAILURE

2020-11-23 Thread Apache Jenkins Server

4.x branch  HBase 1.3  build #115 status FAILURE
Build #115 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/115/


Apache-Phoenix | 4.x | HBase 1.4 | Build #115 FAILURE

2020-11-23 Thread Apache Jenkins Server

4.x branch  HBase 1.4  build #115 status FAILURE
Build #115 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/115/


[phoenix] branch 4.x updated: PHOENIX-6155 : Use CompatRegionCoprocessorEnvironment (ADDENDUM)

2020-11-23 Thread chinmayskulkarni
This is an automated email from the ASF dual-hosted git repository.

chinmayskulkarni pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
 new 1c055e3  PHOENIX-6155 : Use CompatRegionCoprocessorEnvironment 
(ADDENDUM)
1c055e3 is described below

commit 1c055e3050c0e64ce009eb3127b62b08fd75ee3a
Author: Viraj Jasani 
AuthorDate: Mon Nov 23 18:43:04 2020 +0530

PHOENIX-6155 : Use CompatRegionCoprocessorEnvironment (ADDENDUM)

Signed-off-by: Chinmay Kulkarni 
---
 .../java/org/apache/phoenix/coprocessor/TaskMetaDataEndpointTest.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/phoenix-core/src/test/java/org/apache/phoenix/coprocessor/TaskMetaDataEndpointTest.java
 
b/phoenix-core/src/test/java/org/apache/phoenix/coprocessor/TaskMetaDataEndpointTest.java
index ae19bc6..fb2e9e9 100644
--- 
a/phoenix-core/src/test/java/org/apache/phoenix/coprocessor/TaskMetaDataEndpointTest.java
+++ 
b/phoenix-core/src/test/java/org/apache/phoenix/coprocessor/TaskMetaDataEndpointTest.java
@@ -32,6 +32,7 @@ import 
org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
 import org.apache.hadoop.hbase.regionserver.Region;
 import org.apache.hadoop.hbase.regionserver.RegionServerServices;
 import org.apache.hadoop.hbase.util.Bytes;
+import org.apache.phoenix.compat.hbase.CompatRegionCoprocessorEnvironment;
 import org.apache.phoenix.coprocessor.generated.MetaDataProtos;
 import org.apache.phoenix.coprocessor.generated.TaskMetaDataProtos;
 import org.apache.phoenix.protobuf.ProtobufUtil;
@@ -70,7 +71,7 @@ public class TaskMetaDataEndpointTest {
 MockitoAnnotations.initMocks(this);
 configuration = new Configuration();
 RegionCoprocessorEnvironment environment =
-new RegionCoprocessorEnvironment() {
+new CompatRegionCoprocessorEnvironment() {
 
 @Override
 public int getVersion() {



svn commit: r1883738 - in /phoenix/site: publish/download.html publish/js/download.js publish/language/datatypes.html publish/language/functions.html publish/language/index.html source/src/site/markdo

2020-11-23 Thread stoty
Author: stoty
Date: Mon Nov 23 08:01:14 2020
New Revision: 1883738

URL: http://svn.apache.org/viewvc?rev=1883738&view=rev
Log:
Add phoenix-omid 1.0.2 to downloads

Modified:
phoenix/site/publish/download.html
phoenix/site/publish/js/download.js
phoenix/site/publish/language/datatypes.html
phoenix/site/publish/language/functions.html
phoenix/site/publish/language/index.html
phoenix/site/source/src/site/markdown/download.md
phoenix/site/source/src/site/resources/js/download.js

Modified: phoenix/site/publish/download.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/download.html?rev=1883738&r1=1883737&r2=1883738&view=diff
==
--- phoenix/site/publish/download.html (original)
+++ phoenix/site/publish/download.html Mon Nov 23 08:01:14 2020
@@ -1,7 +1,7 @@
 
 
 
 
@@ -192,6 +192,17 @@
   
   
  
+ 
+  
+   
+   Phoenix Omid Version 
+   Release Date 
+   Download 
+   
+  
+  
+  
+ 
  
   

@@ -220,6 +231,8 @@ addRelease('4.14.0-cdh5.11.2','09/jun/20
 addRelease('5.0.0-alpha-HBase-2.0','09/feb/2018');
 addPhoenixdbRelease('1.0.0','18/sep/2020');
 addPhoenixThirdpartyRelease('1.0.0','26/okt/2020');
+addPhoenixOmidRelease('1.0.2','23/nov/2020');
+
 //]]>
 


Modified: phoenix/site/publish/js/download.js
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/js/download.js?rev=1883738&r1=1883737&r2=1883738&view=diff
==
--- phoenix/site/publish/js/download.js (original)
+++ phoenix/site/publish/js/download.js Mon Nov 23 08:01:14 2020
@@ -58,3 +58,18 @@ function addPhoenixThirdpartyRelease(ver
 '';
 document.getElementById('phoenix-thirdparty-releases').appendChild(tr);
 }
+
+function addPhoenixOmidRelease(version, date) {
+var tr = document.createElement('tr');
+tr.innerHTML =
+'' + version + '' +
+'' + date + '' +
+'' +
+  'src ' +
+  '  ' +
+  '[ sha512' +
+  ' | asc ]' +
+'' +
+'';
+document.getElementById('phoenix-omid-releases').appendChild(tr);
+}

Modified: phoenix/site/publish/language/datatypes.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1883738&r1=1883737&r2=1883738&view=diff
==
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Mon Nov 23 08:01:14 2020
@@ -1,7 +1,7 @@
 
 
 
 

Modified: phoenix/site/publish/language/functions.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1883738&r1=1883737&r2=1883738&view=diff
==
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Mon Nov 23 08:01:14 2020
@@ -1,7 +1,7 @@
 
 
 
 

Modified: phoenix/site/publish/language/index.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1883738&r1=1883737&r2=1883738&view=diff
==
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Mon Nov 23 08:01:14 2020
@@ -1,7 +1,7 @@
 
 
 
 

Modified: phoenix/site/source/src/site/markdown/download.md
URL: 
http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/download.md?rev=1883738&r1=1883737&r2=1883738&view=diff
==
--- phoenix/site/source/src/site/markdown/download.md (original)
+++ phoenix/site/source/src/site/markdown/download.md Mon Nov 23 08:01:14 2020
@@ -25,6 +25,14 @@ Current release 4.15.0 can run on Apache
 
 
 
+
+
+Phoenix Omid Version
+Release Date
+Download
+
+
+
 
 
 Python Driver Version
@@ -51,5 +59,7 @@ addRelease('4.14.0-cdh5.11.2','09/jun/20
 addRelease('5.0.0-alpha-HBase-2.0','09/feb/2018');
 addPhoenixdbRelease('1.0.0','18/sep/2020');
 addPhoenixThirdpartyRelease('1.0.0','26/okt/2020');
+addPhoenixOmidRelease('1.0.2','23/nov/2020');
+
 //]]>
 

Modified: phoenix/site/source/src/site/resources/js/download.js
URL: 
http://svn.apache.org/viewvc/phoenix/site/source/src/site/resources/js/download.js?rev=1883738&r1=1883737&r2=1883738&view=diff
==
--- phoenix/site/source/src/site/resources/js/download.js (original)
+++ phoenix/site/source/src/site/resources/js/download.js Mon Nov 23 08:01:14 
2020
@@ -58,3 +58,18 @@ function addPhoenixThirdpartyRelease(ver
 '';
 document.getElementById('phoenix-thirdparty-releases').appendChild(tr);
 }
+
+function addPhoenixOmidRelease(version, date) {
+var tr = document.createElement('tr');
+tr.innerHTML =
+'' + version + ''