File tree Expand file tree Collapse file tree
main/java/org/revapi/basic
test/java/org/revapi/basic
revapi/src/main/java/org/revapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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");
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 >
Original file line number Diff line number Diff line change 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");
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>
Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff line change 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");
1818
1919import static org .revapi .basic .Util .getAnalysisContextFromFullConfig ;
2020
21- import java .util .regex .Pattern ;
22-
2321import javax .annotation .Nonnull ;
2422import javax .annotation .Nullable ;
2523
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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");
You can’t perform that action at this time.
0 commit comments