Skip to content

Commit

Permalink
[maven-release-plugin] prepare release peppol-commons-parent-pom-9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 29, 2024
1 parent de6b8b2 commit 7d30c06
Show file tree
Hide file tree
Showing 12 changed files with 179 additions and 179 deletions.
334 changes: 167 additions & 167 deletions dbnalliance-xhe/pom.xml
Original file line number Diff line number Diff line change
@@ -1,167 +1,167 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2024 Philip Helger
philip[at]helger[dot]com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0-SNAPSHOT</version>
</parent>
<artifactId>dbnalliance-xhe</artifactId>
<packaging>bundle</packaging>
<name>dbnalliance-xhe</name>
<url>https://github.com/phax/peppol-commons/dbnalliance-xhe</url>
<inceptionYear>2024</inceptionYear>
<description>Library for reading and writing OASIS Exchange Header Envelope (XHE) Version 1.0 documents conforming to the DBNAlliance specifications</description>

<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>

<organization>
<name>Philip Helger</name>
<url>http://www.helger.com</url>
</organization>

<developers>
<developer>
<id>robinsongarciax</id>
<name>Robinson Garcia</name>
</developer>
<developer>
<id>philip</id>
<name>Philip Helger</name>
<email>ph(at)helger.com</email>
<url>http://www.helger.com</url>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons</artifactId>
</dependency>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-jaxb</artifactId>
</dependency>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-datetime</artifactId>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-xhe</artifactId>
<version>${ph-xhe.version}</version>
</dependency>
<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons</artifactId>
</dependency>
<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-id</artifactId>
</dependency>

<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-testfiles</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Automatic-Module-Name>com.helger.peppol.sbdh</Automatic-Module-Name>
<Export-Package>
com.helger.peppol.sbdh,
com.helger.peppol.sbdh.payload,
com.helger.peppol.sbdh.read,
com.helger.peppol.sbdh.write,
com.helger.peppol.sbdh.spec12
</Export-Package>
<Import-Package>!javax.annotation.*,*</Import-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>${jaxb-plugin.group}</groupId>
<artifactId>${jaxb-plugin.artifact}</artifactId>
<version>${jaxb-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<schemaDirectory>src/main/resources/external/schemas</schemaDirectory>
<bindingDirectory>src/main/jaxb</bindingDirectory>
<extension>true</extension>
<strict>false</strict>
<args>
<arg>-no-header</arg>
<arg>-Xph-default-locale</arg>
<arg>en_US</arg>
<arg>-Xph-annotate</arg>
<arg>-Xph-fields-private</arg>
<arg>-Xph-code-quality</arg>
<arg>-Xph-implements</arg>
<arg>java.io.Serializable</arg>
<arg>-Xph-equalshashcode</arg>
<arg>-Xph-tostring</arg>
<arg>-Xph-list-extension</arg>
<arg>-Xph-csu</arg>
<arg>-Xph-cloneable2</arg>
<arg>-Xph-offset-dt-extension</arg>
</args>
</configuration>
<dependencies>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-jaxb-plugin</artifactId>
<version>${ph-jaxb-plugin.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2024 Philip Helger
philip[at]helger[dot]com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0</version>
</parent>
<artifactId>dbnalliance-xhe</artifactId>
<packaging>bundle</packaging>
<name>dbnalliance-xhe</name>
<url>https://github.com/phax/peppol-commons/dbnalliance-xhe</url>
<inceptionYear>2024</inceptionYear>
<description>Library for reading and writing OASIS Exchange Header Envelope (XHE) Version 1.0 documents conforming to the DBNAlliance specifications</description>

<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>

<organization>
<name>Philip Helger</name>
<url>http://www.helger.com</url>
</organization>

<developers>
<developer>
<id>robinsongarciax</id>
<name>Robinson Garcia</name>
</developer>
<developer>
<id>philip</id>
<name>Philip Helger</name>
<email>ph(at)helger.com</email>
<url>http://www.helger.com</url>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons</artifactId>
</dependency>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-jaxb</artifactId>
</dependency>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-datetime</artifactId>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-xhe</artifactId>
<version>${ph-xhe.version}</version>
</dependency>
<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons</artifactId>
</dependency>
<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-id</artifactId>
</dependency>

<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-testfiles</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Automatic-Module-Name>com.helger.peppol.sbdh</Automatic-Module-Name>
<Export-Package>
com.helger.peppol.sbdh,
com.helger.peppol.sbdh.payload,
com.helger.peppol.sbdh.read,
com.helger.peppol.sbdh.write,
com.helger.peppol.sbdh.spec12
</Export-Package>
<Import-Package>!javax.annotation.*,*</Import-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>${jaxb-plugin.group}</groupId>
<artifactId>${jaxb-plugin.artifact}</artifactId>
<version>${jaxb-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<schemaDirectory>src/main/resources/external/schemas</schemaDirectory>
<bindingDirectory>src/main/jaxb</bindingDirectory>
<extension>true</extension>
<strict>false</strict>
<args>
<arg>-no-header</arg>
<arg>-Xph-default-locale</arg>
<arg>en_US</arg>
<arg>-Xph-annotate</arg>
<arg>-Xph-fields-private</arg>
<arg>-Xph-code-quality</arg>
<arg>-Xph-implements</arg>
<arg>java.io.Serializable</arg>
<arg>-Xph-equalshashcode</arg>
<arg>-Xph-tostring</arg>
<arg>-Xph-list-extension</arg>
<arg>-Xph-csu</arg>
<arg>-Xph-cloneable2</arg>
<arg>-Xph-offset-dt-extension</arg>
</args>
</configuration>
<dependencies>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-jaxb-plugin</artifactId>
<version>${ph-jaxb-plugin.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion peppol-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0-SNAPSHOT</version>
<version>9.5.0</version>
</parent>
<artifactId>peppol-commons</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion peppol-directory-businesscard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0-SNAPSHOT</version>
<version>9.5.0</version>
</parent>
<artifactId>peppol-directory-businesscard</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion peppol-id-datatypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0-SNAPSHOT</version>
<version>9.5.0</version>
</parent>
<artifactId>peppol-id-datatypes</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion peppol-id/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0-SNAPSHOT</version>
<version>9.5.0</version>
</parent>
<artifactId>peppol-id</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion peppol-mlr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0-SNAPSHOT</version>
<version>9.5.0</version>
</parent>
<artifactId>peppol-mlr</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion peppol-sbdh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0-SNAPSHOT</version>
<version>9.5.0</version>
</parent>
<artifactId>peppol-sbdh</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion peppol-sml-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.5.0-SNAPSHOT</version>
<version>9.5.0</version>
</parent>
<artifactId>peppol-sml-client</artifactId>
<packaging>bundle</packaging>
Expand Down
Loading

0 comments on commit 7d30c06

Please sign in to comment.