hawkBit pom release preparations
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -400,9 +400,8 @@
|
|||||||
<profile>
|
<profile>
|
||||||
<id>nexus_staging</id>
|
<id>nexus_staging</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
|
||||||
<property>
|
<property>
|
||||||
<name>useNexusStaging</name>
|
<name>!skipNexusStaging</name>
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
@@ -415,7 +414,7 @@
|
|||||||
as part of building the module. -->
|
as part of building the module. -->
|
||||||
<groupId>org.sonatype.plugins</groupId>
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||||
<version>1.6.5</version>
|
<version>1.6.7</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<serverId>ossrh</serverId>
|
<serverId>ossrh</serverId>
|
||||||
|
|||||||
Reference in New Issue
Block a user