Skip to content

Commit

Permalink
prepare for release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Pache authored and Crossing-Tech TeamCity CI Server committed Sep 4, 2015
1 parent 63a4a17 commit 8605a78
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import io.xtech.babel.fish.model.StepDefinition
import org.apache.camel.processor.aggregate.AggregationStrategy

/**
* The definition of how a multicast aggregates its messages.
* @param aggregation how multicast is aggregating its messages.
* @tparam I the body type of the input message.
*/
* The definition of how a multicast aggregates its messages.
* @param aggregation how multicast is aggregating its messages.
* @tparam I the body type of the input message.
*/
case class MulticastAggregationDefinition[I](aggregation: AggregationStrategy) extends StepDefinition
37 changes: 37 additions & 0 deletions src/main/ls/0.8.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"organization": "io.xtech.babel",
"name": "babel",
"version": "0.8.0",
"description": "Babel is an efficient way to write your integration solution. It stands as a generic Domain Specific Language (DSL) especially maid for integration duties.",
"site": "http://crossing-tech.github.io/babel",
"tags": [
"scala",
"camel",
"dsl",
"mediation"
],
"docs": "http://crossing-tech.github.io/babel",
"licenses": [
{
"name": "Apache 2",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"resolvers": ["https://oss.sonatype.org/content/repositories/snapshots"],
"dependencies": [{
"organization": "org.apache.camel",
"name": "camel-core",
"versions": [
"2.12.4",
"2.13.3",
"2.14.2",
"2.15.0"
]
}
],
"scalas": [
"2.10.3-5",
"2.11.0-6"
],
"sbt": false
}

0 comments on commit 8605a78

Please sign in to comment.