mirror of
https://github.com/apache/openjpa.git
synced 2025-02-20 17:05:15 +00:00
Updated the scm information in poms whose directories do not match their assembly names, which will hopefully fix one of the recent Continuum problems on vmbuild
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@542596 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3599a48964
commit
4870d3ffc9
@ -30,6 +30,16 @@
|
||||
<artifactId>openjpa-parent</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<properties>
|
||||
<scm.dir>svn.apache.org/repos/asf/openjpa/trunk/openjpa-all</scm.dir>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://${scm.dir}</connection>
|
||||
<developerConnection>scm:svn:https://${scm.dir}</developerConnection>
|
||||
<url>https://${scm.dir}</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -44,6 +44,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<scm.dir>svn.apache.org/repos/asf/openjpa/trunk/openjpa-project</scm.dir>
|
||||
<openjpa.release.keyAlias>
|
||||
${user.name}@apache.org
|
||||
</openjpa.release.keyAlias>
|
||||
@ -75,6 +76,12 @@
|
||||
<local.repository>${settings.localRepository}</local.repository>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://${scm.dir}</connection>
|
||||
<developerConnection>scm:svn:https://${scm.dir}</developerConnection>
|
||||
<url>https://${scm.dir}</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
<!-- needed to let maven pass the "compile" phase -->
|
||||
<testSourceDirectory>/none/</testSourceDirectory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user