Skip to content

Commit 5d60f3c

Browse files
committedMay 29, 2022
v2.2.4
1 parent 6dc4c52 commit 5d60f3c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ _Requires Java 8 or greater._
3232
<dependency>
3333
<groupId>io.github.cdimascio</groupId>
3434
<artifactId>dotenv-java</artifactId>
35-
<version>2.2.3</version>
35+
<version>2.2.4</version>
3636
</dependency>
3737
```
3838

3939
### Gradle
4040

4141
```groovy
42-
compile 'io.github.cdimascio:dotenv-java:2.2.3'
42+
compile 'io.github.cdimascio:dotenv-java:2.2.4'
4343
```
4444

4545
Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**.

‎pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.cdimascio</groupId>
1313
<artifactId>dotenv-java</artifactId>
14-
<version>2.2.2</version>
14+
<version>2.2.4</version>
1515

1616
<licenses>
1717
<license>
@@ -230,7 +230,7 @@
230230
<fileSets>
231231
<fileSet>
232232
<sourceFile>${project.basedir}/pom.xml</sourceFile>
233-
<destinationFile>${project.build.directory}/dotenv-java-2.2.2.pom</destinationFile>
233+
<destinationFile>${project.build.directory}/dotenv-java-2.2.4.pom</destinationFile>
234234
</fileSet>
235235
</fileSets>
236236
</configuration>
@@ -260,15 +260,15 @@
260260
<id>ossrh</id>
261261
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
262262
</snapshotRepository>
263-
<!-- <repository>-->
264-
<!-- <id>ossrh</id>-->
265-
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
266-
<!-- </repository>-->
267263
<repository>
268-
<id>github</id>
269-
<name>Carmine M DiMascio</name>
270-
<url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>
264+
<id>ossrh</id>
265+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
271266
</repository>
267+
<!-- <repository>-->
268+
<!-- <id>github</id>-->
269+
<!-- <name>Carmine M DiMascio</name>-->
270+
<!-- <url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>-->
271+
<!-- </repository>-->
272272
</distributionManagement>
273273
<profiles>
274274
<profile>

0 commit comments

Comments
 (0)
Please sign in to comment.