瀏覽代碼

Incrementation of the version number of the 2.x modules to reflect the change of the XML format.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3403 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 10 年之前
父節點
當前提交
4145d527d8
共有 19 個文件被更改,包括 19 次插入19 次删除
  1. 1 1
      datamodels/2.x/itop-attachments/module.attachments.php
  2. 1 1
      datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php
  3. 1 1
      datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php
  4. 1 1
      datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php
  5. 1 1
      datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php
  6. 1 1
      datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php
  7. 1 1
      datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php
  8. 1 1
      datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php
  9. 1 1
      datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php
  10. 1 1
      datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php
  11. 1 1
      datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php
  12. 1 1
      datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php
  13. 1 1
      datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php
  14. 1 1
      datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php
  15. 1 1
      datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php
  16. 1 1
      datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php
  17. 1 1
      datamodels/2.x/itop-tickets/module.itop-tickets.php
  18. 1 1
      datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php
  19. 1 1
      datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php

+ 1 - 1
datamodels/2.x/itop-attachments/module.attachments.php

@@ -19,7 +19,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-attachments/1.0.0',
+	'itop-attachments/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-bridge-virtualization-storage/2.0.0',
+	'itop-bridge-virtualization-storage/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-change-mgmt-itil/2.0.0',
+	'itop-change-mgmt-itil/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-change-mgmt/2.0.0',
+	'itop-change-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-config-mgmt/2.0.0',
+	'itop-config-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php

@@ -18,7 +18,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-datacenter-mgmt/2.0.0',
+	'itop-datacenter-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php

@@ -25,7 +25,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-endusers-devices/2.0.0',
+	'itop-endusers-devices/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-incident-mgmt-itil/2.0.0',
+	'itop-incident-mgmt-itil/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-knownerror-mgmt/2.0.0',
+	'itop-knownerror-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-problem-mgmt/2.0.0',
+	'itop-problem-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php

@@ -19,7 +19,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-profiles-itil/1.0.0',
+	'itop-profiles-itil/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-request-mgmt-itil/2.0.0',
+	'itop-request-mgmt-itil/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-request-mgmt/2.0.0',
+	'itop-request-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-service-mgmt-provider/2.0.0',
+	'itop-service-mgmt-provider/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-service-mgmt/2.0.0',
+	'itop-service-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php

@@ -25,7 +25,7 @@
  
  SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-storage-mgmt/2.0.0',
+	'itop-storage-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-tickets/module.itop-tickets.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__,
-	'itop-tickets/2.0.0',
+	'itop-tickets/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php

@@ -16,7 +16,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-virtualization-mgmt/2.0.0',
+	'itop-virtualization-mgmt/2.1.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'itop-welcome-itil/2.0.0',
+	'itop-welcome-itil/2.1.0',
 	array(
 		// Identification
 		//