mirror of
				https://github.com/proxiodev/RedisBungee.git
				synced 2025-11-04 09:38:03 +00:00 
			
		
		
		
	preparing for snapshot 0.7.0
This commit is contained in:
		
							parent
							
								
									16720487f0
								
							
						
					
					
						commit
						aeeb38f3c8
					
				@ -15,7 +15,7 @@ This is currently deployed on [Govindas Limework!](https://Limework.net)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Notice: about older versions of redis than redis 6.2
 | 
					## Notice: about older versions of redis than redis 6.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
As of now Version 0.6.4-SNAPSHOT is only supporting redis 6.2 and above!
 | 
					As of now Version 0.7.0-SNAPSHOT is only supporting redis 6.2 and above!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Compiling
 | 
					## Compiling
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							@ -6,7 +6,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <groupId>com.imaginarycode.minecraft</groupId>
 | 
					    <groupId>com.imaginarycode.minecraft</groupId>
 | 
				
			||||||
    <artifactId>RedisBungee</artifactId>
 | 
					    <artifactId>RedisBungee</artifactId>
 | 
				
			||||||
    <version>0.6.4-SNAPSHOT</version>
 | 
					    <version>0.7.0-SNAPSHOT</version>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <repositories>
 | 
					    <repositories>
 | 
				
			||||||
@ -123,7 +123,7 @@
 | 
				
			|||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>junit</groupId>
 | 
					            <groupId>junit</groupId>
 | 
				
			||||||
            <artifactId>junit</artifactId>
 | 
					            <artifactId>junit</artifactId>
 | 
				
			||||||
            <version>4.13.1</version>
 | 
					            <version>4.13.2</version>
 | 
				
			||||||
            <scope>test</scope>
 | 
					            <scope>test</scope>
 | 
				
			||||||
        </dependency>
 | 
					        </dependency>
 | 
				
			||||||
    </dependencies>
 | 
					    </dependencies>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user