From a8f77eae04ab0a2b3e4af42cf767de2ee707d720 Mon Sep 17 00:00:00 2001 From: Guilherme I F L Weizenmann Date: Wed, 7 Dec 2016 21:36:27 -0200 Subject: [PATCH] v1.1.0 - Add support for strike --- .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 33 ++++++++++++++++++++++++++++----- 2 files changed, 82 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 152d852..c0c47c2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,58 @@ pom.xml.next release.properties dependency-reduced-pom.xml buildNumber.properties +settings.xml +# Created by https://www.gitignore.io/api/intellij + +### Intellij ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff: +.idea/workspace.xml +.idea/tasks.xml + +# Sensitive or high-churn files: +.idea/dataSources/ +.idea/dataSources.ids +.idea/dataSources.xml +.idea/dataSources.local.xml +.idea/sqlDataSources.xml +.idea/dynamic.xml +.idea/uiDesigner.xml + +# Gradle: +.idea/gradle.xml +.idea/libraries + +# Mongo Explorer plugin: +.idea/mongoSettings.xml + +## File-based project format: +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +### Intellij Patch ### +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 + +# *.iml +# modules.xml +# .idea/misc.xml +# *.ipr diff --git a/pom.xml b/pom.xml index 22d7bf9..609474f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,16 @@ - + 4.0.0 com.overzealous remark - 1.0.0 + 1.1.0 2011 Remark - Remark is a library for taking (X)HTML input and outputting clean Markdown, Markdown Extra, or MultiMarkdown compatible text. + Remark is a library for taking (X)HTML input and outputting clean Markdown, Markdown Extra, or + MultiMarkdown compatible text. + https://bitbucket.org/OverZealous/remark @@ -31,10 +34,30 @@ ITQuasar http://itquasar.com - Developer (migration to maven) + Developer + + + Alex Boyko + + https://github.com/BoykoAlex + + + + + scm:git:git@github.com:giflw/remark-java.git + scm:git:git@github.com:giflw/remark-java.git + git@github.com:giflw/remark-java.git + + + + bintray-giflw-maven + giflw-maven + https://api.bintray.com/maven/giflw/maven/remark-java/;publish=1 + + junit