File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
bots/http-slack/src/main/kotlin/com/gatehill/corebot/bot Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ Unreleased ]
6+ ## [ 1.2.0 ] - 2018-02-04
77### Added
88- Adds HTTP bot.
99- Adds Slack backend.
Original file line number Diff line number Diff line change 11package com.gatehill.corebot.bot
22
3- import com.gatehill.corebot.action.NoOpOperationFactoryConverter
4- import com.gatehill.corebot.action.OperationFactoryConverter
53import com.gatehill.corebot.asSingleton
64import com.gatehill.corebot.backend.slack.SlackDriverModule
75import com.gatehill.corebot.frontend.http.HttpModule
6+ import com.gatehill.corebot.operation.NoOpOperationFactoryConverter
7+ import com.gatehill.corebot.operation.OperationFactoryConverter
88import com.google.inject.AbstractModule
99
1010fun main (args : Array <String >) {
Original file line number Diff line number Diff line change 11allprojects {
2- version = ' 1.2.0-SNAPSHOT '
2+ version = ' 1.2.0.Final '
33 group = ' com.gatehill.corebot'
44
55 ext. mavenSnapshotRepository = ' s3://gatehillsoftware-maven/snapshots'
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ project(':bots:generic').name = 'bots-generic'
3131include ' :bots:http-slack'
3232project(' :bots:http-slack' ). name = ' bots-http-slack'
3333
34- include ' :bots:http-slack'
35- project(' :bots:http-slack' ). name = ' bots-http-slack'
36-
3734include ' :bots:slack-deploy'
3835project(' :bots:slack-deploy' ). name = ' bots-slack-deploy'
3936
You can’t perform that action at this time.
0 commit comments