Skip to content

Commit 833c5bd

Browse files
authored
update version and dates. (#220)
- add links to mvnrepository.com in all poms. - update depencency versions. - update copyright years.
1 parent 0ca9538 commit 833c5bd

37 files changed

+82
-56
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
**/*.iml
99
**/bin
1010
**/target
11+
**/.vscode/

accessors-smart/pom.xml

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2011-2023 JSON-SMART authors
2+
Copyright 2011-2024 JSON-SMART authors
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ limitations under the License.
3131
<id>uriel</id>
3232
<name>Uriel Chemouni</name>
3333
<email>uchemouni@gmail.com</email>
34-
<timezone>GMT+3</timezone>
34+
<timezone>GMT+1</timezone>
3535
</developer>
3636
<developer>
3737
<id>shoothzj</id>
@@ -90,9 +90,10 @@ limitations under the License.
9090
<build>
9191
<plugins>
9292
<plugin>
93+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
9394
<groupId>org.apache.maven.plugins</groupId>
9495
<artifactId>maven-gpg-plugin</artifactId>
95-
<version>1.6</version>
96+
<version>3.2.7</version>
9697
<executions>
9798
<execution>
9899
<id>sign-artifacts</id>
@@ -105,9 +106,10 @@ limitations under the License.
105106
</plugin>
106107
<!-- Publish also javadocs when releasing - required by Sonatype -->
107108
<plugin>
109+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
108110
<groupId>org.apache.maven.plugins</groupId>
109111
<artifactId>maven-javadoc-plugin</artifactId>
110-
<version>3.2.0</version>
112+
<version>3.10.1</version>
111113
<configuration>
112114
<source>8</source>
113115
</configuration>
@@ -125,9 +127,10 @@ limitations under the License.
125127
to perform: mvn release:prepare release:perform Read http://nexus.sonatype.org/oss-repository-hosting.html#3
126128
for instructions on releasing to this project's Sonatype repository -->
127129
<plugin>
130+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin -->
128131
<groupId>org.apache.maven.plugins</groupId>
129132
<artifactId>maven-release-plugin</artifactId>
130-
<version>3.0.1</version>
133+
<version>3.1.1</version>
131134
<configuration>
132135
<mavenExecutorId>forked-path</mavenExecutorId>
133136
<arguments>-Psonatype-oss-release</arguments>
@@ -159,9 +162,10 @@ limitations under the License.
159162
<build>
160163
<plugins>
161164
<plugin>
165+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin -->
162166
<groupId>org.apache.maven.plugins</groupId>
163167
<artifactId>maven-source-plugin</artifactId>
164-
<version>3.2.1</version>
168+
<version>3.3.1</version>
165169
<executions>
166170
<execution>
167171
<id>bind-sources</id>
@@ -172,32 +176,36 @@ limitations under the License.
172176
</executions>
173177
</plugin>
174178
<plugin>
179+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
175180
<groupId>org.apache.maven.plugins</groupId>
176181
<artifactId>maven-compiler-plugin</artifactId>
177-
<version>3.8.1</version>
182+
<version>3.13.0</version>
178183
<configuration>
179184
<encoding>UTF-8</encoding>
180185
<source>${maven.compiler.source}</source>
181186
<target>${maven.compiler.target}</target>
182187
</configuration>
183188
</plugin>
184189
<plugin>
190+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
185191
<groupId>org.apache.maven.plugins</groupId>
186192
<artifactId>maven-resources-plugin</artifactId>
187-
<version>3.2.0</version>
193+
<version>3.3.1</version>
188194
<configuration>
189195
<encoding>UTF-8</encoding>
190196
</configuration>
191197
</plugin>
192198
<plugin>
199+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin -->
193200
<groupId>org.apache.maven.plugins</groupId>
194201
<artifactId>maven-jar-plugin</artifactId>
195-
<version>3.2.0</version>
202+
<version>3.4.2</version>
196203
</plugin>
197204
<plugin>
205+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
198206
<groupId>org.apache.maven.plugins</groupId>
199207
<artifactId>maven-javadoc-plugin</artifactId>
200-
<version>3.2.0</version>
208+
<version>3.10.1</version>
201209
<!-- ONLY NEEDED With jdk 1.7+ -->
202210
<configuration>
203211
<source>8</source>
@@ -214,9 +222,10 @@ limitations under the License.
214222
</executions>
215223
</plugin>
216224
<plugin>
225+
<!-- https://mvnrepository.com/artifact/org.apache.felix/maven-bundle-plugin -->
217226
<groupId>org.apache.felix</groupId>
218227
<artifactId>maven-bundle-plugin</artifactId>
219-
<version>5.1.2</version> <!-- 3.0.0 need java 7+ -->
228+
<version>5.1.9</version> <!-- 3.0.0 need java 7+ -->
220229
<extensions>true</extensions>
221230
<configuration>
222231
<instructions>
@@ -239,14 +248,14 @@ limitations under the License.
239248
<dependency>
240249
<groupId>org.junit.jupiter</groupId>
241250
<artifactId>junit-jupiter-api</artifactId>
242-
<version>5.10.0</version>
251+
<version>5.11.2</version>
243252
<scope>test</scope>
244253
</dependency>
245254
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
246255
<dependency>
247256
<groupId>org.ow2.asm</groupId>
248257
<artifactId>asm</artifactId>
249-
<version>9.6</version>
258+
<version>9.7.1</version>
250259
</dependency>
251260
</dependencies>
252261
</project>

accessors-smart/src/main/java/net/minidev/asm/ASMUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011-2023 JSON-SMART authors
4+
* Copyright 2011-2024 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/Accessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011-2023 JSON-SMART authors
4+
* Copyright 2011-2024 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/BeansAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011-2023 JSON-SMART authors
4+
* Copyright 2011-2024 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/DynamicClassLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011-2023 JSON-SMART authors
4+
* Copyright 2011-2024 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart-action/pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<id>uriel</id>
1717
<name>Uriel Chemouni</name>
1818
<email>uchemouni@gmail.com</email>
19-
<timezone>GMT+3</timezone>
19+
<timezone>GMT+1</timezone>
2020
</developer>
2121
<developer>
2222
<id>erav</id>
@@ -44,7 +44,7 @@
4444
<project.build.outputTimestamp>10</project.build.outputTimestamp>
4545
<maven.compiler.source>1.8</maven.compiler.source>
4646
<maven.compiler.target>1.8</maven.compiler.target>
47-
<junit.version>5.11.1</junit.version>
47+
<junit.version>5.11.2</junit.version>
4848
</properties>
4949
<scm>
5050
<connection>scm:git:https://github.com/netplex/json-smart-v2.git</connection>
@@ -97,9 +97,10 @@
9797
</plugin>
9898
<!-- Publish also javadocs when releasing - required by Sonatype -->
9999
<plugin>
100+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
100101
<groupId>org.apache.maven.plugins</groupId>
101102
<artifactId>maven-javadoc-plugin</artifactId>
102-
<version>3.10.0</version>
103+
<version>3.10.1</version>
103104
<configuration>
104105
<source>8</source>
105106
</configuration>
@@ -117,6 +118,7 @@
117118
to perform: mvn release:prepare release:perform Read http://nexus.sonatype.org/oss-repository-hosting.html#3
118119
for instructions on releasing to this project's Sonatype repository -->
119120
<plugin>
121+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin -->
120122
<groupId>org.apache.maven.plugins</groupId>
121123
<artifactId>maven-release-plugin</artifactId>
122124
<version>3.1.1</version>
@@ -151,6 +153,7 @@
151153
<build>
152154
<plugins>
153155
<plugin>
156+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin -->
154157
<groupId>org.apache.maven.plugins</groupId>
155158
<artifactId>maven-source-plugin</artifactId>
156159
<version>3.3.1</version>
@@ -164,6 +167,7 @@
164167
</executions>
165168
</plugin>
166169
<plugin>
170+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
167171
<groupId>org.apache.maven.plugins</groupId>
168172
<artifactId>maven-compiler-plugin</artifactId>
169173
<version>3.13.0</version>
@@ -174,6 +178,7 @@
174178
</configuration>
175179
</plugin>
176180
<plugin>
181+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
177182
<groupId>org.apache.maven.plugins</groupId>
178183
<artifactId>maven-resources-plugin</artifactId>
179184
<version>3.3.1</version>
@@ -182,14 +187,16 @@
182187
</configuration>
183188
</plugin>
184189
<plugin>
190+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin -->
185191
<groupId>org.apache.maven.plugins</groupId>
186192
<artifactId>maven-jar-plugin</artifactId>
187193
<version>3.4.2</version>
188194
</plugin>
189195
<plugin>
196+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
190197
<groupId>org.apache.maven.plugins</groupId>
191198
<artifactId>maven-javadoc-plugin</artifactId>
192-
<version>3.10.0</version>
199+
<version>3.10.1</version>
193200
<!-- ONLY NEEDED With jdk 1.7+ -->
194201
<configuration>
195202
<source>8</source>

json-smart/pom.xml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2011-2023 JSON-SMART authors
2+
Copyright 2011-2024 JSON-SMART authors
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ limitations under the License.
3131
<id>uriel</id>
3232
<name>Uriel Chemouni</name>
3333
<email>uchemouni@gmail.com</email>
34-
<timezone>GMT+3</timezone>
34+
<timezone>GMT+1</timezone>
3535
</developer>
3636
<developer>
3737
<id>erav</id>
@@ -59,7 +59,7 @@ limitations under the License.
5959
<project.build.outputTimestamp>10</project.build.outputTimestamp>
6060
<maven.compiler.source>1.8</maven.compiler.source>
6161
<maven.compiler.target>1.8</maven.compiler.target>
62-
<junit.version>5.11.1</junit.version>
62+
<junit.version>5.11.2</junit.version>
6363
</properties>
6464
<scm>
6565
<connection>scm:git:https://github.com/netplex/json-smart-v2.git</connection>
@@ -97,6 +97,7 @@ limitations under the License.
9797
<build>
9898
<plugins>
9999
<plugin>
100+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
100101
<groupId>org.apache.maven.plugins</groupId>
101102
<artifactId>maven-gpg-plugin</artifactId>
102103
<version>3.2.7</version>
@@ -112,9 +113,10 @@ limitations under the License.
112113
</plugin>
113114
<!-- Publish also javadocs when releasing - required by Sonatype -->
114115
<plugin>
116+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
115117
<groupId>org.apache.maven.plugins</groupId>
116118
<artifactId>maven-javadoc-plugin</artifactId>
117-
<version>3.10.0</version>
119+
<version>3.10.1</version>
118120
<configuration>
119121
<source>8</source>
120122
</configuration>
@@ -132,9 +134,10 @@ limitations under the License.
132134
to perform: mvn release:prepare release:perform Read http://nexus.sonatype.org/oss-repository-hosting.html#3
133135
for instructions on releasing to this project's Sonatype repository -->
134136
<plugin>
137+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin -->
135138
<groupId>org.apache.maven.plugins</groupId>
136139
<artifactId>maven-release-plugin</artifactId>
137-
<version>3.1.1</version>
140+
<version>3.1.1</version>
138141
<configuration>
139142
<mavenExecutorId>forked-path</mavenExecutorId>
140143
<arguments>-Psonatype-oss-release</arguments>
@@ -166,6 +169,7 @@ limitations under the License.
166169
<build>
167170
<plugins>
168171
<plugin>
172+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin -->
169173
<groupId>org.apache.maven.plugins</groupId>
170174
<artifactId>maven-source-plugin</artifactId>
171175
<version>3.3.1</version>
@@ -179,6 +183,7 @@ limitations under the License.
179183
</executions>
180184
</plugin>
181185
<plugin>
186+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
182187
<groupId>org.apache.maven.plugins</groupId>
183188
<artifactId>maven-compiler-plugin</artifactId>
184189
<version>3.13.0</version>
@@ -189,6 +194,7 @@ limitations under the License.
189194
</configuration>
190195
</plugin>
191196
<plugin>
197+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
192198
<groupId>org.apache.maven.plugins</groupId>
193199
<artifactId>maven-resources-plugin</artifactId>
194200
<version>3.3.1</version>
@@ -197,14 +203,16 @@ limitations under the License.
197203
</configuration>
198204
</plugin>
199205
<plugin>
206+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin -->
200207
<groupId>org.apache.maven.plugins</groupId>
201208
<artifactId>maven-jar-plugin</artifactId>
202209
<version>3.4.2</version>
203210
</plugin>
204211
<plugin>
212+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
205213
<groupId>org.apache.maven.plugins</groupId>
206214
<artifactId>maven-javadoc-plugin</artifactId>
207-
<version>3.10.0</version>
215+
<version>3.10.1</version>
208216
<!-- ONLY NEEDED With jdk 1.7+ -->
209217
<configuration>
210218
<source>8</source>
@@ -221,6 +229,7 @@ limitations under the License.
221229
</executions>
222230
</plugin>
223231
<plugin>
232+
<!-- https://mvnrepository.com/artifact/org.apache.felix/maven-bundle-plugin -->
224233
<groupId>org.apache.felix</groupId>
225234
<artifactId>maven-bundle-plugin</artifactId>
226235
<version>5.1.9</version>

json-smart/src/main/java/net/minidev/json/JSONArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011-2023 JSON-SMART authors
4+
* Copyright 2011-2024 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONAware.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011-2023 JSON-SMART authors
4+
* Copyright 2011-2024 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONAwareEx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011-2023 JSON-SMART authors
4+
* Copyright 2011-2024 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONNavi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011-2023 JSON-SMART authors
4+
* Copyright 2011-2024 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)