Prechádzať zdrojové kódy

Preparing the beta release: increment the module versions

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3641 a333f486-631f-4898-b8df-5754b55c2be0
romainq 10 rokov pred
rodič
commit
e5f0c5bb6c
20 zmenil súbory, kde vykonal 35 pridanie a 35 odobranie
  1. 1 1
      datamodels/2.x/itop-attachments/module.attachments.php
  2. 1 1
      datamodels/2.x/itop-backup/module.itop-backup.php
  3. 3 3
      datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php
  4. 2 2
      datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php
  5. 2 2
      datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php
  6. 1 1
      datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php
  7. 2 2
      datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php
  8. 2 2
      datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php
  9. 2 2
      datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php
  10. 2 2
      datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php
  11. 2 2
      datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php
  12. 1 1
      datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php
  13. 2 2
      datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php
  14. 2 2
      datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php
  15. 2 2
      datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php
  16. 2 2
      datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php
  17. 2 2
      datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php
  18. 1 1
      datamodels/2.x/itop-tickets/module.itop-tickets.php
  19. 2 2
      datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php
  20. 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/2.1.0',
+	'itop-attachments/2.2.0',
 	array(
 		// Identification
 		//

+ 1 - 1
datamodels/2.x/itop-backup/module.itop-backup.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-backup/2.1.1',
+	'itop-backup/2.2.0',
 	array(
 		// Identification
 		//

+ 3 - 3
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.1.0',
+	'itop-bridge-virtualization-storage/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,8 +13,8 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-storage-mgmt/2.1.0',
-			'itop-virtualization-mgmt/2.1.0',
+			'itop-storage-mgmt/2.2.0',
+			'itop-virtualization-mgmt/2.2.0',
 		),
 		'mandatory' => false,
 		'visible' => true, // To prevent auto-install but shall not be listed in the install wizard

+ 2 - 2
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.1.0',
+	'itop-change-mgmt-itil/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 			'itop-tickets/2.0.0',
 		),
 		'mandatory' => false,

+ 2 - 2
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.1.0',
+	'itop-change-mgmt/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 			'itop-tickets/2.0.0',
 		),
 		'mandatory' => false,

+ 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.1.0',
+	'itop-config-mgmt/2.2.0',
 	array(
 		// Identification
 		//

+ 2 - 2
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.1.0',
+	'itop-datacenter-mgmt/2.2.0',
 	array(
 		// Identification
 		//
@@ -28,7 +28,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0'
+			'itop-config-mgmt/2.2.0'
 		),
 		'mandatory' => false,
 		'visible' => true,

+ 2 - 2
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.1.0',
+	'itop-endusers-devices/2.2.0',
 	array(
 		// Identification
 		//
@@ -35,7 +35,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0'
+			'itop-config-mgmt/2.2.0'
 		),
 		'mandatory' => false,
 		'visible' => true,

+ 2 - 2
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.1.0',
+	'itop-incident-mgmt-itil/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 			'itop-tickets/2.0.0',
 			'itop-profiles-itil/1.0.0',
 		),

+ 2 - 2
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.1.0',
+	'itop-knownerror-mgmt/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 			'itop-tickets/2.0.0',
 		),
 		'mandatory' => false,

+ 2 - 2
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.1.0',
+	'itop-problem-mgmt/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 			'itop-tickets/2.0.0',
 		),
 		'mandatory' => false,

+ 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/2.1.0',
+	'itop-profiles-itil/2.2.0',
 	array(
 		// Identification
 		//

+ 2 - 2
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.1.0',
+	'itop-request-mgmt-itil/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 			'itop-tickets/2.0.0',
 		),
 		'mandatory' => false,

+ 2 - 2
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.1.0',
+	'itop-request-mgmt/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 			'itop-tickets/2.0.0',
 		),
 		'mandatory' => false,

+ 2 - 2
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.1.0',
+	'itop-service-mgmt-provider/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 		        'itop-tickets/2.0.0',
 		),
 		'mandatory' => false,

+ 2 - 2
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.1.0',
+	'itop-service-mgmt/2.2.0',
 	array(
 		// Identification
 		//
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 			'itop-tickets/2.0.0',
 		),
 		'mandatory' => false,

+ 2 - 2
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.1.0',
+	'itop-storage-mgmt/2.2.0',
 	array(
 		// Identification
 		//
@@ -35,7 +35,7 @@
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0'
+			'itop-config-mgmt/2.2.0'
 		),
 		'mandatory' => false,
 		'visible' => true,

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

@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0',
+			'itop-config-mgmt/2.2.0',
 		),
 		'mandatory' => true,
 		'visible' => false,

+ 2 - 2
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.1.0',
+	'itop-virtualization-mgmt/2.2.0',
 	array(
 		// Identification
 		//
@@ -26,7 +26,7 @@ SetupWebPage::AddModule(
 		// Setup
 		//
 		'dependencies' => array(
-			'itop-config-mgmt/2.0.0'
+			'itop-config-mgmt/2.2.0'
 		),
 		'mandatory' => false,
 		'visible' => true,

+ 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.1.0',
+	'itop-welcome-itil/2.2.0',
 	array(
 		// Identification
 		//