Skip to content

Commit 358a14c

Browse files
committed
runner-feedback-agent1.jar
1 parent 7c96012 commit 358a14c

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

pom.xml

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,28 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
</properties>
2222

23-
<repositories>
24-
<repository>
25-
<id>nexus</id>
26-
<url>http://192.168.1.235:8081/nexus/content/groups/public/</url>
27-
</repository>
28-
</repositories>
23+
<licenses>
24+
<license>
25+
<name>The Apache Software License, Version 2.0</name>
26+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
27+
<distribution>actable</distribution>
28+
</license>
29+
</licenses>
2930

30-
<distributionManagement>
31-
<repository>
32-
<id>releases</id>
33-
<name>Nexus Release Repository</name>
34-
<url>http://192.168.1.235:8081/nexus/content/repositories/releases/</url>
35-
</repository>
36-
<snapshotRepository>
37-
<id>snapshots</id>
38-
<name>Nexus Snapshot Repository</name>
39-
<url>http://192.168.1.235:8081/nexus/content/repositories/snapshots/</url>
40-
</snapshotRepository>
41-
</distributionManagement>
31+
<developers>
32+
<developer>
33+
<name>serv</name>
34+
<email>[email protected]</email>
35+
<organization>zyd</organization>
36+
</developer>
37+
</developers>
38+
39+
<scm>
40+
<tag>master</tag>
41+
<url>[email protected]:izerui/java-runner-feedback.git</url>
42+
<connection>[email protected]:izerui/java-runner-feedback.git</connection>
43+
<developerConnection>[email protected]:izerui/java-runner-feedback.git</developerConnection>
44+
</scm>
4245

4346
<build>
4447
<plugins>

0 commit comments

Comments
 (0)