Skip to content

Commit

Permalink
Release 1.1.0, new Dev version 1.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Reyes committed Jan 8, 2017
1 parent 34ef788 commit 74e7bfb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>co.aurasphere.botmill</groupId>
<artifactId>fb-botmill</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<name>FB-BotMill</name>
<description>Event-driven framework for Facebook Messenger's bots</description>
<url>http://www.botmill.io</url>
Expand Down Expand Up @@ -37,16 +38,16 @@
<url>https://github.com/BotMill/fb-botmill</url>
<connection>scm:git:git://github.com/BotMill/fb-botmill.git</connection>
<developerConnection>scm:git:[email protected]:BotMill/fb-botmill.git</developerConnection>
<tag>fb-botmill-1.1.0</tag>
</scm>
<tag>fb-botmill-1.1.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/releases</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
Expand Down

0 comments on commit 74e7bfb

Please sign in to comment.