Skip to content

Commit 4a04796

Browse files
committed
update README
1 parent 5d60f3c commit 4a04796

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ where `5BE1414D5EAF81B48F2E77E1999F818C080AF9C1` is the public key
6969
mvn clean test jacoco:report package deploy -DperformRelease=true
7070
```
7171

72+
Navigate to https://oss.sonatype.org/#stagingRepositories, select repository, then press the `close` button, then `release`
73+
7274
### Publish to Github Packages
7375

7476
_Note: This step can only be run by maintainers._

pom.xml

+18-7
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,17 @@
252252
<!-- </execution>-->
253253
</executions>
254254
</plugin>
255+
<!-- <plugin>-->
256+
<!-- <groupId>org.sonatype.plugins</groupId>-->
257+
<!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
258+
<!-- <version>1.6.7</version>-->
259+
<!-- <extensions>true</extensions>-->
260+
<!-- <configuration>-->
261+
<!-- <serverId>ossrh</serverId>-->
262+
<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
263+
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
264+
<!-- </configuration>-->
265+
<!-- </plugin>-->
255266
</plugins>
256267
</build>
257268

@@ -260,15 +271,15 @@
260271
<id>ossrh</id>
261272
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
262273
</snapshotRepository>
263-
<repository>
264-
<id>ossrh</id>
265-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
266-
</repository>
267274
<!-- <repository>-->
268-
<!-- <id>github</id>-->
269-
<!-- <name>Carmine M DiMascio</name>-->
270-
<!-- <url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>-->
275+
<!-- <id>ossrh</id>-->
276+
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
271277
<!-- </repository>-->
278+
<repository>
279+
<id>github</id>
280+
<name>Carmine M DiMascio</name>
281+
<url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>
282+
</repository>
272283
</distributionManagement>
273284
<profiles>
274285
<profile>

0 commit comments

Comments
 (0)