Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Apr 20, 2023
1 parent 7ee705e commit a623802
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<artifactId>de.pro-vision.training.conga.basic.sample-app</artifactId>
<version>1-SNAPSHOT</version>
<type>war</type>
<scope>compile</scope>
</dependency>

</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<groupId>de.pro-vision.training.conga</groupId>
<artifactId>de.pro-vision.training.conga.basic.definition</artifactId>
<version>1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

<!-- Example reference for downloading maven artifact in CONGA -->
Expand All @@ -32,6 +33,7 @@
<version>1.2.8</version>
<type>xml</type>
<classifier>site</classifier>
<scope>compile</scope>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.global-parent</artifactId>
<version>40</version>
<version>51</version>
<relativePath/>
</parent>

Expand All @@ -31,7 +31,7 @@
<plugin>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.14.2</version>
<version>1.15.0</version>
<extensions>true</extensions>
</plugin>

Expand Down

0 comments on commit a623802

Please sign in to comment.