Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Updated to the new fabric8-launch org
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 4, 2017
1 parent 551e531 commit 4924cb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN useradd --user-group --create-home --shell /bin/false ${USER_NAME}
USER ${USER_NAME}
WORKDIR ${HOME}

RUN git clone https://github.com/openshiftio/launchpad-addon/ &&\
RUN git clone https://github.com/fabric8-launch/launchpad-addon/ &&\
cd launchpad-addon &&\
mvn -B clean install

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<!-- Indexer properties -->
<catalog.repository>https://github.com/openshiftio/booster-catalog</catalog.repository>
<catalog.repository>https://github.com/fabric8-launch/booster-catalog</catalog.repository>
<failOnMissingWebXml>false</failOnMissingWebXml>
<!-- Versions -->
<arquillian.version>1.1.13.Final</arquillian.version>
Expand Down Expand Up @@ -272,9 +272,9 @@
</build>

<scm>
<connection>scm:git:git://github.com/openshiftio/launchpad-backend.git</connection>
<developerConnection>scm:git:[email protected]:openshiftio/launchpad-backend.git</developerConnection>
<url>http://github.com/openshiftio/launchpad-backend</url>
<connection>scm:git:git://github.com/fabric8-launch/launchpad-backend.git</connection>
<developerConnection>scm:git:[email protected]:fabric8-launch/launchpad-backend.git</developerConnection>
<url>http://github.com/fabric8-launch/launchpad-backend</url>
<tag>HEAD</tag>
</scm>
<distributionManagement>
Expand Down

0 comments on commit 4924cb8

Please sign in to comment.