Skip to content

Commit

Permalink
Revert "fix(dependabot): Possible fix for dependabot issue"
Browse files Browse the repository at this point in the history
This reverts commit 16b4bdb.
  • Loading branch information
ds-pweick committed Jun 11, 2024
1 parent e03421e commit af45ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-Drevision=0.0.2-SNAPSHOT
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<groupId>org.eclipse.tractusx.irs</groupId>
<artifactId>item-relationship-service-root</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>

<name>Item Relationship Service</name>
Expand Down Expand Up @@ -61,7 +62,6 @@
</modules>

<properties>
<revision>0.0.2-SNAPSHOT</revision>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down Expand Up @@ -127,8 +127,6 @@
<commons-collections4.version>4.4</commons-collections4.version>
</properties>

<version>${revision}</version>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit af45ac0

Please sign in to comment.