Adapt CMS Web to new assembly approach.
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bf1fbc3e576026a3a0a50919a04f8cdd10a03fd5..f5f735fcf9a16f43eb73e1fd57263e38cbbb8a6c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.82-SNAPSHOT</version>
+       <version>2.1.83-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <!-- <url>http://repo.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url> -->
        <properties>
-               <version.argeo-commons>2.1.82-SNAPSHOT</version.argeo-commons>
-               <version.argeo-tp>2.1.25</version.argeo-tp>
+               <version.argeo-commons>2.1.83-SNAPSHOT</version.argeo-commons>
+               <version.argeo-tp>2.1.26</version.argeo-tp>
                <!-- RPM -->
                <argeo.rpm.release>7</argeo.rpm.release>
                <argeo.rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2/el7</argeo.rpm.stagingRepository>
@@ -139,9 +139,10 @@ limitations under the License.
                                <!-- Maven -->
                                <plugin>
                                        <artifactId>maven-compiler-plugin</artifactId>
-                                       <version>3.3</version>
+                                       <version>3.8.1</version>
                                        <configuration>
                                                <source>1.8</source>
+                                               <!-- <source>11</source> -->
                                                <target>1.8</target>
                                                <compilerId>eclipse</compilerId>
                                                <!-- Required for compliance level, see http://jira.codehaus.org/browse/PLXCOMP-231 -->
@@ -154,7 +155,12 @@ limitations under the License.
                                                <dependency>
                                                        <groupId>org.codehaus.plexus</groupId>
                                                        <artifactId>plexus-compiler-eclipse</artifactId>
-                                                       <version>2.6</version>
+                                                       <version>2.8.5</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>org.eclipse.jdt</groupId>
+                                                       <artifactId>ecj</artifactId>
+                                                       <version>3.19.0</version>
                                                </dependency>
                                        </dependencies>
                                </plugin>
@@ -413,8 +419,6 @@ limitations under the License.
                        </releases>
                        <snapshots>
                                <enabled>false</enabled>
-                               <updatePolicy>always</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
                        </snapshots>
                </repository>
                <repository>
@@ -422,12 +426,10 @@ limitations under the License.
                        <url>file:///srv/javafactory/argeo-2.1</url>
                        <releases>
                                <enabled>false</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
                        </releases>
                        <snapshots>
                                <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
+                               <updatePolicy>never</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </snapshots>
                </repository>
@@ -441,6 +443,21 @@ limitations under the License.
                                <updatePolicy>daily</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+               </pluginRepository>
+               <pluginRepository>
+                       <id>argeo-maven-plugins-snapshots</id>
+                       <url>file:///srv/javafactory/argeo-2.1</url>
+                       <releases>
+                               <enabled>false</enabled>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </snapshots>
                </pluginRepository>
        </pluginRepositories>
        <distributionManagement>