Skip to content

Commit

Permalink
Add dev.galasa.platform to pom.xmls as a POM artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Nov 27, 2024
1 parent 8f444ce commit 1bc1a31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions full/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<type>pom</type>
</dependency>

<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.platform</artifactId>
<version>{{.Release}}</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions mvp/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<type>pom</type>
</dependency>

<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.platform</artifactId>
<version>{{.Release}}</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
Expand Down

0 comments on commit 1bc1a31

Please sign in to comment.