Skip to content

Commit

Permalink
ISSUES-99: Fixed parent pom relativePath for some submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-martin committed Feb 10, 2019
1 parent 9d0894d commit ba89917
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>spring-security-oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<build>
Expand Down
1 change: 1 addition & 0 deletions clients-angular/oauth-ui-implicit-angular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>spring-security-oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<build>
Expand Down
1 change: 1 addition & 0 deletions clients-angular/oauth-ui-password-angular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>spring-security-oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<build>
Expand Down
1 change: 1 addition & 0 deletions demo/spring-security-oauth-resource-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<groupId>org.baeldung</groupId>
<artifactId>spring-security-oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions demo/spring-security-oauth-server-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<groupId>org.baeldung</groupId>
<artifactId>spring-security-oauth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<dependencies>
Expand Down

0 comments on commit ba89917

Please sign in to comment.