Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sholtkamp committed Jun 21, 2024
1 parent 50a08c2 commit 8b8c81f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,10 @@
</plugins>
</build>
<scm>
<connection>scm:git:https://github.com/conterra/mapapps-devnet-blueprint.git</connection>
<developerConnection>scm:git:https://github.com/conterra/mapapps-devnet-blueprint.git
<connection>scm:git:https://github.com/conterra/mapapps-intro.git</connection>
<developerConnection>scm:git:https://github.com/conterra/mapapps-intro.git
</developerConnection>
<url>https://github.com/conterra/mapapps-devnet-blueprint</url>
<url>https://github.com/conterra/mapapps-intro</url>
<tag>HEAD</tag>
</scm>
<distributionManagement>
Expand Down Expand Up @@ -531,7 +531,7 @@
required -->
<mapapps.useChunkedRequestEncoding>true</mapapps.useChunkedRequestEncoding>
<!-- enable this if "upload" profile should only deploy bundles -->
<skip.apps.upload>false</skip.apps.upload>
<skip.apps.upload>true</skip.apps.upload>
<!-- enable this if "upload" profile should pre-optimize apps -->
<triggerPreOptimization>false</triggerPreOptimization>
</properties>
Expand Down

0 comments on commit 8b8c81f

Please sign in to comment.