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:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user