Skip to content

Commit

Permalink
Merge branch 'prepare-for-sdk2' into efx-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rousso committed Apr 15, 2023
2 parents cf25a36 + 94a0ec9 commit 6a8f95c
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>eu.europa.ted.eforms</groupId>
<artifactId>eforms-notice-viewer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>

<name>eForms Notice Viewer</name>
<description>eForms Notice Viewer sample application.</description>
Expand Down Expand Up @@ -55,7 +55,7 @@

<!-- Versions - eForms -->
<version.efx-toolkit>2.0.0-SNAPSHOT</version.efx-toolkit>
<version.eforms-core>1.0.1</version.eforms-core>
<version.eforms-core>1.0.2-SNAPSHOT</version.eforms-core>

<!-- Versions - Third-party libraries -->
<version.antlr4>4.9.3</version.antlr4>
Expand Down Expand Up @@ -285,6 +285,25 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>oss-snapshots</id>
<name>OSS Snapshots repository</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 6a8f95c

Please sign in to comment.