This repository was archived by the owner on Jul 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
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" 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"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
35 <modelVersion >4.0.0</modelVersion >
46
57 <groupId >com.ustermetrics</groupId >
68 <artifactId >ecos4j</artifactId >
7- <version >0.4.4 -SNAPSHOT</version >
9+ <version >0-SNAPSHOT</version >
810
911 <properties >
1012 <java .version>21</java .version>
1416 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1517 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1618 <git .repository>https://github.com/atraplet/${project.artifactId} </git .repository>
17- <argLine />
19+ <argLine />
1820 </properties >
1921
2022 <name >${project.groupId} :${project.artifactId} </name >
4143 <connection >scm:git:${git.repository} .git</connection >
4244 <developerConnection >scm:git:${git.repository} .git</developerConnection >
4345 <url >${git.repository} /tree/master</url >
44- <tag >HEAD</tag >
45- </scm >
46+ </scm >
4647
4748 <distributionManagement >
4849 <snapshotRepository >
You can’t perform that action at this time.
0 commit comments