Skip to content

Commit

Permalink
using arthur staging until we get an official 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Jan 8, 2021
1 parent b88bce4 commit 39b5da7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/projects/jul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.geronimo.arthur</groupId>
<artifactId>arthur-maven-plugin</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<executions>
<execution>
<id>native</id>
Expand Down
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,17 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>arthur-staging</id>
<url>https://repository.apache.org/content/repositories/orgapachegeronimo-1136/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>arthur-staging</id>
<url>https://repository.apache.org/content/repositories/orgapachegeronimo-1136/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 39b5da7

Please sign in to comment.