Skip to content

Commit c5f6b65

Browse files
Change package name
1 parent 4ddbc01 commit c5f6b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@jakarta.xml.bind.annotation.XmlNs(prefix = "opengis", namespaceURI = "http://www.opengis.net/gml/3.2"),
1111
}
1212
)
13-
package de.vdv.ojp20.model;
13+
package de.vdv.ojp20;
1414

1515
import jakarta.xml.bind.annotation.XmlNs;
1616
import jakarta.xml.bind.annotation.XmlNsForm;

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
<configuration>
338338
<target>
339339
<copy file="${project.basedir}/package-info.java"
340-
todir="${project.build.directory}/generated-sources/xjc/de/vdv/ojp20/model" overwrite="true"/>
340+
todir="${project.build.directory}/generated-sources/xjc/de/vdv/ojp20" overwrite="true"/>
341341
</target>
342342
</configuration>
343343
</execution>

0 commit comments

Comments
 (0)