On Sun, Feb 6, 2011 at 12:19 PM, ant elder <ant.el...@gmail.com> wrote: > On Sun, Feb 6, 2011 at 6:54 PM, <lrese...@apache.org> wrote: > >> Modified: tuscany/sca-java-2.x/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=1067728&r1=1067727&r2=1067728&view=diff >> ============================================================================== >> --- tuscany/sca-java-2.x/trunk/pom.xml (original) >> +++ tuscany/sca-java-2.x/trunk/pom.xml Sun Feb 6 18:54:53 2011 >> @@ -22,7 +22,7 @@ >> <parent> >> <groupId>org.apache</groupId> >> <artifactId>apache</artifactId> >> - <version>7</version> >> + <version>8</version> >> </parent> >> >> <!-- >> ====================================================================== --> >> @@ -48,6 +48,7 @@ >> <properties> >> <notice.dir>.</notice.dir> >> <tools.jar>${java.home}/../lib/tools.jar</tools.jar> >> + <dojo.version>1.5.0</dojo.version> >> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> >> >> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> >> </properties> >> @@ -73,7 +74,17 @@ >> <enabled>false</enabled> >> </snapshots> >> </repository> >> - >> + <repository> >> + <id>maven.org</id> >> + <name>Maven.org</name> <!-- dojo.dojotoolit repository --> >> + <url>http://repo2.maven.org/maven2/</url> >> + <releases> >> + <enabled>true</enabled> >> + </releases> >> + <snapshots> >> + <enabled>false</enabled> >> + </snapshots> >> + </repository> >> </repositories> >> > > I've only just finished cleaning up all the repositories from the top > level pom.xml is this new one really necessary, and if so couldn't it > be moved to the module that requires it? > > ...ant >
Done in svn r1067755. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/