diff --git a/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java b/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java index 61025ace4..1454a5ab8 100644 --- a/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java +++ b/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java @@ -537,14 +537,14 @@ public enum HttpVersion { * @configurationType {@link ConfigurationProperties.HttpVersion} * @configurationDefaultValue {@link #DEFAULT_HTTP_VERSION} * @configurationRepoIdSuffix Yes - * @since NEXT + * @since 2.0.21 */ public static final String HTTP_VERSION = PREFIX_TRANSPORT_HTTP + "version"; /** * Default value if {@link #HTTP_VERSION} is not set. * - * @since NEXT + * @since 2.0.21 */ public static final HttpVersion DEFAULT_HTTP_VERSION = HttpVersion.DEFAULT; diff --git a/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/HttpTransportProperty.java b/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/HttpTransportProperty.java index b66af4c0f..d773443b2 100644 --- a/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/HttpTransportProperty.java +++ b/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/HttpTransportProperty.java @@ -23,7 +23,7 @@ * These keys can be used to expose additional information about the HTTP transport operation. * Additionally it defines types for the values of these keys, such as {@link HttpVersion} and {@link SslProtocol}. * @see TransferEvent#getTransportProperties() - * @since NEXT + * @since 2.0.21 */ public final class HttpTransportProperty { diff --git a/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java b/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java index 7a6d15d7c..16727d72e 100644 --- a/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java +++ b/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java @@ -211,7 +211,7 @@ public Exception getException() { *
* This class also "bridges" between {@link DependencyScope} and Resolver that uses plain string labels for scopes.
*
- * @since 4.0.0
+ * @since 2.0.0-alpha-9
*/
public final class ManagedScopeDeriver extends ScopeDeriver {
private final InternalScopeManager scopeManager;
diff --git a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/transport/TransportListener.java b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/transport/TransportListener.java
index 4e85ba246..b9ff9f551 100644
--- a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/transport/TransportListener.java
+++ b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/transport/TransportListener.java
@@ -70,7 +70,7 @@ public void transportProgressed(ByteBuffer data) throws TransferCancelledExcepti
*
* @param transportProperties The transport properties associated with this transfer, may be empty. The keys are transporter specific and the value types are key specific.
* @throws TransferCancelledException If the transfer should be aborted.
- * @since NEXT
+ * @since 2.0.21
*/
public void transportPropertiesAvailable(Map