|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 4 | + |
4 | 5 | <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> |
5 | 33 |
|
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> |
9 | 45 |
|
10 | 46 | <properties>
|
11 | 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
0 commit comments