forked from spring-attic/spring-security-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 1.0.0.RELEASE
- Loading branch information
Showing
8 changed files
with
78 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<name>OAuth for Spring Security</name> | ||
<description>Parent Project for OAuth Support for Spring Security</description> | ||
<packaging>pom</packaging> | ||
<version>1.0.0.BUILD-SNAPSHOT</version> | ||
<version>1.0.0.RELEASE</version> | ||
<url>http://static.springframework.org/spring-security/oauth</url> | ||
|
||
<modules> | ||
|
@@ -26,7 +26,7 @@ | |
<url>http://github.com/SpringSource/spring-security-oauth</url> | ||
<connection>scm:git:git://github.com/SpringSource/spring-security-oauth.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/SpringSource/spring-security-oauth.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>1.0.0.RELEASE</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>JIRA</system> | ||
|
@@ -84,6 +84,72 @@ | |
</snapshotRepository> | ||
</distributionManagement> | ||
</profile> | ||
<profile> | ||
<id>bootstrap</id> | ||
<repositories> | ||
<repository> | ||
<id>spring-milestone</id> | ||
<name>Spring Framework Milestone Repository</name> | ||
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url> | ||
</repository> | ||
<repository> | ||
<id>spring-release</id> | ||
<name>Spring Framework Release Repository</name> | ||
<url>http://maven.springframework.org/release</url> | ||
</repository> | ||
<repository> | ||
<!-- necessary for Spring Security 3.1.0.CI-SNAPSHOT dependency --> | ||
<id>repository.springframework.maven.snapshot</id> | ||
<name>Spring Framework Maven Release Repository</name> | ||
<url>http://maven.springframework.org/snapshot</url> | ||
</repository> | ||
<repository> | ||
<id>oauth.googlecode.net</id> | ||
<url>http://oauth.googlecode.com/svn/code/maven/</url> | ||
</repository> | ||
</repositories> | ||
</profile> | ||
<profile> | ||
<id>milestone</id> | ||
<distributionManagement> | ||
<repository> | ||
<id>spring-release</id> | ||
<name>Spring Release Repository</name> | ||
<url>s3://maven.springframework.org/release</url> | ||
</repository> | ||
</distributionManagement> | ||
</profile> | ||
<profile> | ||
<id>central</id> | ||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>sonatype-nexus-snapshots</id> | ||
<name>Sonatype Nexus Snapshots</name> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> | ||
</snapshotRepository> | ||
<repository> | ||
<id>sonatype-nexus-staging</id> | ||
<name>Nexus Release Repository</name> | ||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||
</repository> | ||
</distributionManagement> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-gpg-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>sign-artifacts</id> | ||
<phase>verify</phase> | ||
<goals> | ||
<goal>sign</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</profile> | ||
</profiles> | ||
|
||
<build> | ||
|
@@ -305,28 +371,6 @@ | |
</plugin> | ||
</plugins> | ||
</reporting> | ||
<repositories> | ||
<repository> | ||
<id>spring-milestone</id> | ||
<name>Spring Framework Milestone Repository</name> | ||
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url> | ||
</repository> | ||
<repository> | ||
<id>spring-release</id> | ||
<name>Spring Framework Release Repository</name> | ||
<url>http://maven.springframework.org/release</url> | ||
</repository> | ||
<repository> | ||
<!-- necessary for Spring Security 3.1.0.CI-SNAPSHOT dependency --> | ||
<id>repository.springframework.maven.snapshot</id> | ||
<name>Spring Framework Maven Release Repository</name> | ||
<url>http://maven.springframework.org/snapshot</url> | ||
</repository> | ||
<repository> | ||
<id>oauth.googlecode.net</id> | ||
<url>http://oauth.googlecode.com/svn/code/maven/</url> | ||
</repository> | ||
</repositories> | ||
|
||
<pluginRepositories> | ||
<pluginRepository> | ||
|
@@ -349,9 +393,9 @@ | |
</site> | ||
|
||
<repository> | ||
<id>spring-milestone</id> | ||
<name>Spring Milestone Repository</name> | ||
<url>s3://maven.springframework.org/milestone</url> | ||
<id>spring-release</id> | ||
<name>Spring Release Repository</name> | ||
<url>s3://maven.springframework.org/release</url> | ||
</repository> | ||
|
||
<snapshotRepository> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters