Skip to content

Commit b39174b

Browse files
Fixes invalid props (#15)
1 parent 811af73 commit b39174b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<revision>0.0.1</revision>
1414
<changelist>-SNAPSHOT</changelist>
1515
<sha1/>
16-
<env.GITHUB_REPOSITORY>INVALID_GITHUB_REPOSITORY</env.GITHUB_REPOSITORY>
1716
<rlp_01.version>4.0.1</rlp_01.version>
1817
</properties>
1918
<dependencies>
@@ -181,7 +180,7 @@
181180
<repository>
182181
<id>github</id>
183182
<name>GitHub Packages</name>
184-
<url>https://maven.pkg.github.com/${env.GITHUB_REPOSITORY}</url>
183+
<url>https://maven.pkg.github.com/teragrep/rlp_09</url>
185184
</repository>
186185
</distributionManagement>
187186
</profile>

0 commit comments

Comments
 (0)