File tree Expand file tree Collapse file tree 6 files changed +56
-8
lines changed Expand file tree Collapse file tree 6 files changed +56
-8
lines changed Original file line number Diff line number Diff line change 17
17
<description >Support for reading and writing AVRO-encoded data via Jackson
18
18
abstractions.
19
19
</description >
20
- <url >http://github.com/FasterXML/jackson-dataformats-binary</url >
20
+ <url >https://github.com/FasterXML/jackson-dataformats-binary</url >
21
+
22
+ <licenses >
23
+ <license >
24
+ <name >The Apache Software License, Version 2.0</name >
25
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
26
+ <distribution >repo</distribution >
27
+ </license >
28
+ </licenses >
21
29
22
30
<properties >
23
31
<!-- Generate PackageVersion.java into this directory. -->
@@ -46,7 +54,7 @@ abstractions.
46
54
<dependency >
47
55
<groupId >ch.qos.logback</groupId >
48
56
<artifactId >logback-classic</artifactId >
49
- <version >1.2.3 </version >
57
+ <version >1.2.11 </version >
50
58
<scope >test</scope >
51
59
</dependency >
52
60
<!-- For validating more complex comparisons -->
Original file line number Diff line number Diff line change 18
18
([CBOR](https://www.rfc-editor.org/info/rfc7049)
19
19
encoded data using Jackson abstractions (streaming API, data binding, tree model)
20
20
</description >
21
- <url >http://github.com/FasterXML/jackson-dataformats-binary</url >
21
+ <url >https://github.com/FasterXML/jackson-dataformats-binary</url >
22
+
23
+ <licenses >
24
+ <license >
25
+ <name >The Apache Software License, Version 2.0</name >
26
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
27
+ <distribution >repo</distribution >
28
+ </license >
29
+ </licenses >
22
30
23
31
<properties >
24
32
<!-- Generate PackageVersion.java into this directory. -->
Original file line number Diff line number Diff line change 19
19
encoded data using Jackson abstractions (streaming API, data binding,
20
20
tree model)
21
21
</description >
22
- <url >http://github.com/FasterXML/jackson-dataformat-ion</url >
22
+ <url >https://github.com/FasterXML/jackson-dataformat-ion</url >
23
+
24
+ <licenses >
25
+ <license >
26
+ <name >The Apache Software License, Version 2.0</name >
27
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
28
+ <distribution >repo</distribution >
29
+ </license >
30
+ </licenses >
23
31
24
32
<properties >
25
33
<packageVersion .dir>com/fasterxml/jackson/dataformat/ion</packageVersion .dir>
Original file line number Diff line number Diff line change 13
13
<description >Parent pom for Jackson binary dataformats.
14
14
</description >
15
15
16
+ <licenses >
17
+ <license >
18
+ <name >The Apache Software License, Version 2.0</name >
19
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
20
+ <distribution >repo</distribution >
21
+ </license >
22
+ </licenses >
23
+
16
24
<modules >
17
25
<module >cbor</module >
18
26
<module >smile</module >
25
33
<scm >
26
34
<
connection >scm:git:
[email protected] :FasterXML/jackson-dataformats-binary.git</
connection >
27
35
<
developerConnection >scm:git:
[email protected] :FasterXML/jackson-dataformats-binary.git</
developerConnection >
28
- <url >http ://github.com/FasterXML/jackson-dataformats-binary</url >
29
- <tag >jackson-dataformats-binary-2.12 .0</tag >
36
+ <url >https ://github.com/FasterXML/jackson-dataformats-binary</url >
37
+ <tag >jackson-dataformats-binary-2.14 .0</tag >
30
38
</scm >
31
39
<issueManagement >
32
40
<url >https://github.com/FasterXML/jackson-dataformats-binary/issues</url >
Original file line number Diff line number Diff line change 17
17
<description >Support for reading and writing protobuf-encoded data via Jackson
18
18
abstractions.
19
19
</description >
20
- <url >http://github.com/FasterXML/jackson-dataformats-binary</url >
20
+ <url >https://github.com/FasterXML/jackson-dataformats-binary</url >
21
+
22
+ <licenses >
23
+ <license >
24
+ <name >The Apache Software License, Version 2.0</name >
25
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
26
+ <distribution >repo</distribution >
27
+ </license >
28
+ </licenses >
21
29
22
30
<properties >
23
31
<packageVersion .dir>com/fasterxml/jackson/dataformat/protobuf</packageVersion .dir>
Original file line number Diff line number Diff line change 18
18
encoded data using Jackson abstractions (streaming API, data binding,
19
19
tree model)
20
20
</description >
21
- <url >http://github.com/FasterXML/jackson-dataformats-binary</url >
21
+ <url >https://github.com/FasterXML/jackson-dataformats-binary</url >
22
+
23
+ <licenses >
24
+ <license >
25
+ <name >The Apache Software License, Version 2.0</name >
26
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
27
+ <distribution >repo</distribution >
28
+ </license >
29
+ </licenses >
22
30
23
31
<properties >
24
32
<packageVersion .dir>com/fasterxml/jackson/dataformat/smile</packageVersion .dir>
You can’t perform that action at this time.
0 commit comments