|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.spdx</groupId> |
4 | 4 | <artifactId>spdx-java-model-3_0</artifactId> |
5 | | - <version>1.0.0-RC3-SNAPSHOT</version> |
| 5 | + <version>1.0.1</version> |
6 | 6 | <name>spdx-java-model-3</name> |
7 | 7 | <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> |
9 | 9 | <licenses> |
10 | 10 | <license> |
11 | 11 | <name>The Apache Software License, Version 2.0</name> |
|
43 | 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
44 | 44 | <maven.compiler.source>8</maven.compiler.source> |
45 | 45 | <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> |
47 | 47 | </properties> |
48 | 48 | <profiles> |
49 | 49 | <profile> |
|
52 | 52 | <dependency> |
53 | 53 | <groupId>org.apache.logging.log4j</groupId> |
54 | 54 | <artifactId>log4j-slf4j2-impl</artifactId> |
55 | | - <version>2.20.0</version> |
| 55 | + <version>2.25.1</version> |
56 | 56 | <scope>test</scope> |
57 | 57 | <exclusions> |
58 | 58 | <exclusion> |
|
70 | 70 | <plugin> |
71 | 71 | <groupId>org.apache.maven.plugins</groupId> |
72 | 72 | <artifactId>maven-source-plugin</artifactId> |
73 | | - <version>3.2.1</version> |
| 73 | + <version>3.3.1</version> |
74 | 74 | <executions> |
75 | 75 | <execution> |
76 | 76 | <id>attach-sources</id> |
|
84 | 84 | <plugin> |
85 | 85 | <groupId>org.apache.maven.plugins</groupId> |
86 | 86 | <artifactId>maven-gpg-plugin</artifactId> |
87 | | - <version>3.1.0</version> |
| 87 | + <version>3.2.8</version> |
88 | 88 | <executions> |
89 | 89 | <execution> |
90 | 90 | <id>sign-artifacts</id> |
|
112 | 112 | <dependency> |
113 | 113 | <groupId>org.slf4j</groupId> |
114 | 114 | <artifactId>slf4j-api</artifactId> |
115 | | - <version>2.0.7</version> |
| 115 | + <version>2.0.17</version> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
118 | 118 | <groupId>junit</groupId> |
119 | 119 | <artifactId>junit</artifactId> |
120 | | - <version>4.13.1</version> |
| 120 | + <version>4.13.2</version> |
121 | 121 | <scope>test</scope> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
|
132 | 132 | <plugin> |
133 | 133 | <groupId>org.apache.maven.plugins</groupId> |
134 | 134 | <artifactId>maven-compiler-plugin</artifactId> |
135 | | - <version>3.11.0</version> |
| 135 | + <version>3.14.0</version> |
136 | 136 | <configuration> |
137 | 137 | <encoding>${project.build.sourceEncoding}</encoding> |
138 | 138 | <showDeprecation>true</showDeprecation> |
|
143 | 143 | <plugin> |
144 | 144 | <groupId>org.codehaus.mojo</groupId> |
145 | 145 | <artifactId>build-helper-maven-plugin</artifactId> |
146 | | - <version>3.5.0</version> |
| 146 | + <version>3.6.1</version> |
147 | 147 | <executions> |
148 | 148 | <execution> |
149 | 149 | <id>add-source</id> |
|
162 | 162 | <plugin> |
163 | 163 | <groupId>org.apache.maven.plugins</groupId> |
164 | 164 | <artifactId>maven-javadoc-plugin</artifactId> |
165 | | - <version>3.5.0</version> |
| 165 | + <version>3.11.3</version> |
166 | 166 | <configuration> |
167 | 167 | <quiet>true</quiet> |
168 | 168 | <notimestamp>true</notimestamp> |
|
183 | 183 | <plugin> |
184 | 184 | <groupId>org.apache.maven.plugins</groupId> |
185 | 185 | <artifactId>maven-jar-plugin</artifactId> |
186 | | - <version>3.3.0</version> |
| 186 | + <version>3.4.2</version> |
187 | 187 | <configuration> |
188 | 188 | <archive> |
189 | 189 | <manifestEntries> |
|
195 | 195 | <plugin> |
196 | 196 | <groupId>org.apache.maven.plugins</groupId> |
197 | 197 | <artifactId>maven-source-plugin</artifactId> |
198 | | - <version>3.3.0</version> |
| 198 | + <version>3.3.1</version> |
199 | 199 | <executions> |
200 | 200 | <execution> |
201 | 201 | <id>attach-sources</id> |
|
209 | 209 | <plugin> |
210 | 210 | <groupId>org.spdx</groupId> |
211 | 211 | <artifactId>spdx-maven-plugin</artifactId> |
212 | | - <version>0.7.4</version> |
| 212 | + <version>1.0.3</version> |
213 | 213 | <executions> |
214 | 214 | <execution> |
215 | 215 | <id>build-spdx</id> |
|
249 | 249 | <plugin> |
250 | 250 | <groupId>org.apache.maven.plugins</groupId> |
251 | 251 | <artifactId>maven-release-plugin</artifactId> |
252 | | - <version>3.0.1</version> |
| 252 | + <version>3.1.1</version> |
253 | 253 | <configuration> |
254 | 254 | <tagNameFormat>v@{project.version}</tagNameFormat> |
255 | 255 | <releaseProfiles>release</releaseProfiles> |
|
0 commit comments