File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
<groupId >co.aurasphere.botmill</groupId >
4
5
<artifactId >fb-botmill</artifactId >
5
- <version >1.1.0 </version >
6
+ <version >1.1.1-SNAPSHOT </version >
6
7
<name >FB-BotMill</name >
7
8
<description >Event-driven framework for Facebook Messenger's bots</description >
8
9
<url >http://www.botmill.io</url >
37
38
<url >https://github.com/BotMill/fb-botmill</url >
38
39
<connection >scm:git:git://github.com/BotMill/fb-botmill.git</connection >
39
40
<
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 >
42
43
<distributionManagement >
43
44
<snapshotRepository >
44
45
<id >ossrh</id >
45
46
<url >https://oss.sonatype.org/content/repositories/snapshots</url >
46
47
</snapshotRepository >
47
48
<repository >
48
49
<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 >
50
51
</repository >
51
52
</distributionManagement >
52
53
<build >
You can’t perform that action at this time.
0 commit comments