Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 1247b2a

Browse files
committed
Indentation and minor cleanup
1 parent f4d7bda commit 1247b2a

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

pom.xml

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.dspace</groupId>
66
<artifactId>orcid-jaxb-api</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.0.0-SNAPSHOT</version>
88

99
<name>ORCID Java API generated via JAXB</name>
1010
<description>
@@ -42,7 +42,7 @@
4242
<!-- Generate a file header with timestamp -->
4343
<noFileHeader>false</noFileHeader>
4444
<!-- Delete generateDirectory before recreating -->
45-
<removeOldOutput>false</removeOldOutput>
45+
<removeOldOutput>true</removeOldOutput>
4646
<!-- Add @Generated annotation to all generated source code -->
4747
<markGenerated>true</markGenerated>
4848
<!-- NOTE that we are generating directly into Java Source Directory! -->
@@ -65,13 +65,13 @@
6565
<arg>-Xnamespace-prefix</arg>
6666
<arg>-Xannotate</arg>
6767
</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>
7575
</configuration>
7676
<dependencies>
7777
<dependency>
@@ -202,13 +202,13 @@
202202
</configuration>
203203
</plugin>
204204
<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>
212212
</plugins>
213213
</build>
214214

@@ -240,16 +240,6 @@
240240
<role>developer</role>
241241
</roles>
242242
</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>
253243
</developers>
254244

255245
<!-- ORCID XSDs are released under MIT License. This source is generated from them, so we inherit license -->

0 commit comments

Comments
 (0)