From 0d3d75b3b3020ee7979dba6d6f46aa6e6773d311 Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@owncloud.com>
Date: Sat, 17 Oct 2015 08:42:04 +0200
Subject: [PATCH] Increase the 2nd digit of shipped apps

---
 apps/encryption/appinfo/info.xml       | 3 ++-
 apps/encryption/appinfo/version        | 1 -
 apps/files/appinfo/info.xml            | 5 ++++-
 apps/files/appinfo/version             | 1 -
 apps/files_external/appinfo/info.xml   | 3 ++-
 apps/files_external/appinfo/version    | 1 -
 apps/files_sharing/appinfo/info.xml    | 5 ++++-
 apps/files_sharing/appinfo/version     | 1 -
 apps/files_trashbin/appinfo/info.xml   | 5 ++++-
 apps/files_trashbin/appinfo/version    | 1 -
 apps/files_versions/appinfo/info.xml   | 5 ++++-
 apps/files_versions/appinfo/version    | 1 -
 apps/provisioning_api/appinfo/info.xml | 5 ++++-
 apps/provisioning_api/appinfo/version  | 1 -
 apps/user_ldap/appinfo/info.xml        | 3 ++-
 apps/user_ldap/appinfo/version         | 1 -
 16 files changed, 26 insertions(+), 16 deletions(-)
 delete mode 100644 apps/encryption/appinfo/version
 delete mode 100644 apps/files/appinfo/version
 delete mode 100644 apps/files_external/appinfo/version
 delete mode 100644 apps/files_sharing/appinfo/version
 delete mode 100644 apps/files_trashbin/appinfo/version
 delete mode 100644 apps/files_versions/appinfo/version
 delete mode 100644 apps/provisioning_api/appinfo/version
 delete mode 100644 apps/user_ldap/appinfo/version

diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 536551e484..2224f026e4 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -14,18 +14,19 @@
 	<name>Default encryption module</name>
 	<license>AGPL</license>
 	<author>Bjoern Schiessle, Clark Tomlinson</author>
-	<requiremin>8</requiremin>
 	<shipped>true</shipped>
 	<documentation>
 		<user>user-encryption</user>
 		<admin>admin-encryption</admin>
 	</documentation>
 	<rememberlogin>false</rememberlogin>
+	<version>1.2.0</version>
 	<types>
 		<filesystem/>
 	</types>
 	<dependencies>
 		<lib>openssl</lib>
+		<owncloud min-version="9.0" />
 	</dependencies>
 
 </info>
diff --git a/apps/encryption/appinfo/version b/apps/encryption/appinfo/version
deleted file mode 100644
index 3eefcb9dd5..0000000000
--- a/apps/encryption/appinfo/version
+++ /dev/null
@@ -1 +0,0 @@
-1.0.0
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 9ec6a9c43e..ba8bb62494 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -5,13 +5,16 @@
 	<description>File Management</description>
 	<licence>AGPL</licence>
 	<author>Robin Appelman, Vincent Petry</author>
-	<requiremin>4.93</requiremin>
 	<shipped>true</shipped>
 	<standalone/>
 	<default_enable/>
+	<version>1.3.0</version>
 	<types>
 		<filesystem/>
 	</types>
+	<dependencies>
+		<owncloud min-version="9.0" />
+	</dependencies>
 	<documentation>
 		<user>user-files</user>
 	</documentation>
diff --git a/apps/files/appinfo/version b/apps/files/appinfo/version
deleted file mode 100644
index 9ee1f786d5..0000000000
--- a/apps/files/appinfo/version
+++ /dev/null
@@ -1 +0,0 @@
-1.1.11
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 8518cc8929..bb494a2eab 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -14,12 +14,13 @@
 		<admin>admin-external-storage</admin>
 	</documentation>
 	<rememberlogin>false</rememberlogin>
+	<version>0.4.0</version>
 	<types>
 		<filesystem/>
 	</types>
 	<ocsid>166048</ocsid>
 
 	<dependencies>
-		<owncloud min-version="8" />
+		<owncloud min-version="9.0" />
 	</dependencies>
 </info>
diff --git a/apps/files_external/appinfo/version b/apps/files_external/appinfo/version
deleted file mode 100644
index 7179039691..0000000000
--- a/apps/files_external/appinfo/version
+++ /dev/null
@@ -1 +0,0 @@
-0.2.3
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index cf69050a9f..80925dd3d6 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -9,12 +9,15 @@ Turning the feature off removes shared files and folders on the server for all s
 	</description>
 	<licence>AGPL</licence>
 	<author>Michael Gapczynski, Bjoern Schiessle</author>
