2018-02-20 23:21:16 +03:00
|
|
|
<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>com.microsoft.bot</groupId>
|
|
|
|
<artifactId>bot-parent</artifactId>
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
2018-03-21 23:57:59 +03:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2018-02-20 23:21:16 +03:00
|
|
|
<name>Microsoft BotBuilder SDK Parent</name>
|
|
|
|
<description>This package contains the parent module of Microsoft BotBuilder SDK.</description>
|
|
|
|
<url>https://github.com/Microsoft/botbuilder-java</url>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>./libraries/botbuilder-schema</module>
|
|
|
|
<module>./libraries/bot-connector</module>
|
|
|
|
<module>./samples/bot-connector-sample</module>
|
|
|
|
</modules>
|
|
|
|
</project>
|