File tree Expand file tree Collapse file tree 1 file changed +22
-14
lines changed
spring-mvc-cache-control/config/release Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Original file line number Diff line number Diff line change 4848 </roles >
4949 </developer >
5050 </developers >
51- <url >https://github.com/nebula-plugins /spring-mvc-cache-control</url >
51+ <url >https://github.com/foo4u /spring-mvc-cache-control</url >
5252 <scm >
53- <url >scm:git://github.com/nebula-plugins /spring-mvc-cache-control.git</url >
54- <connection >scm:git://github.com/nebula-plugins /spring-mvc-cache-control.git</connection >
53+ <url >scm:git://github.com/foo4u /spring-mvc-cache-control.git</url >
54+ <connection >scm:git://github.com/foo4u /spring-mvc-cache-control.git</connection >
5555 </scm >
5656 <licenses >
5757 <license >
7272 </distributionManagement >
7373 <build >
7474 <plugins >
75+ <plugin >
76+ <groupId >org.apache.maven.plugins</groupId >
77+ <artifactId >maven-compiler-plugin</artifactId >
78+ <configuration >
79+ <source >1.6</source >
80+ <target >1.6</target >
81+ </configuration >
82+ </plugin >
7583 <plugin >
7684 <groupId >org.sonatype.plugins</groupId >
7785 <artifactId >nexus-staging-maven-plugin</artifactId >
123131 </execution >
124132 </executions >
125133 </plugin >
126- <plugin >
127- <groupId >org.apache.maven.plugins</groupId >
128- <artifactId >maven-release-plugin</artifactId >
129- <version >2.5</version >
130- <configuration >
131- <autoVersionSubmodules >true</autoVersionSubmodules >
132- <useReleaseProfile >false</useReleaseProfile >
133- <releaseProfiles >release</releaseProfiles >
134- <goals >deploy</goals >
135- </configuration >
136- </plugin >
134+ <plugin >
135+ <groupId >org.apache.maven.plugins</groupId >
136+ <artifactId >maven-release-plugin</artifactId >
137+ <version >2.5</version >
138+ <configuration >
139+ <autoVersionSubmodules >true</autoVersionSubmodules >
140+ <useReleaseProfile >false</useReleaseProfile >
141+ <releaseProfiles >release</releaseProfiles >
142+ <goals >deploy</goals >
143+ </configuration >
144+ </plugin >
137145 </plugins >
138146 </build >
139147</project >
You can’t perform that action at this time.
0 commit comments