Skip to content

Commit ec48f7f

Browse files
committed
License updates and upgrade to the latest snapshot.
1 parent c423cfc commit ec48f7f

7 files changed

Lines changed: 9 additions & 11 deletions

File tree

revapi-ant-task/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2014-2019 Lukas Krejci
4+
Copyright 2014-2020 Lukas Krejci
55
and other contributors as indicated by the @author tags.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.revapi</groupId>
5151
<artifactId>revapi-basic-features</artifactId>
52-
<version>0.8.3-SNAPSHOT</version>
52+
<version>0.9.0-SNAPSHOT</version>
5353
</dependency>
5454

5555
<dependency>

revapi-basic-features/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2014-2019 Lukas Krejci
4+
Copyright 2014-2020 Lukas Krejci
55
and other contributors as indicated by the @author tags.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
@@ -34,7 +34,7 @@
3434
<url>${web.url}/modules/${project.artifactId}</url>
3535

3636
<artifactId>revapi-basic-features</artifactId>
37-
<version>0.8.3-SNAPSHOT</version>
37+
<version>0.9.0-SNAPSHOT</version>
3838

3939
<properties>
4040
<automatic.module.name>org.revapi.basic</automatic.module.name>

revapi-basic-features/src/main/java/org/revapi/basic/DifferenceMatchRecipe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2017 Lukas Krejci
2+
* Copyright 2014-2020 Lukas Krejci
33
* and other contributors as indicated by the @author tags.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

revapi-basic-features/src/test/java/org/revapi/basic/IgnoreDifferenceTransformTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2017 Lukas Krejci
2+
* Copyright 2014-2020 Lukas Krejci
33
* and other contributors as indicated by the @author tags.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,8 +18,6 @@
1818

1919
import static org.revapi.basic.Util.getAnalysisContextFromFullConfig;
2020

21-
import java.util.regex.Pattern;
22-
2321
import javax.annotation.Nonnull;
2422
import javax.annotation.Nullable;
2523

revapi-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.revapi</groupId>
6767
<artifactId>revapi-basic-features</artifactId>
68-
<version>0.8.3-SNAPSHOT</version>
68+
<version>0.9.0-SNAPSHOT</version>
6969
<scope>runtime</scope>
7070
</dependency>
7171

revapi-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.revapi</groupId>
5252
<artifactId>revapi-basic-features</artifactId>
53-
<version>0.8.3-SNAPSHOT</version>
53+
<version>0.9.0-SNAPSHOT</version>
5454
<scope>runtime</scope>
5555
</dependency>
5656

revapi/src/main/java/org/revapi/Difference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2018 Lukas Krejci
2+
* Copyright 2014-2020 Lukas Krejci
33
* and other contributors as indicated by the @author tags.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)