Skip to content

Commit

Permalink
Release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Feb 4, 2018
1 parent 2dd0242 commit 1c2b756
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.2.0] - 2018-02-04
### Added
- Adds HTTP bot.
- Adds Slack backend.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.gatehill.corebot.bot

import com.gatehill.corebot.action.NoOpOperationFactoryConverter
import com.gatehill.corebot.action.OperationFactoryConverter
import com.gatehill.corebot.asSingleton
import com.gatehill.corebot.backend.slack.SlackDriverModule
import com.gatehill.corebot.frontend.http.HttpModule
import com.gatehill.corebot.operation.NoOpOperationFactoryConverter
import com.gatehill.corebot.operation.OperationFactoryConverter
import com.google.inject.AbstractModule

fun main(args: Array<String>) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects {
version = '1.2.0-SNAPSHOT'
version = '1.2.0.Final'
group = 'com.gatehill.corebot'

ext.mavenSnapshotRepository = 's3://gatehillsoftware-maven/snapshots'
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ project(':bots:generic').name = 'bots-generic'
include ':bots:http-slack'
project(':bots:http-slack').name = 'bots-http-slack'

include ':bots:http-slack'
project(':bots:http-slack').name = 'bots-http-slack'

include ':bots:slack-deploy'
project(':bots:slack-deploy').name = 'bots-slack-deploy'

Expand Down

0 comments on commit 1c2b756

Please sign in to comment.