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 2016/10/08 06:00:55 UTC

svn commit: r1763854 - in /openmeetings/application/branches/3.1.x: openmeetings-db/pom.xml openmeetings-web/pom.xml pom.xml

Author: solomax
Date: Sat Oct  8 06:00:55 2016
New Revision: 1763854

URL: http://svn.apache.org/viewvc?rev=1763854&view=rev
Log:
[OPENMEETINGS-1467] postgres and maven-war-plugin versions are updated

Modified:
    openmeetings/application/branches/3.1.x/openmeetings-db/pom.xml
    openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml
    openmeetings/application/branches/3.1.x/pom.xml

Modified: openmeetings/application/branches/3.1.x/openmeetings-db/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-db/pom.xml?rev=1763854&r1=1763853&r2=1763854&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-db/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-db/pom.xml Sat Oct  8 06:00:55 2016
@@ -35,7 +35,7 @@
 		<commons-dbcp.version>2.1.1</commons-dbcp.version>
 		<commons-pool.version>1.6</commons-pool.version> <!-- required by OpenJPA for clustering -->
 		<commons-pool2.version>2.4.2</commons-pool2.version>
-		<postgresql.version>9.4.1209.jre7</postgresql.version>
+		<postgresql.version>9.4.1211.jre7</postgresql.version>
 		<site.basedir>${project.parent.basedir}</site.basedir>
 		<skip.site.copy>false</skip.site.copy>
 	</properties>

Modified: openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml?rev=1763854&r1=1763853&r2=1763854&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-web/pom.xml Sat Oct  8 06:00:55 2016
@@ -59,7 +59,6 @@
 					<archiveClasses>true</archiveClasses>
 					<packagingExcludes>**/*.class</packagingExcludes>
 					<filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
-					<skip>${om.quick.build}</skip>
 				</configuration>
 				<executions>
 					<execution>
@@ -507,11 +506,5 @@
 			<version>${derby.version}</version>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>xml-apis</groupId>
-			<artifactId>xml-apis</artifactId>
-			<version>1.4.01</version>
-			<scope>test</scope>
-		</dependency>
 	</dependencies>
 </project>

Modified: openmeetings/application/branches/3.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/pom.xml?rev=1763854&r1=1763853&r2=1763854&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Sat Oct  8 06:00:55 2016
@@ -845,7 +845,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-war-plugin</artifactId>
-					<version>2.6</version>
+					<version>3.0.0</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>