Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 1, 2019
1 parent 2ede222 commit 421a306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-dotenv-4.0.1.pom
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<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">
<modelVersion>4.0.1</modelVersion>
<modelVersion>4.0.0</modelVersion>

<name>java-dotenv</name>
<description>Environment based config for the JVM</description>
<url>https://github.com/cdimascio/java-dotenv</url>

<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>4.1.1</version>
<version>4.0.1</version>

<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<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">
<modelVersion>4.0.1</modelVersion>
<modelVersion>4.0.0</modelVersion>

<name>java-dotenv</name>
<description>Environment based config for the JVM</description>
<url>https://github.com/cdimascio/java-dotenv</url>

<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>4.1.1</version>
<version>4.0.1</version>

<licenses>
<license>
Expand Down

0 comments on commit 421a306

Please sign in to comment.