Skip to content

Commit ef4c354

Browse files
committed
1 parent 22a2e48 commit ef4c354

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

pom.xml

+39-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,47 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
45
<modelVersion>4.0.0</modelVersion>
6+
<groupId>np.com.anitshrestha</groupId>
7+
<artifactId>javacheatsheet-codechallenge</artifactId>
8+
<packaging>jar</packaging>
9+
<version>ci</version>
10+
<name>java-code-challenge</name>
11+
<url>https://www.anitshrestha.com.np</url>
12+
13+
<description>Code challenges and their solutions in Java by @anitsh.</description>
14+
15+
<licenses>
16+
<license>
17+
<name>The Apache Software License, Version 2.0</name>
18+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
19+
<distribution>repo</distribution>
20+
</license>
21+
</licenses>
22+
23+
<organization>
24+
<name>anitshrestha.com.np</name>
25+
<url>https://www.anitshrestha.com.np</url>
26+
</organization>
27+
28+
<scm>
29+
<url>scm:git:[email protected]:JavaCheatsheet/codechallenge.git</url>
30+
<connection>scm:git:[email protected]:JavaCheatsheet/codechallenge.git</connection>
31+
<developerConnection>scm:git:[email protected]:JavaCheatsheet/codechallenge.git</developerConnection>
32+
</scm>
533

6-
<groupId>com.example</groupId>
7-
<artifactId>junit5-jupiter-starter-maven</artifactId>
8-
<version>1.0-SNAPSHOT</version>
34+
<developers>
35+
<developer>
36+
<id>anitsh</id>
37+
<name>Anit Shrestha</name>
38+
<email>codeanit AT gmail DOT com</email>
39+
<roles>
40+
<role>Programmer</role>
41+
<role>Maintainer</role>
42+
</roles>
43+
</developer>
44+
</developers>
945

1046
<properties>
1147
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)