Skip to content

Commit d4e09c7

Browse files
author
Gary Gregory
committed
Label the next version 2.8.0.
1 parent e6a96aa commit d4e09c7

7 files changed

Lines changed: 12 additions & 18 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>
2626
<artifactId>commons-io</artifactId>
27-
<version>2.8-SNAPSHOT</version>
27+
<version>2.8.0-SNAPSHOT</version>
2828
<name>Apache Commons IO</name>
2929

3030
<inceptionYear>2002</inceptionYear>
@@ -52,7 +52,7 @@ file comparators, endian transformation classes, and much more.
5252
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
5353
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
5454
<url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
55-
<tag>commons-io-2.8</tag>
55+
<tag>commons-io-2.8.0</tag>
5656
</scm>
5757

5858
<developers>
@@ -269,7 +269,7 @@ file comparators, endian transformation classes, and much more.
269269
<commons.module.name>org.apache.commons.io</commons.module.name>
270270
<commons.rc.version>RC1</commons.rc.version>
271271
<commons.bc.version>2.7</commons.bc.version>
272-
<commons.release.version>2.8</commons.release.version>
272+
<commons.release.version>2.8.0</commons.release.version>
273273
<commons.release.desc>(requires Java 8)</commons.release.desc>
274274
<commons.jira.id>IO</commons.jira.id>
275275
<commons.jira.pid>12310477</commons.jira.pid>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
4646

4747
<body>
4848
<!-- The release date is the date RC is cut -->
49-
<release version="2.8" date="2020-MM-DD" description="Java 8 required.">
49+
<release version="2.8.0" date="2020-MM-DD" description="Java 8 required.">
5050
<action dev="ggregory" type="add" due-to="Gary Gregory">
5151
Add org.apache.commons.io.input.CircularInputStream.
5252
</action>

src/main/java/org/apache/commons/io/file/PathUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static PathCounters cleanDirectory(final Path directory) throws IOExcepti
163163
* @param fileVisitOptions See {@link Files#walkFileTree(Path,Set,int,FileVisitor)}.
164164
* @return The visitation path counters.
165165
* @throws IOException if an I/O error is thrown by a visitor method.
166-
* @since 2.8
166+
* @since 2.8.0
167167
*/
168168
public static PathCounters cleanDirectory(final Path directory, final FileVisitOption... fileVisitOptions)
169169
throws IOException {
@@ -287,7 +287,7 @@ public static PathCounters deleteDirectory(final Path directory) throws IOExcept
287287
* @param fileVisitOptions See {@link Files#walkFileTree(Path,Set,int,FileVisitor)}.
288288
* @return The visitor used to delete the given directory.
289289
* @throws IOException if an I/O error is thrown by a visitor method.
290-
* @since 2.8
290+
* @since 2.8.0
291291
*/
292292
public static PathCounters deleteDirectory(final Path directory, final FileVisitOption... fileVisitOptions) throws IOException {
293293
return visitFileTree(DeletingPathVisitor.withLongCounters(), directory).getPathCounters();

src/main/java/org/apache/commons/io/input/CircularInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* </p>
3232
*
3333
* @see InfiniteCircularInputStream
34-
* @since 2.8
34+
* @since 2.8.0
3535
*/
3636
public class CircularInputStream extends InputStream {
3737

src/main/java/org/apache/commons/io/output/NullAppendable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* This Appendable has no destination (file/socket etc.) and all characters written to it are ignored and lost.
2626
* </p>
2727
*
28-
* @since 2.8
28+
* @since 2.8.0
2929
*/
3030
public class NullAppendable implements Appendable {
3131

src/site/site.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,8 @@
2828
<item name="Download" href="https://commons.apache.org/io/download_io.cgi"/>
2929
<item name="User guide" href="/description.html"/>
3030
<item name="Best practices" href="/bestpractices.html"/>
31-
<item name="Javadoc 2.8" href="/javadocs/api-release/index.html"/>
32-
<item name="Javadoc 2.7" href="/javadocs/api-2.7/index.html"/>
33-
<item name="Javadoc 2.6" href="/javadocs/api-2.6/index.html"/>
34-
<item name="Javadoc 2.5" href="/javadocs/api-2.5/index.html"/>
35-
<item name="Javadoc 2.4" href="/javadocs/api-2.4/index.html"/>
36-
<item name="Javadoc 2.3" href="/javadocs/api-2.3/index.html"/>
37-
<item name="Javadoc 2.2" href="/javadocs/api-2.2/index.html"/>
38-
<item name="Javadoc 1.4" href="/javadocs/api-1.4/index.html"/>
31+
<item name="Javadoc" href="/javadocs/api-release/index.html"/>
32+
<item name="Javadoc Archive" href="https://javadoc.io/doc/commons-io/commons-io/latest/index.html"/>
3933
</menu>
4034

4135
<menu name="Development">

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ There are six main areas included:
4747
<!-- ================================================== -->
4848
<section name="Releases">
4949

50-
<subsection name="Commons IO 2.8 (requires Java 8)">
50+
<subsection name="Commons IO 2.8.0 (requires Java 8)">
5151
<p>
52-
Commons IO 2.8 requires a minimum of Java 8 -
52+
Commons IO 2.8.0 requires a minimum of Java 8 -
5353
<a href="https://commons.apache.org/io/download_io.cgi">Download now!</a>
5454
</p>
5555
<p>

0 commit comments

Comments
 (0)