Skip to content

Commit 0bba347

Browse files
author
Cristi
committed
update pom.xml
1 parent a357dd6 commit 0bba347

File tree

1 file changed

+7
-29
lines changed

1 file changed

+7
-29
lines changed

pom.xml

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<url>[email protected]:CoScale/coscale-sdk-java.git</url>
4747
</scm>
4848

49-
5049
<build>
5150
<plugins>
5251
<plugin>
@@ -99,36 +98,16 @@
9998

10099
<pluginManagement>
101100
<plugins>
102-
<!-- remove M2E warning complaining about usage of maven-enforcer-plugin
103-
in parent -->
104-
<plugin>
105-
<groupId>org.eclipse.m2e</groupId>
106-
<artifactId>lifecycle-mapping</artifactId>
107-
<version>1.0.0</version>
108-
<configuration>
109-
<lifecycleMappingMetadata>
110-
<pluginExecutions>
111-
<pluginExecution>
112-
<pluginExecutionFilter>
113-
<groupId>org.apache.maven.plugins</groupId>
114-
<artifactId>maven-enforcer-plugin</artifactId>
115-
<versionRange>[1.0.0,)</versionRange>
116-
<goals>
117-
<goal>enforce</goal>
118-
</goals>
119-
</pluginExecutionFilter>
120-
<action>
121-
<ignore />
122-
</action>
123-
</pluginExecution>
124-
</pluginExecutions>
125-
</lifecycleMappingMetadata>
126-
</configuration>
127-
</plugin>
128101
<plugin>
129102
<groupId>org.apache.maven.plugins</groupId>
130103
<artifactId>maven-release-plugin</artifactId>
131-
<version>2.4.2</version>
104+
<version>2.5</version>
105+
<configuration>
106+
<autoVersionSubmodules>true</autoVersionSubmodules>
107+
<useReleaseProfile>false</useReleaseProfile>
108+
<releaseProfiles>release</releaseProfiles>
109+
<goals>deploy</goals>
110+
</configuration>
132111
</plugin>
133112
<plugin>
134113
<groupId>org.apache.maven.plugins</groupId>
@@ -148,7 +127,6 @@
148127
</pluginManagement>
149128
</build>
150129

151-
152130
<dependencies>
153131
<dependency>
154132
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)