You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/06/10 13:44:21 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1876] another attempt to fix the site

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new fede7d5  [OPENMEETINGS-1876] another attempt to fix the site
fede7d5 is described below

commit fede7d56622b1a8b970430b22f465e188a49244c
Author: Maxim Solodovnik <so...@gmail.com>
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 9062898..46e3e60 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>
@@ -604,6 +604,13 @@
 			<url>https://repository.apache.org/content/groups/snapshots</url>
 		</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
solomax@apache.org.