modified the pom.xmls release maven repository url to have no suffixing '/'. this compenstates for weirdness in the repository configuration from about a week ago

This commit is contained in:
Josh Long
2010-09-23 17:42:06 -07:00
parent 1f2f5171ef
commit 9a9bfe825e

View File

@@ -367,7 +367,7 @@ limitations under the License.
<repository>
<id>gemfire-release-repo</id>
<name>GemFire Release Repository</name>
<url>http://dist.gemstone.com/maven/release/</url>
<url>http://dist.gemstone.com/maven/release</url>
</repository>
<repository>
<id>repository.springframework.maven.milestone</id>