Skip to content

Commit

Permalink
update maven names
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Oct 4, 2023
1 parent e9258c5 commit 82451ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom-ditto-java-payload-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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>

<name>Eclipse Ditto custom Java payload mapper</name>
<name>Eclipse Ditto :: Examples :: Custom Java payload mapper</name>
<groupId>org.eclipse.ditto.examples</groupId>
<artifactId>custom-ditto-java-payload-mapper</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down
2 changes: 1 addition & 1 deletion influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.eclipse.ditto.examples</groupId>
<artifactId>influxdb</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Eclipse Ditto with InfluxDB</name>
<name>Eclipse Ditto :: Examples :: With InfluxDB</name>
<description>Spring Boot application that persists features changes from Ditto into an InfluxDB database.</description>

<properties>
Expand Down
1 change: 1 addition & 0 deletions java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-examples-java-client</artifactId>
<version>0-SNAPSHOT</version>
<name>Eclipse Ditto :: Examples :: Java Client Examples</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions payload-mapping-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-mapping-function-test-case</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Eclipse Ditto :: Examples :: Java Client Examples</name>

<properties>
<ditto.version>2.0.1</ditto.version>
Expand Down

0 comments on commit 82451ac

Please sign in to comment.