File tree Expand file tree Collapse file tree 4 files changed +44
-7
lines changed
botbuilder-spring-boot-autoconfig
botbuilder-spring-boot-starter Expand file tree Collapse file tree 4 files changed +44
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ add dependency
10
10
<dependency >
11
11
<groupId >io.github.powerbotkit</groupId >
12
12
<artifactId >botbuilder-spring-boot-starter</artifactId >
13
- <version >0.0.0 </version >
13
+ <version >0.0.1 </version >
14
14
</dependency >
15
15
```
16
16
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >botbuilder-spring-boot</artifactId >
5
5
<groupId >io.github.powerbotkit</groupId >
6
- <version >0.0.0 </version >
6
+ <version >0.0.1 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
-
9
+ <name >botbuilder-spring-boot-autoconfig</name >
10
+ <description >a simple starter for spring boot and bot framework</description >
11
+ <url >https://github.com/PowerBotKit/botbuilder-spring-boot</url >
10
12
<artifactId >botbuilder-spring-boot-autoconfig</artifactId >
11
13
12
14
<properties >
15
+ <module .name>botbuilder-spring-boot-autoconfig</module .name>
13
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
17
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15
18
<java .version>1.8</java .version>
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >botbuilder-spring-boot</artifactId >
5
5
<groupId >io.github.powerbotkit</groupId >
6
- <version >0.0.0 </version >
6
+ <version >0.0.1 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
-
9
+ <name >botbuilder-spring-boot-starter</name >
10
+ <description >a simple starter for spring boot and bot framework</description >
11
+ <url >https://github.com/PowerBotKit/botbuilder-spring-boot</url >
10
12
<artifactId >botbuilder-spring-boot-starter</artifactId >
11
13
12
14
<properties >
15
+ <module .name>botbuilder-spring-boot-starter</module .name>
13
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
17
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15
18
<java .version>1.8</java .version>
48
51
</dependencies >
49
52
</dependencyManagement >
50
53
54
+ <repositories >
55
+ <repository >
56
+ <id >MyGet</id >
57
+ <url >${repo.url} </url >
58
+ </repository >
59
+ </repositories >
60
+
51
61
</project >
Original file line number Diff line number Diff line change 4
4
<groupId >io.github.powerbotkit</groupId >
5
5
<artifactId >botbuilder-spring-boot</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >0.0.0</version >
8
-
7
+ <version >0.0.1</version >
8
+ <name >botbuilder-spring-boot</name >
9
+ <description >a simple starter for spring boot and bot framework</description >
10
+ <url >https://github.com/PowerBotKit/botbuilder-spring-boot</url >
9
11
<modules >
10
12
<module >botbuilder-spring-boot-autoconfig</module >
11
13
<module >botbuilder-spring-boot-starter</module >
145
147
<artifactId >maven-javadoc-plugin</artifactId >
146
148
<version >2.9.1</version >
147
149
<configuration >
150
+ <show >private</show >
151
+ <nohelp >true</nohelp >
152
+ <charset >UTF-8</charset >
153
+ <encoding >UTF-8</encoding >
154
+ <docencoding >UTF-8</docencoding >
148
155
<additionalparam >-Xdoclint:none</additionalparam >
149
156
</configuration >
150
157
<executions >
156
163
</execution >
157
164
</executions >
158
165
</plugin >
166
+ <plugin >
167
+ <groupId >org.apache.maven.plugins</groupId >
168
+ <artifactId >maven-gpg-plugin</artifactId >
169
+ <version >1.5</version >
170
+ <executions >
171
+ <execution >
172
+ <phase >verify</phase >
173
+ <goals >
174
+ <goal >sign</goal >
175
+ </goals >
176
+ <configuration >
177
+ <keyname >0x7D65CFC9</keyname >
178
+ <passphraseServerId >0x7D65CFC9</passphraseServerId >
179
+ </configuration >
180
+ </execution >
181
+ </executions >
182
+ </plugin >
159
183
</plugins >
160
184
</build >
161
185
You can’t perform that action at this time.
0 commit comments