Skip to content

Commit afba42a

Browse files
committed
Fix #17 correct artifact links
1 parent c627e6f commit afba42a

File tree

1 file changed

+22
-14
lines changed
  • spring-mvc-cache-control/config/release

1 file changed

+22
-14
lines changed

spring-mvc-cache-control/config/release/pom.xml

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
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>
@@ -72,6 +72,14 @@
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>
@@ -123,17 +131,17 @@
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>

0 commit comments

Comments
 (0)