Skip to content

Commit

Permalink
Merge pull request #190 from apache/rc3
Browse files Browse the repository at this point in the history
Fixes #189 to update to Camel 3.0 RC3
  • Loading branch information
davsclaus authored Nov 10, 2019
2 parents 3469340 + befe71c commit 1559a74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<properties>
<catalog.path>${project.basedir}</catalog.path>
<camel.version>3.0.0-RC1</camel.version>
<runtime.version>1.0.4</runtime.version>
<camel.version>3.0.0-RC3</camel.version>
<runtime.version>1.0.5</runtime.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
def catalogVersion = '3.0.0-RC1'
def runtimeVersion = '1.0.4'
def catalogVersion = '3.0.0-RC3'
def runtimeVersion = '1.0.5'

def source = new File(basedir, "camel-catalog-${catalogVersion}-${runtimeVersion}.yaml")
def catalog = new org.yaml.snakeyaml.Yaml().load(new FileInputStream(source))
Expand Down

0 comments on commit 1559a74

Please sign in to comment.