Author: brett Date: Wed Oct 1 07:08:53 2008 New Revision: 700773 URL: http://svn.apache.org/viewvc?rev=700773&view=rev Log: use the actual group ID
Modified: incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/B/pom.xml incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/C/pom.xml Modified: incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/B/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/B/pom.xml?rev=700773&r1=700772&r2=700773&view=diff ============================================================================== --- incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/B/pom.xml (original) +++ incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/B/pom.xml Wed Oct 1 07:08:53 2008 @@ -44,7 +44,7 @@ </build> <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>NMaven.Its.VersionedAssembly</groupId> <artifactId>NMaven.It.VersionedAssembly.A</artifactId> <version>1.0.0</version> <type>dotnet:library</type> Modified: incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/C/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/C/pom.xml?rev=700773&r1=700772&r2=700773&view=diff ============================================================================== --- incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/C/pom.xml (original) +++ incubator/nmaven/branches/NMAVEN-8-nunit/core-integration-tests/src/test/resources/VersionedAssemblies/C/pom.xml Wed Oct 1 07:08:53 2008 @@ -44,13 +44,13 @@ </build> <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>NMaven.Its.VersionedAssembly</groupId> <artifactId>NMaven.It.VersionedAssembly.A</artifactId> <version>2.0.0</version> <type>dotnet:library</type> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>NMaven.Its.VersionedAssembly</groupId> <artifactId>NMaven.It.VersionedAssembly.B</artifactId> <version>1.0.0</version> <type>dotnet:library</type>