Skip to content

Commit

Permalink
Editing @SInCE doc tags to always point to a GA release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Nov 25, 2023
1 parent c283d2c commit 3368c29
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bootique-aws/src/main/java/io/bootique/aws/AwsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public AwsConfig(
}

/**
* @since 2.0.B1
* @since 2.0
*/
public AWSCredentialsProvider getCredentialsProvider() {
return credentialsProvider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* Lists AWS services that can be emulated in your tests.
*
* @since 3.0.M1
* @since 3.0
*/
public enum AwsService {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* A {@link io.bootique.junit5.BQTestTool} that allows to emulate multiple AWS services via Localstack and
* Testcontainers.
*
* @since 3.0.M1
* @since 3.0
*/
public class AwsTester implements BQBeforeScopeCallback, BQAfterScopeCallback {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* A {@link io.bootique.junit5.BQTestTool} that allows to manage test S3 buckets within a unit test. Only works with
* a single test {@link io.bootique.BQRuntime}.
*
* @since 3.0.M1
* @since 3.0
*/
public class S3Tester implements BQBeforeMethodCallback, BQAfterMethodCallback {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.util.function.Consumer;

/**
* @since 3.0.M1
* @since 3.0
*/
class S3TesterLifecycleManager {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import software.amazon.awssdk.auth.credentials.*;

/**
* @since 2.0.B1
* @since 2.0
*/
public class AwsModuleExtender extends ModuleExtender<AwsModuleExtender> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import software.amazon.awssdk.auth.credentials.AwsCredentialsProvider;

/**
* @since 2.0.B1
* @since 2.0
*/
public class OrderedCredentialsProvider {

Expand Down

0 comments on commit 3368c29

Please sign in to comment.