|
4 | 4 |
|
5 | 5 | <groupId>org.dspace</groupId>
|
6 | 6 | <artifactId>orcid-jaxb-api</artifactId>
|
7 |
| - <version>3.0.0</version> |
| 7 | + <version>3.0.0-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 | <name>ORCID Java API generated via JAXB</name>
|
10 | 10 | <description>
|
|
42 | 42 | <!-- Generate a file header with timestamp -->
|
43 | 43 | <noFileHeader>false</noFileHeader>
|
44 | 44 | <!-- Delete generateDirectory before recreating -->
|
45 |
| - <removeOldOutput>false</removeOldOutput> |
| 45 | + <removeOldOutput>true</removeOldOutput> |
46 | 46 | <!-- Add @Generated annotation to all generated source code -->
|
47 | 47 | <markGenerated>true</markGenerated>
|
48 | 48 | <!-- NOTE that we are generating directly into Java Source Directory! -->
|
|
65 | 65 | <arg>-Xnamespace-prefix</arg>
|
66 | 66 | <arg>-Xannotate</arg>
|
67 | 67 | </args>
|
68 |
| - <plugins> |
69 |
| - <plugin> |
70 |
| - <groupId>org.jvnet.jaxb2_commons</groupId> |
71 |
| - <artifactId>jaxb2-basics-annotate</artifactId> |
72 |
| - <version>1.1.0</version> |
73 |
| - </plugin> |
74 |
| - </plugins> |
| 68 | + <plugins> |
| 69 | + <plugin> |
| 70 | + <groupId>org.jvnet.jaxb2_commons</groupId> |
| 71 | + <artifactId>jaxb2-basics-annotate</artifactId> |
| 72 | + <version>1.1.0</version> |
| 73 | + </plugin> |
| 74 | + </plugins> |
75 | 75 | </configuration>
|
76 | 76 | <dependencies>
|
77 | 77 | <dependency>
|
|
202 | 202 | </configuration>
|
203 | 203 | </plugin>
|
204 | 204 | <plugin>
|
205 |
| - <artifactId>maven-compiler-plugin</artifactId> |
206 |
| - <version>3.0</version> |
207 |
| - <configuration> |
208 |
| - <source>1.6</source> |
209 |
| - <target>1.6</target> |
210 |
| - </configuration> |
211 |
| - </plugin> |
| 205 | + <artifactId>maven-compiler-plugin</artifactId> |
| 206 | + <version>3.0</version> |
| 207 | + <configuration> |
| 208 | + <source>1.6</source> |
| 209 | + <target>1.6</target> |
| 210 | + </configuration> |
| 211 | + </plugin> |
212 | 212 | </plugins>
|
213 | 213 | </build>
|
214 | 214 |
|
|
240 | 240 | <role>developer</role>
|
241 | 241 | </roles>
|
242 | 242 | </developer>
|
243 |
| - <developer> |
244 |
| - <name>Luigi Andrea Pascarelli</name> |
245 |
| - <email>luigiandrea.pascarelli@4science.it</email> |
246 |
| - <timezone>GMT +1</timezone> |
247 |
| - </developer> |
248 |
| - <developer> |
249 |
| - <name>Francesco Pio Scognamiglio</name> |
250 |
| - <email>francescopio.scognamiglio@4science.it</email> |
251 |
| - <timezone>GMT +1</timezone> |
252 |
| - </developer> |
253 | 243 | </developers>
|
254 | 244 |
|
255 | 245 | <!-- ORCID XSDs are released under MIT License. This source is generated from them, so we inherit license -->
|
|
0 commit comments