Skip to content

Commit

Permalink
corrected version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyk65 committed Nov 16, 2023
1 parent c996514 commit d1a28fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Configuration for managing Instance Meta Data Service metadata.
*
* @author Ken Krueger
* @since 3.0.4
* @since 3.1.0
*/

@AutoConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Adds properties from the EC2 Instance MetaData Service (IDMS) when it is available.
*
* @author Ken Krueger
* @since 3.0.4
* @since 3.1.0
*/
public class ImdsPropertySource extends AwsPropertySource<ImdsPropertySource, ImdsUtils> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Works with either IMDS v1 or v2.
*
* @author Ken Krueger
* @since 3.0.4
* @since 3.1.0
*/
public class ImdsUtils {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Test for the {@link ImdsAutoConfiguration}.
*
* @author Ken Krueger
* @since 3.0.4
* @since 3.1.0
*/
public class ImdsAutoConfigurationTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* exceptions or missing keys should be logged at debug level and ignored.
*
* @author Ken Krueger
* @since 3.0.4
* @since 3.1.0
*/
public class ImdsPropertySourceTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* when instance metadata is unavailable.
*
* @author Ken Krueger
* @since 3.0.4
* @since 3.1.0
*/
public class ImdsUtilsTest {

Expand Down

0 comments on commit d1a28fc

Please sign in to comment.