Skip to content

Commit

Permalink
Test release in fork locally
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Apr 10, 2024
1 parent 90f2924 commit 7a26482
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.asciidoctor</groupId>
Expand All @@ -25,9 +24,10 @@
</licenses>

<scm>
<url>scm:git:https://github.com/abelsromero/asciidoclet.git</url>
<connection>scm:git:https://github.com/abelsromero/asciidoclet.git</connection>
<developerConnection>scm:git:https://github.com/abelsromero/asciidoclet.git</developerConnection>
<!-- For local tests use "scm:git:git@github.com:<repo_org>/<repo_name>.git" -->
<url>scm:git:https://github.com/asciidoctor/asciidoclet.git</url>
<connection>scm:git:https://github.com/asciidoctor/asciidoclet.git</connection>
<developerConnection>scm:git:https://github.com/asciidoctor/asciidoclet.git</developerConnection>
</scm>

<properties>
Expand Down Expand Up @@ -333,4 +333,15 @@
</profile>
</profiles>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 7a26482

Please sign in to comment.