mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	Merge pull request #122 from glyptodon/bump-version
GUAC-1128: Bump version numbers to 0.9.6 as necessary.
This commit is contained in:
		| @@ -5,7 +5,7 @@ | |||||||
|     <groupId>org.glyptodon.guacamole</groupId> |     <groupId>org.glyptodon.guacamole</groupId> | ||||||
|     <artifactId>guacamole-example</artifactId> |     <artifactId>guacamole-example</artifactId> | ||||||
|     <packaging>war</packaging> |     <packaging>war</packaging> | ||||||
|     <version>0.9.5</version> |     <version>0.9.6</version> | ||||||
|     <name>guacamole-example</name> |     <name>guacamole-example</name> | ||||||
|     <url>http://guac-dev.org/</url> |     <url>http://guac-dev.org/</url> | ||||||
|  |  | ||||||
| @@ -59,7 +59,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-common</artifactId> |             <artifactId>guacamole-common</artifactId> | ||||||
|             <version>0.9.4</version> |             <version>0.9.6</version> | ||||||
|             <scope>compile</scope> |             <scope>compile</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.glyptodon.guacamole</groupId> |         <groupId>org.glyptodon.guacamole</groupId> | ||||||
|         <artifactId>guacamole-auth-jdbc</artifactId> |         <artifactId>guacamole-auth-jdbc</artifactId> | ||||||
|         <version>0.9.5</version> |         <version>0.9.6</version> | ||||||
|         <relativePath>../../</relativePath> |         <relativePath>../../</relativePath> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.glyptodon.guacamole</groupId> |         <groupId>org.glyptodon.guacamole</groupId> | ||||||
|         <artifactId>guacamole-auth-jdbc</artifactId> |         <artifactId>guacamole-auth-jdbc</artifactId> | ||||||
|         <version>0.9.5</version> |         <version>0.9.6</version> | ||||||
|         <relativePath>../../</relativePath> |         <relativePath>../../</relativePath> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
| @@ -70,7 +70,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-auth-jdbc-base</artifactId> |             <artifactId>guacamole-auth-jdbc-base</artifactId> | ||||||
|             <version>0.9.5</version> |             <version>0.9.6</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|     </dependencies> |     </dependencies> | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.glyptodon.guacamole</groupId> |         <groupId>org.glyptodon.guacamole</groupId> | ||||||
|         <artifactId>guacamole-auth-jdbc</artifactId> |         <artifactId>guacamole-auth-jdbc</artifactId> | ||||||
|         <version>0.9.5</version> |         <version>0.9.6</version> | ||||||
|         <relativePath>../../</relativePath> |         <relativePath>../../</relativePath> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
| @@ -70,7 +70,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-auth-jdbc-base</artifactId> |             <artifactId>guacamole-auth-jdbc-base</artifactId> | ||||||
|             <version>0.9.5</version> |             <version>0.9.6</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|     </dependencies> |     </dependencies> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <groupId>org.glyptodon.guacamole</groupId> |     <groupId>org.glyptodon.guacamole</groupId> | ||||||
|     <artifactId>guacamole-auth-jdbc</artifactId> |     <artifactId>guacamole-auth-jdbc</artifactId> | ||||||
|     <packaging>pom</packaging> |     <packaging>pom</packaging> | ||||||
|     <version>0.9.5</version> |     <version>0.9.6</version> | ||||||
|     <name>guacamole-auth-jdbc</name> |     <name>guacamole-auth-jdbc</name> | ||||||
|     <url>http://guac-dev.org/</url> |     <url>http://guac-dev.org/</url> | ||||||
|  |  | ||||||
| @@ -62,7 +62,7 @@ | |||||||
|             <dependency> |             <dependency> | ||||||
|                 <groupId>org.glyptodon.guacamole</groupId> |                 <groupId>org.glyptodon.guacamole</groupId> | ||||||
|                 <artifactId>guacamole-ext</artifactId> |                 <artifactId>guacamole-ext</artifactId> | ||||||
|                 <version>0.9.5</version> |                 <version>0.9.6</version> | ||||||
|                 <scope>provided</scope> |                 <scope>provided</scope> | ||||||
|             </dependency> |             </dependency> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|     <groupId>org.glyptodon.guacamole</groupId> |     <groupId>org.glyptodon.guacamole</groupId> | ||||||
|     <artifactId>guacamole-auth-ldap</artifactId> |     <artifactId>guacamole-auth-ldap</artifactId> | ||||||
|     <packaging>jar</packaging> |     <packaging>jar</packaging> | ||||||
|     <version>0.9.5</version> |     <version>0.9.6</version> | ||||||
|     <name>guacamole-auth-ldap</name> |     <name>guacamole-auth-ldap</name> | ||||||
|     <url>http://guac-dev.org/</url> |     <url>http://guac-dev.org/</url> | ||||||
|  |  | ||||||
| @@ -57,14 +57,14 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-common</artifactId> |             <artifactId>guacamole-common</artifactId> | ||||||
|             <version>0.9.4</version> |             <version>0.9.6</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <!-- Guacamole Extension API --> |         <!-- Guacamole Extension API --> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-ext</artifactId> |             <artifactId>guacamole-ext</artifactId> | ||||||
|             <version>0.9.5</version> |             <version>0.9.6</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <!-- JLDAP --> |         <!-- JLDAP --> | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|     <groupId>org.glyptodon.guacamole</groupId> |     <groupId>org.glyptodon.guacamole</groupId> | ||||||
|     <artifactId>guacamole-auth-noauth</artifactId> |     <artifactId>guacamole-auth-noauth</artifactId> | ||||||
|     <packaging>jar</packaging> |     <packaging>jar</packaging> | ||||||
|     <version>0.9.5</version> |     <version>0.9.6</version> | ||||||
|     <name>guacamole-auth-noauth</name> |     <name>guacamole-auth-noauth</name> | ||||||
|     <url>http://guacamole.sourceforge.net/</url> |     <url>http://guacamole.sourceforge.net/</url> | ||||||
|  |  | ||||||
| @@ -57,14 +57,14 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-common</artifactId> |             <artifactId>guacamole-common</artifactId> | ||||||
|             <version>0.9.4</version> |             <version>0.9.6</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <!-- Guacamole Extension API --> |         <!-- Guacamole Extension API --> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-ext</artifactId> |             <artifactId>guacamole-ext</artifactId> | ||||||
|             <version>0.9.5</version> |             <version>0.9.6</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|     </dependencies> |     </dependencies> | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|     <groupId>org.glyptodon.guacamole</groupId> |     <groupId>org.glyptodon.guacamole</groupId> | ||||||
|     <artifactId>guacamole-common</artifactId> |     <artifactId>guacamole-common</artifactId> | ||||||
|     <packaging>jar</packaging> |     <packaging>jar</packaging> | ||||||
|     <version>0.9.4</version> |     <version>0.9.6</version> | ||||||
|     <name>guacamole-common</name> |     <name>guacamole-common</name> | ||||||
|     <url>http://guac-dev.org/</url> |     <url>http://guac-dev.org/</url> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|     <groupId>org.glyptodon.guacamole</groupId> |     <groupId>org.glyptodon.guacamole</groupId> | ||||||
|     <artifactId>guacamole-ext</artifactId> |     <artifactId>guacamole-ext</artifactId> | ||||||
|     <packaging>jar</packaging> |     <packaging>jar</packaging> | ||||||
|     <version>0.9.5</version> |     <version>0.9.6</version> | ||||||
|     <name>guacamole-ext</name> |     <name>guacamole-ext</name> | ||||||
|     <url>http://guac-dev.org/</url> |     <url>http://guac-dev.org/</url> | ||||||
|  |  | ||||||
| @@ -108,7 +108,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-common</artifactId> |             <artifactId>guacamole-common</artifactId> | ||||||
|             <version>0.9.4</version> |             <version>0.9.6</version> | ||||||
|             <scope>compile</scope> |             <scope>compile</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|     <groupId>org.glyptodon.guacamole</groupId> |     <groupId>org.glyptodon.guacamole</groupId> | ||||||
|     <artifactId>guacamole</artifactId> |     <artifactId>guacamole</artifactId> | ||||||
|     <packaging>war</packaging> |     <packaging>war</packaging> | ||||||
|     <version>0.9.5</version> |     <version>0.9.6</version> | ||||||
|     <name>guacamole</name> |     <name>guacamole</name> | ||||||
|     <url>http://guac-dev.org/</url> |     <url>http://guac-dev.org/</url> | ||||||
|  |  | ||||||
| @@ -200,14 +200,14 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-common</artifactId> |             <artifactId>guacamole-common</artifactId> | ||||||
|             <version>0.9.4</version> |             <version>0.9.6</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <!-- Guacamole Extension API --> |         <!-- Guacamole Extension API --> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.glyptodon.guacamole</groupId> |             <groupId>org.glyptodon.guacamole</groupId> | ||||||
|             <artifactId>guacamole-ext</artifactId> |             <artifactId>guacamole-ext</artifactId> | ||||||
|             <version>0.9.5</version> |             <version>0.9.6</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <!-- Guacamole JavaScript API --> |         <!-- Guacamole JavaScript API --> | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ | |||||||
|     <groupId>org.glyptodon.guacamole</groupId> |     <groupId>org.glyptodon.guacamole</groupId> | ||||||
|     <artifactId>guacamole-client</artifactId> |     <artifactId>guacamole-client</artifactId> | ||||||
|     <packaging>pom</packaging> |     <packaging>pom</packaging> | ||||||
|     <version>0.9.5</version> |     <version>0.9.6</version> | ||||||
|     <name>guacamole-client</name> |     <name>guacamole-client</name> | ||||||
|     <url>http://guac-dev.org/</url> |     <url>http://guac-dev.org/</url> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user