Artem Pianykh
3907f0a3f2
[annotations] Specify javac source and target level to 1.7 in pom.xml
...
Summary:
Without these properties mvn-based compilation fails due to
not-supporting default 1.5 source/target levels.
Our make-based annotations build already use -source 1.7 and
-target 1.7.
Reviewed By: mityal
Differential Revision: D18037110
fbshipit-source-id: 83d1ed3a5
5 years ago
Artem Pianykh
467149eaa8
[maven-release-plugin] prepare for next development iteration
...
Reviewed By: jvillard
Differential Revision: D16259703
fbshipit-source-id: 5a5247a03
5 years ago
Artem Pianykh
53db6e2ea0
[maven-release-plugin] prepare release infer-annotation-0.17.0
...
Reviewed By: jvillard
Differential Revision: D16259705
fbshipit-source-id: f487394f7
5 years ago
Artem Pianykh
e3fd05b145
Bump infer-annotations jar version
...
Reviewed By: jvillard
Differential Revision: D16221646
fbshipit-source-id: 3ecf3a200
5 years ago
Jules Villard
8b882ac1df
Change license to MIT
...
Summary:
Change the license of the source code from BSD + PATENTS to MIT.
Change `checkCopyright` to reflect the new license and learn some new file
types.
Generated with:
```
git grep BSD | xargs -n 1 ./scripts/checkCopyright -i
```
Reviewed By: jeremydubreil, mbouaziz, jberdine
Differential Revision: D8071249
fbshipit-source-id: 97ca23a
7 years ago
Sam Blackshear
0675e88571
[annotations] pom.xml for releasing infer annotations via maven
...
Reviewed By: jvillard
Differential Revision: D4598899
fbshipit-source-id: 21f45cb
8 years ago