Skip to content

Commit

Permalink
revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling committed Nov 12, 2024
1 parent 19adc4f commit 0466a34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>mobidam-eai-commons-lib</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-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.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions 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.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>mobidam-eai-commons</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<url>${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}</url>
<connection>scm:git:${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git</connection>
<developerConnection>scm:git:${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git</developerConnection>
<tag>0.0.1</tag>
<tag>head</tag>
</scm>

<properties>
Expand Down

0 comments on commit 0466a34

Please sign in to comment.