|
22 | 22 | <parent> |
23 | 23 | <groupId>org.apache.commons</groupId> |
24 | 24 | <artifactId>commons-parent</artifactId> |
25 | | - <version>98</version> |
| 25 | + <version>99</version> |
26 | 26 | </parent> |
27 | 27 | <artifactId>commons-release-plugin</artifactId> |
28 | 28 | <packaging>maven-plugin</packaging> |
|
53 | 53 | <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-release-plugin</url> |
54 | 54 | </site> |
55 | 55 | </distributionManagement> |
56 | | - <!-- Temporarily add Apache Snapshots repository --> |
57 | | - <repositories> |
58 | | - <repository> |
59 | | - <id>apache.snapshots</id> |
60 | | - <name>Apache Snapshot Repository</name> |
61 | | - <url>https://repository.apache.org/snapshots</url> |
62 | | - <releases> |
63 | | - <enabled>false</enabled> |
64 | | - </releases> |
65 | | - </repository> |
66 | | - </repositories> |
67 | 56 | <properties> |
68 | 57 | <failOnError>false</failOnError> |
69 | 58 | <maven.compiler.source>1.8</maven.compiler.source> |
70 | 59 | <maven.compiler.target>1.8</maven.compiler.target> |
71 | 60 | <!-- 3.8.2 fails with some class not found error --> |
72 | 61 | <!-- 3.8.3 fails because MavenProject.getAttachedArtifacts() returns an IMMUTABLE collection and we want to change it! --> |
73 | | - <maven.dependency.version>3.9.14</maven.dependency.version> |
| 62 | + <maven.dependency.version>3.9.15</maven.dependency.version> |
74 | 63 | <commons.componentid>release-plugin</commons.componentid> |
75 | 64 | <commons.dist.subdir>release-plugin</commons.dist.subdir> |
76 | 65 | <commons.jira.id>COMMONSSITE</commons.jira.id> |
|
146 | 135 | <dependency> |
147 | 136 | <groupId>commons-io</groupId> |
148 | 137 | <artifactId>commons-io</artifactId> |
149 | | - <version>2.21.0</version> |
| 138 | + <version>2.22.0</version> |
150 | 139 | </dependency> |
151 | 140 | <dependency> |
152 | 141 | <groupId>org.apache.maven</groupId> |
|
187 | 176 | <dependency> |
188 | 177 | <groupId>commons-codec</groupId> |
189 | 178 | <artifactId>commons-codec</artifactId> |
190 | | - <version>1.22.0-SNAPSHOT</version> |
| 179 | + <version>1.22.0</version> |
191 | 180 | </dependency> |
192 | 181 | <dependency> |
193 | 182 | <groupId>org.apache.commons</groupId> |
|
0 commit comments