Skip to content

Commit 9a10da4

Browse files
committed
Update parent to connectorio-oss v5.
Signed-off-by: Łukasz Dywicki <[email protected]>
1 parent 8a3fba3 commit 9a10da4

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

+12-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.connectorio</groupId>
88
<artifactId>connectorio-oss</artifactId>
9-
<version>4</version>
9+
<version>5</version>
1010
<relativePath />
1111
</parent>
1212

@@ -37,7 +37,7 @@
3737

3838
<scm>
3939
<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>
4141
<url>https://github.com/Code-House/bacnet4j-wrapper</url>
4242
</scm>
4343

@@ -168,6 +168,16 @@
168168
</instructions>
169169
</configuration>
170170
</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>
171181
</plugins>
172182
</pluginManagement>
173183
<plugins>

0 commit comments

Comments
 (0)