Skip to content

Commit

Permalink
Merge pull request apache#15 from apache/k-runtime-14
Browse files Browse the repository at this point in the history
fix(deploy): Camel-k-runtime-merge job is failing, fixes apache#14
  • Loading branch information
oscerd authored Feb 25, 2019
2 parents 09eada9 + 4cc1e99 commit 6636847
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion camel-k-runtime-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>21</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-bom</artifactId>
Expand Down Expand Up @@ -52,6 +58,33 @@
<tag>HEAD</tag>
</scm>

<repositories>
<repository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots/</url>
<name>Apache Snapshot Repo</name>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -182,4 +215,4 @@
</properties>
</profile>
</profiles>
</project>
</project>

0 comments on commit 6636847

Please sign in to comment.