-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.1.0, new Dev version 1.1.1-SNAPSHOT
- Loading branch information
Alvin Reyes
committed
Jan 8, 2017
1 parent
34ef788
commit 74e7bfb
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|