Skip to content

Commit

Permalink
Maven coordinates should no longer use oracle-tools but pato instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpaulissen committed May 13, 2024
1 parent 1800264 commit 7f7be76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The .../projects/YOUR-PROJECT/db/pom.xml may have as parent:

```
<parent>
<groupId>com.paulissoft.oracle-tools</groupId>
<groupId>com.paulissoft.pato</groupId>
<artifactId>db</artifactId>
<version>${revision}</version>
<relativePath>../../oracle-tools/db</relativePath>
Expand All @@ -148,7 +148,7 @@ The .../projects/YOUR-PROJECT/apex/pom.xml may have as parent:

```
<parent>
<groupId>com.paulissoft.oracle-tools</groupId>
<groupId>com.paulissoft.pato</groupId>
<artifactId>apex</artifactId>
<version>${revision}</version>
<relativePath>../../oracle-tools/apex</relativePath>
Expand All @@ -167,7 +167,7 @@ This is deprecated since it is too fragile. see also [Remove Maven dependency me
[//]: # ()
[//]: # (```)
[//]: # ( <parent>)
[//]: # ( <groupId>com.paulissoft.oracle-tools</groupId>)
[//]: # ( <groupId>com.paulissoft.pato</groupId>)
[//]: # ( <artifactId>db</artifactId>)
[//]: # ( <version>YOUR VERSION</version>)
[//]: # ( <relativePath></relativePath>)
Expand Down Expand Up @@ -202,7 +202,7 @@ This is deprecated since it is too fragile. see also [Remove Maven dependency me
[//]: # ()
[//]: # (```)
[//]: # ( <parent>)
[//]: # ( <groupId>com.paulissoft.oracle-tools</groupId>)
[//]: # ( <groupId>com.paulissoft.pato</groupId>)
[//]: # ( <artifactId>apex</artifactId>)
[//]: # ( <version>YOUR VERSION</version>)
[//]: # ( <relativePath></relativePath>)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Now another project POM in <project>/db, can have as parent one of the PATO POMs

```
<parent>
<groupId>com.paulissoft.oracle-tools</groupId>
<groupId>com.paulissoft.pato</groupId>
<artifactId>db</artifactId>
<version>${revision}</version>
<relativePath>../../oracle-tools/db</relativePath>
Expand Down

0 comments on commit 7f7be76

Please sign in to comment.