Skip to content

Commit

Permalink
Update parent to connectorio-oss v5.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Mar 5, 2024
1 parent 8a3fba3 commit 37a20cc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.connectorio</groupId>
<artifactId>connectorio-oss</artifactId>
<version>4</version>
<version>5</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -37,7 +37,7 @@

<scm>
<connection>scm:git:https://github.com/Code-House/bacnet4j-wrapper.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Code-House/bacnet4j-wrapper.git</developerConnection>
<developerConnection>scm:git:[email protected]:Code-House/bacnet4j-wrapper.git</developerConnection>
<url>https://github.com/Code-House/bacnet4j-wrapper</url>
</scm>

Expand Down Expand Up @@ -168,6 +168,17 @@
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<goals>clean package deploy</goals>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 37a20cc

Please sign in to comment.