|
881 | 881 | <plugin>
|
882 | 882 | <groupId>org.apache.maven.plugins</groupId>
|
883 | 883 | <artifactId>maven-release-plugin</artifactId>
|
884 |
| - <version>3.0.0-M7</version> |
| 884 | + <version>3.0.0</version> |
885 | 885 | </plugin>
|
886 | 886 | </plugins>
|
887 | 887 | </pluginManagement>
|
|
912 | 912 | <plugin>
|
913 | 913 | <groupId>org.apache.maven.plugins</groupId>
|
914 | 914 | <artifactId>maven-deploy-plugin</artifactId>
|
915 |
| - <version>3.1.0</version> |
| 915 | + <version>3.1.1</version> |
916 | 916 | </plugin>
|
917 | 917 |
|
918 | 918 | <plugin>
|
919 | 919 | <groupId>org.apache.maven.plugins</groupId>
|
920 | 920 | <artifactId>maven-enforcer-plugin</artifactId>
|
921 |
| - <version>3.2.1</version> |
| 921 | + <version>3.3.0</version> |
922 | 922 | <dependencies>
|
923 | 923 | <dependency>
|
924 | 924 | <groupId>org.codehaus.mojo</groupId>
|
925 | 925 | <artifactId>extra-enforcer-rules</artifactId>
|
926 |
| - <version>1.5.1</version> |
| 926 | + <version>1.6.2</version> |
927 | 927 | </dependency>
|
928 | 928 | </dependencies>
|
929 | 929 | <executions>
|
|
973 | 973 | <plugin>
|
974 | 974 | <groupId>org.apache.maven.plugins</groupId>
|
975 | 975 | <artifactId>maven-install-plugin</artifactId>
|
976 |
| - <version>3.1.0</version> |
| 976 | + <version>3.1.1</version> |
977 | 977 | </plugin>
|
978 | 978 |
|
979 | 979 | <plugin>
|
|
986 | 986 | <groupId>org.apache.maven.plugins</groupId>
|
987 | 987 | <artifactId>maven-pmd-plugin</artifactId>
|
988 | 988 | <version>3.20.0</version>
|
989 |
| - <configuration> |
990 |
| - <linkXref>true</linkXref> |
991 |
| - <targetJdk>${project.java.target}</targetJdk> |
992 |
| - </configuration> |
993 | 989 | </plugin>
|
994 | 990 |
|
995 | 991 | <plugin>
|
|
1001 | 997 | <plugin>
|
1002 | 998 | <groupId>org.apache.maven.plugins</groupId>
|
1003 | 999 | <artifactId>maven-resources-plugin</artifactId>
|
1004 |
| - <version>3.3.0</version> |
| 1000 | + <version>3.3.1</version> |
1005 | 1001 | </plugin>
|
1006 | 1002 |
|
1007 | 1003 | <plugin>
|
1008 | 1004 | <!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. -->
|
1009 | 1005 | <groupId>org.apache.maven.plugins</groupId>
|
1010 | 1006 | <artifactId>maven-site-plugin</artifactId>
|
1011 |
| - <version>4.0.0-M5</version> |
| 1007 | + <version>4.0.0-M7</version> |
1012 | 1008 | <dependencies>
|
1013 | 1009 | <!-- Explicitly declare these dependencies so the versions plugin and library bots will flag available updates. The fluido-skin plugin is referenced in src/site/site.xml using the same fluido version property. -->
|
1014 | 1010 | <dependency>
|
|
1022 | 1018 | <plugin>
|
1023 | 1019 | <groupId>org.apache.maven.plugins</groupId>
|
1024 | 1020 | <artifactId>maven-surefire-plugin</artifactId>
|
1025 |
| - <version>3.0.0-M9</version> |
| 1021 | + <version>3.0.0</version> |
1026 | 1022 | </plugin>
|
1027 | 1023 |
|
1028 | 1024 | <plugin>
|
|
1232 | 1228 | <version.apacheds>1.5.7</version.apacheds>
|
1233 | 1229 | <version.apache-shared-ldap>0.9.19</version.apache-shared-ldap>
|
1234 | 1230 | <version.exec.maven>1.6.0</version.exec.maven>
|
1235 |
| - <version.fluido>2.0.0-M3</version.fluido> |
| 1231 | + <version.fluido>2.0.0-M6</version.fluido> |
1236 | 1232 | <!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
|
1237 | 1233 | <version.hibernate>3.6.10.Final</version.hibernate>
|
1238 |
| - <version.spotbugs.maven>4.7.3.2</version.spotbugs.maven> |
| 1234 | + <version.spotbugs.maven>4.7.3.4</version.spotbugs.maven> |
1239 | 1235 | <version.spotbugs>4.7.3</version.spotbugs>
|
1240 | 1236 | <version.springframework>4.3.30.RELEASE</version.springframework>
|
1241 | 1237 | <!-- tomcat 8.5 is last version to support Java 7. Tomcat 9+ requires Java 8. -->
|
1242 | 1238 | <tomcat.major.version>8</tomcat.major.version>
|
1243 | 1239 | <version.tomcat>8.5.84</version.tomcat>
|
1244 | 1240 | <tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
|
1245 | 1241 | </properties>
|
| 1242 | + |
1246 | 1243 | </project>
|
0 commit comments