Skip to content

Commit

Permalink
fix(agama): adjust pom version #1402
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed May 19, 2022
1 parent 597871b commit 9f26a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agama/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
<dependency>
<groupId>io.jans</groupId>
<artifactId>agama-model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${jans.version}</version>
</dependency>
<dependency>
<groupId>io.jans</groupId>
<artifactId>agama-transpiler</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${jans.version}</version>
</dependency>

<!-- SERVLET -->
Expand Down

0 comments on commit 9f26a56

Please sign in to comment.