Skip to content

Commit 74e7bfb

Browse files
author
Alvin Reyes
committed
Release 1.1.0, new Dev version 1.1.1-SNAPSHOT
1 parent 34ef788 commit 74e7bfb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<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">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>co.aurasphere.botmill</groupId>
45
<artifactId>fb-botmill</artifactId>
5-
<version>1.1.0</version>
6+
<version>1.1.1-SNAPSHOT</version>
67
<name>FB-BotMill</name>
78
<description>Event-driven framework for Facebook Messenger's bots</description>
89
<url>http://www.botmill.io</url>
@@ -37,16 +38,16 @@
3738
<url>https://github.com/BotMill/fb-botmill</url>
3839
<connection>scm:git:git://github.com/BotMill/fb-botmill.git</connection>
3940
<developerConnection>scm:git:[email protected]:BotMill/fb-botmill.git</developerConnection>
40-
<tag>fb-botmill-1.1.0</tag>
41-
</scm>
41+
<tag>fb-botmill-1.1.0</tag>
42+
</scm>
4243
<distributionManagement>
4344
<snapshotRepository>
4445
<id>ossrh</id>
4546
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
4647
</snapshotRepository>
4748
<repository>
4849
<id>ossrh</id>
49-
<url>https://oss.sonatype.org/content/repositories/releases</url>
50+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
5051
</repository>
5152
</distributionManagement>
5253
<build>

0 commit comments

Comments
 (0)