Author: brett
Date: Fri Dec 30 03:13:10 2011
New Revision: 1225739
URL: http://svn.apache.org/viewvc?rev=1225739&view=rev
Log:
line up versions
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld/pom.xml
Fri Dec 30 03:13:10 2011
@@ -28,12 +28,11 @@
<parent>
<groupId>NPanday.ITs.NPANDAY_480_AzureSupportOneWebRole</groupId>
<artifactId>NPANDAY_480_AzureSupportOneWebRole-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>HelloWorld_CloudService</artifactId>
<packaging>azure-cloud-service</packaging>
- <version>1.0.0-SNAPSHOT</version>
<name>NPanday.ITs.NPANDAY_480_AzureSupportOneWebRole :: Hello World Cloud
Service</name>
@@ -55,4 +54,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
Fri Dec 30 03:13:10 2011
@@ -28,12 +28,11 @@
<parent>
<groupId>NPanday.ITs.NPANDAY_480_AzureSupportOneWebRole</groupId>
<artifactId>NPANDAY_480_AzureSupportOneWebRole-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>HelloWorld_WebRole</artifactId>
<packaging>dotnet-library</packaging>
- <version>1.0.0-SNAPSHOT</version>
<name>NPanday.ITs.NPANDAY_480_AzureSupportOneWebRole :: Hello World Web
Role</name>
@@ -75,4 +74,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml
Fri Dec 30 03:13:10 2011
@@ -29,6 +29,7 @@
</parent>
<groupId>NPanday.ITs.NPANDAY_480_AzureSupportOneWebRole</groupId>
<artifactId>NPANDAY_480_AzureSupportOneWebRole-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>NPANDAY_480_AzureSupportOneWebRole :
NPANDAY_480_AzureSupportOneWebRole-parent</name>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld/pom.xml
Fri Dec 30 03:13:10 2011
@@ -28,12 +28,11 @@
<parent>
<groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles</groupId>
<artifactId>NPANDAY_480_CloudServiceWithMultipleRoles-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>HelloWorld_CloudService</artifactId>
<packaging>azure-cloud-service</packaging>
- <version>1.0.0-SNAPSHOT</version>
<name>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles :: Hello World
Cloud Service</name>
@@ -61,4 +60,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml
Fri Dec 30 03:13:10 2011
@@ -28,12 +28,11 @@
<parent>
<groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles</groupId>
<artifactId>NPANDAY_480_CloudServiceWithMultipleRoles-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>HelloWorld_WebRole</artifactId>
<packaging>dotnet-library</packaging>
- <version>1.0.0-SNAPSHOT</version>
<name>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles :: Hello World
Web Role</name>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WorkerRole/pom.xml
Fri Dec 30 03:13:10 2011
@@ -28,12 +28,11 @@
<parent>
<groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles</groupId>
<artifactId>NPANDAY_480_CloudServiceWithMultipleRoles-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>HelloWorld_WorkerRole</artifactId>
<packaging>dotnet-library</packaging>
- <version>1.0.0-SNAPSHOT</version>
<name>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles :: Hello World
Worker Role</name>
@@ -88,4 +87,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
Fri Dec 30 03:13:10 2011
@@ -29,6 +29,7 @@
</parent>
<groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithMultipleRoles</groupId>
<artifactId>NPANDAY_480_CloudServiceWithMultipleRoles-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>NPANDAY_480_CloudServiceWithMultipleRoles :
NPANDAY_480_CloudServiceWithMultipleRoles-parent</name>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld/pom.xml
Fri Dec 30 03:13:10 2011
@@ -28,12 +28,11 @@
<parent>
<groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithWorkerRole</groupId>
<artifactId>NPANDAY_480_CloudServiceWithWorkerRole-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>HelloWorld_CloudService</artifactId>
<packaging>azure-cloud-service</packaging>
- <version>1.0.0-SNAPSHOT</version>
<name>NPanday.ITs.NPANDAY_480_CloudServiceWithWorkerRole :: Hello World
Cloud Service</name>
@@ -55,4 +54,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/HelloWorld_WorkerRole/pom.xml
Fri Dec 30 03:13:10 2011
@@ -28,12 +28,11 @@
<parent>
<groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithWorkerRole</groupId>
<artifactId>NPANDAY_480_CloudServiceWithWorkerRole-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>HelloWorld_WorkerRole</artifactId>
<packaging>dotnet-library</packaging>
- <version>1.0.0-SNAPSHOT</version>
<name>NPanday.ITs.NPANDAY_480_CloudServiceWithWorkerRole :: Hello World
Worker Role</name>
@@ -88,4 +87,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml?rev=1225739&r1=1225738&r2=1225739&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml
Fri Dec 30 03:13:10 2011
@@ -29,6 +29,7 @@
</parent>
<groupId>NPanday.ITs.NPANDAY_480_CloudServiceWithWorkerRole</groupId>
<artifactId>NPANDAY_480_CloudServiceWithWorkerRole-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>NPANDAY_480_CloudServiceWithWorkerRole :
NPANDAY_480_CloudServiceWithWorkerRole-parent</name>