Skip to content

Commit aaee3f4

Browse files
author
Joerg Huber
committed
Update dependency for test cases with SIF AU 3.4.4.
1 parent 8eb0dee commit aaee3f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SIF3InfraREST/SIF3Demo/sif3-demo-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>sifau</groupId>
5454
<artifactId>sif3-au-datamodel</artifactId>
55-
<version>3.4.3</version>
55+
<version>3.4.4</version>
5656
</dependency>
5757

5858
<!-- =============================== -->

SIF3InfraREST/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>sifau</groupId>
6363
<artifactId>sif3-au-datamodel</artifactId>
64-
<version>3.4.3</version>
64+
<version>3.4.4</version>
6565
<scope>test</scope>
6666
</dependency>
6767

@@ -166,11 +166,11 @@
166166
<id>install-external-au-datamodel</id>
167167
<phase>clean</phase>
168168
<configuration>
169-
<file>${project.lib.dir}/datamodel/sifDataModel_au3.4.3.jar</file>
169+
<file>${project.lib.dir}/datamodel/sifDataModel_au3.4.4.jar</file>
170170
<repositoryLayout>default</repositoryLayout>
171171
<groupId>sifau</groupId>
172172
<artifactId>sif3-au-datamodel</artifactId>
173-
<version>3.4.3</version>
173+
<version>3.4.4</version>
174174
<packaging>jar</packaging>
175175
<generatePom>true</generatePom>
176176
</configuration>

0 commit comments

Comments
 (0)