Skip to content

Commit 27ff7bd

Browse files
committed
Update generated files
1 parent 2339cc9 commit 27ff7bd

File tree

182 files changed

+4896
-3602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+4896
-3602
lines changed

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.spdx</groupId>
44
<artifactId>spdx-java-model-3_0</artifactId>
5-
<version>1.0.0-RC3-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
<name>spdx-java-model-3</name>
77
<description>Generated java model source code</description>
8-
<url>https://github.com/spdx/spdx-java-model-3_0</url>
8+
<url>https://github.com/spdx/spdx-java-model-3_0</url>
99
<licenses>
1010
<license>
1111
<name>The Apache Software License, Version 2.0</name>
@@ -43,7 +43,7 @@
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<maven.compiler.source>8</maven.compiler.source>
4545
<maven.compiler.target>8</maven.compiler.target>
46-
<dependency-check-maven.version>8.0.1</dependency-check-maven.version>
46+
<dependency-check-maven.version>8.4.3</dependency-check-maven.version>
4747
</properties>
4848
<profiles>
4949
<profile>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.apache.logging.log4j</groupId>
5454
<artifactId>log4j-slf4j2-impl</artifactId>
55-
<version>2.20.0</version>
55+
<version>2.25.1</version>
5656
<scope>test</scope>
5757
<exclusions>
5858
<exclusion>
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-source-plugin</artifactId>
73-
<version>3.2.1</version>
73+
<version>3.3.1</version>
7474
<executions>
7575
<execution>
7676
<id>attach-sources</id>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-gpg-plugin</artifactId>
87-
<version>3.1.0</version>
87+
<version>3.2.8</version>
8888
<executions>
8989
<execution>
9090
<id>sign-artifacts</id>
@@ -112,12 +112,12 @@
112112
<dependency>
113113
<groupId>org.slf4j</groupId>
114114
<artifactId>slf4j-api</artifactId>
115-
<version>2.0.7</version>
115+
<version>2.0.17</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>junit</groupId>
119119
<artifactId>junit</artifactId>
120-
<version>4.13.1</version>
120+
<version>4.13.2</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-compiler-plugin</artifactId>
135-
<version>3.11.0</version>
135+
<version>3.14.0</version>
136136
<configuration>
137137
<encoding>${project.build.sourceEncoding}</encoding>
138138
<showDeprecation>true</showDeprecation>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.codehaus.mojo</groupId>
145145
<artifactId>build-helper-maven-plugin</artifactId>
146-
<version>3.5.0</version>
146+
<version>3.6.1</version>
147147
<executions>
148148
<execution>
149149
<id>add-source</id>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-javadoc-plugin</artifactId>
165-
<version>3.5.0</version>
165+
<version>3.11.3</version>
166166
<configuration>
167167
<quiet>true</quiet>
168168
<notimestamp>true</notimestamp>
@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
185185
<artifactId>maven-jar-plugin</artifactId>
186-
<version>3.3.0</version>
186+
<version>3.4.2</version>
187187
<configuration>
188188
<archive>
189189
<manifestEntries>
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-source-plugin</artifactId>
198-
<version>3.3.0</version>
198+
<version>3.3.1</version>
199199
<executions>
200200
<execution>
201201
<id>attach-sources</id>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.spdx</groupId>
211211
<artifactId>spdx-maven-plugin</artifactId>
212-
<version>0.7.4</version>
212+
<version>1.0.3</version>
213213
<executions>
214214
<execution>
215215
<id>build-spdx</id>
@@ -249,7 +249,7 @@
249249
<plugin>
250250
<groupId>org.apache.maven.plugins</groupId>
251251
<artifactId>maven-release-plugin</artifactId>
252-
<version>3.0.1</version>
252+
<version>3.1.1</version>
253253
<configuration>
254254
<tagNameFormat>v@{project.version}</tagNameFormat>
255255
<releaseProfiles>release</releaseProfiles>

src/main/java/org/spdx/library/model/v3_0_1/SpdxEnumFactory.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* SPDX-FileCopyrightText: Copyright (c) Source Auditor Inc.
33
* SPDX-FileType: SOURCE
44
* SPDX-License-Identifier: Apache-2.0
5+
* *** DO NOT EDIT ***
6+
* This file is generated by the Model to Java utility
57
*/
68
package org.spdx.library.model.v3_0_1;
79

@@ -34,9 +36,6 @@
3436
import org.spdx.library.model.v3_0_1.software.SoftwarePurpose;
3537

3638
/**
37-
* *** DO NOT EDIT ***
38-
* This class is generated by the Model to Java utility
39-
*
4039
* This is a static class used to translate a URI into a Java enum class
4140
* It is a static class with a single public static field <code>uriToEnum</code> which maps the URI to the enum class
4241
*/

src/main/java/org/spdx/library/model/v3_0_1/SpdxModelClassFactoryV3.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public class SpdxModelClassFactoryV3 {
186186
typeToClassV3.put(SpdxConstantsV3.EXPANDED_LICENSING_NO_ASSERTION_LICENSE, org.spdx.library.model.v3_0_1.expandedlicensing.NoAssertionLicense.class);
187187
typeToClassV3.put(SpdxConstantsV3.EXPANDED_LICENSING_NONE_LICENSE, org.spdx.library.model.v3_0_1.expandedlicensing.NoneLicense.class);
188188
typeToClassV3.put(SpdxConstantsV3.CORE_SPDX_ORGANIZATION, org.spdx.library.model.v3_0_1.core.SpdxOrganization.class);
189+
typeToClassV3.put(org.spdx.library.model.v3_0_1.simplelicensing.InvalidLicenseExpression.INVALID_LICENSE_EXPRESSION_TYPE, org.spdx.library.model.v3_0_1.simplelicensing.InvalidLicenseExpression.class);
189190

190191
SPDX_TYPE_TO_CLASS_V3 = Collections.unmodifiableMap(typeToClassV3);
191192

0 commit comments

Comments
 (0)