File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 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 >
161156 <scope >test</scope >
162157 </dependency >
163158 </dependencies >
164-
165159 <build >
166160 <plugins >
167161 <plugin >
233227 </extension >
234228 </extensions >
235229 </build >
236-
237230 <distributionManagement >
238231 <repository >
239232 <id >openconext-releases</id >
246239 <url >dav:https://build.openconext.org/repository/public/snapshots</url >
247240 </snapshotRepository >
248241 </distributionManagement >
249-
250242</project >
You can’t perform that action at this time.
0 commit comments