summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-16 15:08:14 -0600
committermo khan <mo.khan@gmail.com>2020-03-16 15:08:14 -0600
commit6145465b12da78a41ed452425b047a9a1310d729 (patch)
treeb64b8ee989f632afb7be49e0159ac6979ca82ec8
parentdcdda8cff59d260c1f9d79249be1dd9a252ed385 (diff)
Add license info as per http://maven.apache.org/pom.html#Licenses
-rw-r--r--README.md1
-rw-r--r--pom.xml5
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 705a408..3c9e588 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,3 @@
```bash
mvn archetype:generate -DgroupId=com.gitlab.xlgmokha -DartifactId=mvn-spike -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
```
-
diff --git a/pom.xml b/pom.xml
index 0ab3868..510a1b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,9 +3,12 @@
<groupId>com.gitlab.xlgmokha</groupId>
<artifactId>mvn-spike</artifactId>
<packaging>jar</packaging>
- <version>1.1-SNAPSHOT</version>
+ <version>1.2-SNAPSHOT</version>
<name>my-project</name>
<url>http://maven.apache.org</url>
+ <licenses>
+ <name>MIT</name>
+ </licenses>
<dependencies>
<dependency>
<groupId>junit</groupId>