Browse Source

+ update snapshot site

+ downgrade Maven AWS
pull/1/head
Costin Leau 15 years ago
parent
commit
6962cb4fba
  1. 4
      pom.xml
  2. 4
      spring-datastore-document-parent/pom.xml

4
pom.xml

@ -92,7 +92,7 @@
<!-- see 'staging' profile for dry-run deployment settings --> <!-- see 'staging' profile for dry-run deployment settings -->
<downloadUrl>http://www.springsource.com/download/community</downloadUrl> <downloadUrl>http://www.springsource.com/download/community</downloadUrl>
<site> <site>
<id>spring-site</id> <id>static.springframework.org</id>
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/datastore-document/docs/${project.version}</url> <url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/datastore-document/docs/${project.version}</url>
</site> </site>
<repository> <repository>
@ -112,7 +112,7 @@
<!-- available only in the springframework maven repository. see <repositories> section below --> <!-- available only in the springframework maven repository. see <repositories> section below -->
<groupId>org.springframework.build.aws</groupId> <groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId> <artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version> <version>2.0.0.RELEASE</version>
</extension> </extension>
</extensions> </extensions>
<plugins> <plugins>

4
spring-datastore-document-parent/pom.xml

@ -58,7 +58,7 @@
<downloadUrl>http://www.springsource.com/download/community <downloadUrl>http://www.springsource.com/download/community
</downloadUrl> </downloadUrl>
<site> <site>
<id>spring-docs</id> <id>static.springframework.org</id>
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/datastore-document/docs/${project.version} <url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/datastore-document/docs/${project.version}
</url> </url>
</site> </site>
@ -226,7 +226,7 @@
--> -->
<groupId>org.springframework.build.aws</groupId> <groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId> <artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version> <version>2.0.0.RELEASE</version>
</extension> </extension>
</extensions> </extensions>
<resources> <resources>

Loading…
Cancel
Save