File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.connectorio</groupId >
8
8
<artifactId >connectorio-oss</artifactId >
9
- <version >4 </version >
9
+ <version >5 </version >
10
10
<relativePath />
11
11
</parent >
12
12
37
37
38
38
<scm >
39
39
<connection >scm:git:https://github.com/Code-House/bacnet4j-wrapper.git</connection >
40
- <
developerConnection >scm:git:
ssh:// [email protected] / Code-House/bacnet4j-wrapper.git</
developerConnection >
40
+ <
developerConnection >scm:git:
[email protected] : Code-House/bacnet4j-wrapper.git</
developerConnection >
41
41
<url >https://github.com/Code-House/bacnet4j-wrapper</url >
42
42
</scm >
43
43
168
168
</instructions >
169
169
</configuration >
170
170
</plugin >
171
+ <plugin >
172
+ <groupId >org.apache.maven.plugins</groupId >
173
+ <artifactId >maven-release-plugin</artifactId >
174
+ <configuration >
175
+ <autoVersionSubmodules >true</autoVersionSubmodules >
176
+ <useReleaseProfile >false</useReleaseProfile >
177
+ <preparationGoals >clean install</preparationGoals >
178
+ <releaseProfiles >release</releaseProfiles >
179
+ </configuration >
180
+ </plugin >
171
181
</plugins >
172
182
</pluginManagement >
173
183
<plugins >
You can’t perform that action at this time.
0 commit comments