Skip to content

Commit

Permalink
improve dotenv project artifacts and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Jan 1, 2018
1 parent 0cc0342 commit 7efb1b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 207 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.idea/**/libraries

# CMake
cmake-build-debug/
cmake-load-debug/

# Mongo Explorer plugin:
.idea/**/mongoSettings.xml
Expand All @@ -47,7 +47,7 @@ atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
crashlytics-load.properties
fabric.properties
### Kotlin template
# Compiled class file
Expand Down
202 changes: 0 additions & 202 deletions java-dotenv-2.0.0.pom

This file was deleted.

1 change: 1 addition & 0 deletions java-dotenv.iml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/kotlin" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>2.0.0</version>
<version>3.0.0</version>

<licenses>
<license>
Expand Down Expand Up @@ -195,6 +195,7 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<configuration>
<repoToken>i3Bl4av26PMqZNekY8X3Jt7t6YhwFXKFu</repoToken>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Good test EVs
MY_TEST_EV1=my test ev 1
MY_TEST_EV2=my test ev 1
MY_TEST_EV2=my test ev 2


## Bad EV
## Malformed EV!
MY_TEST_EV3

0 comments on commit 7efb1b1

Please sign in to comment.