Skip to content

Commit c8bf7b0

Browse files
author
carmine
committedSep 1, 2024·
v3.0.1
1 parent 0c5642e commit c8bf7b0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
permissions: read-all
2+
13
name: build
24

35
on:

‎pom.xml

+4-4
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>3.0.0</version>
14+
<version>3.0.1</version>
1515

1616
<licenses>
1717
<license>
@@ -174,10 +174,10 @@
174174
<id>create-javadoc-dir</id>
175175
<phase>compile</phase>
176176
<configuration>
177-
<tasks>
177+
<target>
178178
<delete dir="${javadoc.dir}"/>
179179
<mkdir dir="${javadoc.dir}"/>
180-
</tasks>
180+
</target>
181181
</configuration>
182182
<goals>
183183
<goal>run</goal>
@@ -328,7 +328,7 @@
328328
<plugin>
329329
<groupId>org.apache.maven.plugins</groupId>
330330
<artifactId>maven-gpg-plugin</artifactId>
331-
<version>3.0.1</version>
331+
<version>3.2.4</version>
332332
<executions>
333333
<execution>
334334
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)
Please sign in to comment.