Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling committed Nov 12, 2024
2 parents 9c0f3c2 + 48a2205 commit 19adc4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mobidam-eai-commons-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
<parent>
<groupId>de.muenchen.mobidam</groupId>
<artifactId>mobidam-eai-commons</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>mobidam-eai-commons-lib</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<name>mobidam-eai-commons-lib</name>
<description>Contains independent, reusable code that does not require direct Spring Boot integration.</description>

Expand Down
4 changes: 2 additions & 2 deletions mobidam-eai-commons-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
<parent>
<groupId>de.muenchen.mobidam</groupId>
<artifactId>mobidam-eai-commons</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>mobidam-eai-commons-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<name>mobidam-eai-commons-starter</name>
<description>Spring boot configuration and starter features.</description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>de.muenchen.mobidam</groupId>
<artifactId>mobidam-eai-commons</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>

<packaging>pom</packaging>
<name>mobidam-eai-commons</name>
Expand Down

0 comments on commit 19adc4f

Please sign in to comment.