This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 4020e05 [OPENMEETINGS-1876] another attempt to fix the site
4020e05 is described below
commit 4020e05187ecd587cd844e2a1e7d28e47959a366
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Jun 10 20:43:55 2018 +0700
[OPENMEETINGS-1876] another attempt to fix the site
---
pom.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 49f9054..12b1f84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<checksum-maven-plugin.version>1.6</checksum-maven-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<license-maven-plugin.version>1.14</license-maven-plugin.version>
- <reflow-skin.version>1.3.8</reflow-skin.version>
+ <reflow-skin.version>1.3.9-SNAPSHOT</reflow-skin.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
@@ -616,6 +616,13 @@
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
<pluginRepository>
+ <id>sonatype-snapshots</id>
+ <name>Sonatype Snapshots Repository</name>
+
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
+ <releases><enabled>false</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
+ </pluginRepository>
+ <pluginRepository>
<id>openmeetings-bintray</id>
<url>https://dl.bintray.com/openmeetings/maven</url>
<releases><enabled>true</enabled></releases>
--
To stop receiving notification emails like this one, please contact
[email protected].