|
24 | 24 | <modelVersion>4.0.0</modelVersion> |
25 | 25 | <groupId>commons-beanutils</groupId> |
26 | 26 | <artifactId>commons-beanutils</artifactId> |
27 | | - <version>1.10.0-SNAPSHOT</version> |
| 27 | + <version>1.10.0</version> |
28 | 28 | <name>Apache Commons BeanUtils</name> |
29 | 29 |
|
30 | 30 | <inceptionYear>2000</inceptionYear> |
|
46 | 46 | <maven.javadoc.failOnError>false</maven.javadoc.failOnError> |
47 | 47 | <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-beanutils</commons.scmPubUrl> |
48 | 48 | <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> |
49 | | - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> |
| 49 | + <project.build.outputTimestamp>2024-12-26T20:01:29Z</project.build.outputTimestamp> |
50 | 50 | <japicmp.skip>false</japicmp.skip> |
51 | 51 | <!-- Commons Release Plugin --> |
52 | 52 | <commons.bc.version>1.9.4</commons.bc.version> |
|
172 | 172 | <plugin> |
173 | 173 | <groupId>org.apache.maven.plugins</groupId> |
174 | 174 | <artifactId>maven-checkstyle-plugin</artifactId> |
175 | | - <version>2.6</version> |
176 | 175 | <configuration> |
177 | | - <configLocation>${basedir}/checkstyle.xml</configLocation> |
178 | | - <enableRulesSummary>false</enableRulesSummary> |
| 176 | + <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation> |
| 177 | + <suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation> |
| 178 | + <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 179 | + <enableRulesSummary>false</enableRulesSummary> |
| 180 | + <resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,target/**.properties,</resourceExcludes> |
179 | 181 | </configuration> |
180 | 182 | </plugin> |
181 | 183 | <plugin> |
|
184 | 186 | <configuration> |
185 | 187 | <linksource>true</linksource> |
186 | 188 | <links> |
187 | | - <link>http://docs.oracle.com/javase/1.5.0/docs/api/</link> |
188 | | - <link>http://commons.apache.org/collections/api-release/</link> |
| 189 | + <link>https://commons.apache.org/proper/commons-collections/apidocs/</link> |
189 | 190 | </links> |
190 | 191 | </configuration> |
191 | 192 | </plugin> |
|
208 | 209 | </plugin> |
209 | 210 | </plugins> |
210 | 211 | </reporting> |
211 | | - |
212 | | - |
213 | 212 | <profiles> |
214 | 213 | <profile> |
215 | 214 | <id>setup-checkout</id> |
|
0 commit comments