File tree Expand file tree Collapse file tree 1 file changed +7
-29
lines changed Expand file tree Collapse file tree 1 file changed +7
-29
lines changed Original file line number Diff line number Diff line change 4646 <
url >
[email protected] :CoScale/coscale-sdk-java.git</
url >
4747 </scm >
4848
49-
5049 <build >
5150 <plugins >
5251 <plugin >
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 >
148127 </pluginManagement >
149128 </build >
150129
151-
152130 <dependencies >
153131 <dependency >
154132 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments