Skip to content

Commit

Permalink
Merge branch 'release/0.0.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Linder committed Jan 23, 2024
2 parents 9703f29 + 402ce0c commit 4133a66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
6 changes: 2 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>ch.dvbern.oss.commons-i18n-l10n</groupId>
<artifactId>dvb-commons-i18n-l10n-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>dvb-commons-i18n-l10n-api</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions assertions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>ch.dvbern.oss.commons-i18n-l10n</groupId>
<artifactId>dvb-commons-i18n-l10n-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>dvb-commons-i18n-l10n-assertions</artifactId>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>
Expand All @@ -12,7 +10,7 @@

<groupId>ch.dvbern.oss.commons-i18n-l10n</groupId>
<artifactId>dvb-commons-i18n-l10n-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>

<!-- *********************** Release HowTo *********************************************** -->
Expand Down Expand Up @@ -42,7 +40,7 @@
<maven-enforcer-plugin.requireJavaVersion.version>${maven-compiler-plugin.javaversion}</maven-enforcer-plugin.requireJavaVersion.version>

<!-- this will get modified by jacoco -->
<surefire.argLine/>
<surefire.argLine />
</properties>
<!-- </editor-fold> -->

Expand Down Expand Up @@ -302,7 +300,7 @@
<profile>
<id>maven-central</id>
<properties>
<skip-javadoc/>
<skip-javadoc />
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 4133a66

Please sign in to comment.