Skip to content

Commit 1c2b756

Browse files
committed
Release 1.2.0.
1 parent 2dd0242 commit 1c2b756

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This 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.

bots/http-slack/src/main/kotlin/com/gatehill/corebot/bot/Main.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package com.gatehill.corebot.bot
22

3-
import com.gatehill.corebot.action.NoOpOperationFactoryConverter
4-
import com.gatehill.corebot.action.OperationFactoryConverter
53
import com.gatehill.corebot.asSingleton
64
import com.gatehill.corebot.backend.slack.SlackDriverModule
75
import com.gatehill.corebot.frontend.http.HttpModule
6+
import com.gatehill.corebot.operation.NoOpOperationFactoryConverter
7+
import com.gatehill.corebot.operation.OperationFactoryConverter
88
import com.google.inject.AbstractModule
99

1010
fun main(args: Array<String>) {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allprojects {
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'

settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ project(':bots:generic').name = 'bots-generic'
3131
include ':bots:http-slack'
3232
project(':bots:http-slack').name = 'bots-http-slack'
3333

34-
include ':bots:http-slack'
35-
project(':bots:http-slack').name = 'bots-http-slack'
36-
3734
include ':bots:slack-deploy'
3835
project(':bots:slack-deploy').name = 'bots-slack-deploy'
3936

0 commit comments

Comments
 (0)