Skip to content

Commit 396f57b

Browse files
committed
Release 5.0.0
1 parent fe9551e commit 396f57b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
5-
64
<groupId>org.openconext</groupId>
75
<artifactId>attribute-aggregation-server</artifactId>
86
<packaging>jar</packaging>
97
<name>aa-server</name>
108
<description>Attribute Aggregation</description>
11-
<version>5.0.0-SNAPSHOT</version>
12-
9+
<version>5.0.0</version>
1310
<parent>
1411
<groupId>org.springframework.boot</groupId>
1512
<artifactId>spring-boot-starter-parent</artifactId>
1613
<version>3.4.5</version>
1714
</parent>
18-
1915
<properties>
2016
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2117
<java.version>21</java.version>
2218
</properties>
23-
2419
<dependencies>
2520
<dependency>
2621
<groupId>org.springframework.boot</groupId>
@@ -161,7 +156,6 @@
161156
<scope>test</scope>
162157
</dependency>
163158
</dependencies>
164-
165159
<build>
166160
<plugins>
167161
<plugin>
@@ -233,7 +227,6 @@
233227
</extension>
234228
</extensions>
235229
</build>
236-
237230
<distributionManagement>
238231
<repository>
239232
<id>openconext-releases</id>
@@ -246,5 +239,4 @@
246239
<url>dav:https://build.openconext.org/repository/public/snapshots</url>
247240
</snapshotRepository>
248241
</distributionManagement>
249-
250242
</project>

0 commit comments

Comments
 (0)