File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed
Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.disk-project</groupId >
66 <artifactId >disk-project</artifactId >
7- <version >2.5.2 </version >
7+ <version >3.0.0 </version >
88 <name >Disk</name >
99 <packaging >pom</packaging >
1010 <modules >
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" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3+
4+ <modelVersion >4.0.0</modelVersion >
5+ <groupId >org.disk-project</groupId >
6+ <artifactId >disk-project</artifactId >
7+ <version >2.5.2</version >
8+ <name >Disk</name >
9+ <packaging >pom</packaging >
10+ <modules >
11+ <module >shared</module >
12+ <module >server</module >
13+ </modules >
14+
15+ <properties >
16+ <maven .compiler.source>1.8</maven .compiler.source>
17+ <maven .compiler.target>1.8</maven .compiler.target>
18+ </properties >
19+
20+ <distributionManagement >
21+ <repository >
22+ <id >github</id >
23+ <name >GitHub OWNER Apache Maven Packages</name >
24+ <url >https://maven.pkg.github.com/KnowledgeCaptureAndDiscovery/DISK-WEB</url >
25+ </repository >
26+ </distributionManagement >
27+ </project >
Original file line number Diff line number Diff line change 1111 <packaging >war</packaging >
1212 <parent >
1313 <groupId >org.disk-project</groupId >
14- <version >2.5.2 </version >
14+ <version >3.0.0 </version >
1515 <artifactId >disk-project</artifactId >
1616 <relativePath >../pom.xml</relativePath >
1717 </parent >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.disk-project</groupId >
1414 <artifactId >disk-project</artifactId >
15- <version >2.5.2 </version >
15+ <version >3.0.0 </version >
1616 <relativePath >../pom.xml</relativePath >
1717 </parent >
1818
You can’t perform that action at this time.
0 commit comments