Fixed issueManagement URL
Fixed distributionManagement URL
diff --git a/.checkstyle b/.checkstyle
new file mode 100644
index 0000000..5153f3a
--- /dev/null
+++ b/.checkstyle
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
+  <local-check-config name="maven-checkstyle-plugin checkstyle-check" location="jar:file:/Users/kama/.m2/repository/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar!/config/maven_checks.xml" type="remote" description="maven-checkstyle-plugin configuration checkstyle-check">
+    <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
+    <property name="checkstyle.header.file" value="/Users/kama/eclipse-workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/maven-shared-incremental/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-checkstyle-check.txt"/>
+  </local-check-config>
+  <fileset name="java-sources-checkstyle-check" enabled="true" check-config-name="maven-checkstyle-plugin checkstyle-check" local="true">
+    <file-match-pattern match-pattern="^src/main/java.*\.java" include-pattern="true"/>
+    <file-match-pattern match-pattern="^src/main/java/.*\.java" include-pattern="true"/>
+    <file-match-pattern match-pattern="^src/main/resources.*\.properties" include-pattern="true"/>
+    <file-match-pattern match-pattern="^src/test/resources.*\.properties" include-pattern="true"/>
+  </fileset>
+</fileset-config>
diff --git a/pom.xml b/pom.xml
index c9d9352..db7360f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
   </scm>
   <issueManagement>
     <system>jira</system>
-    <url>https://jira.codehaus.org/browse/MSHARED/component/12326453</url>
+    <url>https://issues.apache.org/jira/browse/MSHARED/component/12326453</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>