-	<requiremin>4.93</requiremin>
 	<shipped>true</shipped>
 	<default_enable/>
+	<version>0.8.0</version>
 	<types>
 		<filesystem/>
 	</types>
+	<dependencies>
+		<owncloud min-version="9.0" />
+	</dependencies>
 	<public>
 		<files>public.php</files>
 	</public>
diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version
deleted file mode 100644
index 844f6a91ac..0000000000
--- a/apps/files_sharing/appinfo/version
+++ /dev/null
@@ -1 +0,0 @@
-0.6.3
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index f8bc5e7d3d..c4bade081b 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -10,11 +10,14 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app
 	<licence>AGPL</licence>
 	<author>Bjoern Schiessle</author>
 	<shipped>true</shipped>
-	<requiremin>4.9</requiremin>
 	<default_enable/>
+	<version>0.8.0</version>
 	<types>
 		<filesystem/>
 	</types>
+	<dependencies>
+		<owncloud min-version="9.0" />
+	</dependencies>
 	<documentation>
 		<user>user-trashbin</user>
 	</documentation>
diff --git a/apps/files_trashbin/appinfo/version b/apps/files_trashbin/appinfo/version
deleted file mode 100644
index 844f6a91ac..0000000000
--- a/apps/files_trashbin/appinfo/version
+++ /dev/null
@@ -1 +0,0 @@
-0.6.3
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 8eab29b0ec..8fe6372279 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -4,16 +4,19 @@
 	<name>Versions</name>
 	<licence>AGPL</licence>
 	<author>Frank Karlitschek, Bjoern Schiessle</author>
-	<requiremin>4.93</requiremin>
 	<shipped>true</shipped>
 	<description>
 	This application enables ownCloud to automatically maintain older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. ownCloud then automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.
 In addition to the expiry of versions, ownCloud’s versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation. 
 
 	</description>
+	<version>1.2.0</version>
 	<types>
 		<filesystem/>
 	</types>
+	<dependencies>
+		<owncloud min-version="9.0" />
+	</dependencies>
 	<documentation>
 		<user>user-versions</user>
 	</documentation>
diff --git a/apps/files_versions/appinfo/version b/apps/files_versions/appinfo/version
deleted file mode 100644
index af0b7ddbff..0000000000
--- a/apps/files_versions/appinfo/version
+++ /dev/null
@@ -1 +0,0 @@
-1.0.6
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index 7c662c18c0..a77b1f67e2 100644
--- a/apps/provisioning_api/appinfo/info.xml
+++ b/apps/provisioning_api/appinfo/info.xml
@@ -13,14 +13,17 @@
 	</description>
 	<licence>AGPL</licence>
 	<author>Tom Needham</author>
-	<requiremin>8</requiremin>
 	<shipped>true</shipped>
 	<default_enable/>
 	<documentation>
 		<admin>admin-provisioning-api</admin>
 	</documentation>
+	<version>0.4.0</version>
 	<types>
 		<!-- this is used to disable the feature of enabling an app for specific groups only because this would break this app -->
 		<filesystem/>
 	</types>
+	<dependencies>
+		<owncloud min-version="9.0" />
+	</dependencies>
 </info>
diff --git a/apps/provisioning_api/appinfo/version b/apps/provisioning_api/appinfo/version
deleted file mode 100644
index 3b04cfb60d..0000000000
--- a/apps/provisioning_api/appinfo/version
+++ /dev/null
@@ -1 +0,0 @@
-0.2
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 89c1a4ea3f..7dbce1da5f 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -9,8 +9,8 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
 	</description>
 	<licence>AGPL</licence>
 	<author>Dominik Schmidt and Arthur Schiwon</author>
-	<requiremin>4.93</requiremin>
 	<shipped>true</shipped>
+	<version>0.8.0</version>
 	<types>
 		<authentication/>
 	</types>
@@ -19,5 +19,6 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
 	</documentation>
 	<dependencies>
 		<lib>ldap</lib>
+		<owncloud min-version="9.0" />
 	</dependencies>
 </info>
diff --git a/apps/user_ldap/appinfo/version b/apps/user_ldap/appinfo/version
deleted file mode 100644
index 844f6a91ac..0000000000
--- a/apps/user_ldap/appinfo/version
+++ /dev/null
@@ -1 +0,0 @@
-0.6.3
-- 
GitLab