Skip to content

Commit

Permalink
Release 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Feb 29, 2024
1 parent dbb6765 commit a3c5a3c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.6</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>org.surfnet</groupId>
<artifactId>student-mobility-inteken-ontvanger-generiek</artifactId>
<version>0.2.13-SNAPSHOT</version>
<version>0.2.13</version>
<name>inteken-ontvanger-generiek</name>
<description>inteken-ontvanger-generiek</description>

<properties>
<java.version>1.8</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -109,9 +107,7 @@
<version>2.27.2</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -174,7 +170,6 @@
</extension>
</extensions>
</build>

<distributionManagement>
<repository>
<id>openconext-releases</id>
Expand All @@ -187,5 +182,4 @@
<url>dav:https://build.openconext.org/repository/public/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit a3c5a3c

Please sign in to comment.