File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+
6+ <groupId >no.spk</groupId >
7+ <artifactId >felles-openapi-customizer-lib</artifactId >
8+ <version >0.0.1-SNAPSHOT</version >
9+
10+ <scm >
11+ <
connection >scm:git:
[email protected] :statens-pensjonskasse/felles-openapi-customizer-lib.git</
connection >
12+ <
developerConnection >scm:git:
[email protected] :statens-pensjonskasse/felles-openapi-customizer-lib.git</
developerConnection >
13+ <url >https://github.com/statens-pensjonskasse/felles-openapi-customizer-lib</url >
14+ </scm >
15+
16+ <distributionManagement >
17+ <repository >
18+ <id >github</id >
19+ <url >https://maven.pkg.github.com/statens-pensjonskasse/felles-openapi-customizer-lib</url >
20+ </repository >
21+ </distributionManagement >
22+
23+ <properties >
24+ <java .version>25</java .version>
25+ </properties >
26+
27+ <dependencies >
28+ </dependencies >
29+
30+ <repositories >
31+ <repository >
32+ <id >github</id >
33+ <url >https://maven.pkg.github.com/statens-pensjonskasse/*</url >
34+ </repository >
35+ </repositories >
36+ </project >
37+
You can’t perform that action at this time.
0 commit comments