This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 5ffb949 update scm section from main pom.xml so it points to github
repo; updated flexmark to 0.28.34
5ffb949 is described below
commit 5ffb949b772450c786660fdf24e7702e0ac18de3
Author: juanpablo <[email protected]>
AuthorDate: Sun Jan 21 23:15:21 2018 +0100
update scm section from main pom.xml so it points to github repo; updated
flexmark to 0.28.34
---
ChangeLog | 6 ++++++
pom.xml | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a416ad8..4b5dfb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-01-21 Juan Pablo Santos (juanpablo AT apache DOT org)
+
+ * Updated <scm/> section from main pom.xml so it points to github repo
+
+ * Flexmark updated to 0.28.34 (no version bump).
+
2017-12-30 Juan Pablo Santos (juanpablo AT apache DOT org)
* Upgraded all test from JUnit 3 to JUnit 4 (no version bump).
diff --git a/pom.xml b/pom.xml
index 26adbc1..b1e5e04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <flexmark.version>0.28.24</flexmark.version>
+ <flexmark.version>0.28.34</flexmark.version>
<jdk.version>1.6</jdk.version>
<lucene.version>4.7.0</lucene.version>
<selenium.version>2.42.0</selenium.version>
@@ -55,9 +55,9 @@
</prerequisites>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/jspwiki.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jspwiki.git</developerConnection>
- <url>https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary</url>
+ <connection>scm:git:https://github.com/apache/jspwiki.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/jspwiki.git</developerConnection>
+ <url>https://github.com/apache/jspwiki</url>
</scm>
<modules>
@@ -488,7 +488,7 @@
- use UglifyJS for JS compression
- use Less as advanced CSS preprocessor
-->
-
+
<plugin>
<groupId>com.btmatthews.maven.plugins.inmemdb</groupId>
<artifactId>inmemdb-maven-plugin</artifactId>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].