Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ascatox authored Jun 17, 2020
1 parent e228c54 commit 1ba45f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion clearing-house-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<groupId>it.eng</groupId>
<artifactId>clearing-house-client</artifactId>
<version>${project.parent.version}</version>

<repositories>
<repository>
<id>snapshots</id>
<name>maven-snapshots</name>
<url>https://maven.iais.fraunhofer.de/artifactory/eis-ids-public</url>
</repository>
</repositories>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -107,4 +116,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 1ba45f4

Please sign in to comment.