Since I had a few issues with it thought I would provide some information for those who are trying to install and help whoever is responsible for the Maria Repository.

First, I was successful using the Centos 6 10.1 package via Yum with this repository setting pulled from Mariadb Repository setup.

# MariaDB 10.1 CentOS repository list - created 2014-10-29 14:33 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.1/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1


Using "yum clean all" and yum update the following packages installed successfully.
Shown in this pastebin
http://pastebin.com/SMqECaju



I did find though that with 10.0 using both the Centos 6 & 7 packages there is an issue with the language error files between MariaDB-server-10.0.14-1.el7.centos.x86_64 and dependency mariadb-libs-1:5.5.37-1.el7_0.x86_64
http://pastebin.com/CSri8mq0

I hope this information helps someone else and possibly the listing of a 10.1 Centos 7 package in the MariaDB Repository.

~Blake