Skip to content

Commit

Permalink
Add relativePath to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Nov 28, 2023
1 parent 99cdd51 commit 4236eea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions spring-rewrite-commons-examples/boot-3-upgrade-atomic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframwork.rewrite</groupId>
<groupId>org.springframework.rewrite</groupId>
<artifactId>spring-rewrite-commons</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>boot-3-upgrade-atomic</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion spring-rewrite-commons-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<parent>
<groupId>org.springframework.rewrite</groupId>
<artifactId>spring-rewrite-commons</artifactId>
<version>0.1.0</version>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>spring-rewrite-commons-launcher</artifactId>
Expand Down

0 comments on commit 4236eea

Please sign in to comment.