Fix versioning
This commit is contained in:
		
							parent
							
								
									202a5642bd
								
							
						
					
					
						commit
						505caf88fb
					
				
					 3 changed files with 3 additions and 12 deletions
				
			
		| 
						 | 
					@ -5,16 +5,7 @@
 | 
				
			||||||
  </component>
 | 
					  </component>
 | 
				
			||||||
  <component name="ChangeListManager">
 | 
					  <component name="ChangeListManager">
 | 
				
			||||||
    <list default="true" id="9d5d9b6f-43c8-41a4-bb42-a66ffc96c9b0" name="Changes" comment="">
 | 
					    <list default="true" id="9d5d9b6f-43c8-41a4-bb42-a66ffc96c9b0" name="Changes" comment="">
 | 
				
			||||||
      <change afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/packetconversion/CommonSpawningMethods.java" afterDir="false" />
 | 
					      <change beforePath="$PROJECT_DIR$/platforms/spigot/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/platforms/spigot/build.gradle" afterDir="false" />
 | 
				
			||||||
      <change afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/packetconversion/EntitySpawningMethod.java" afterDir="false" />
 | 
					 | 
				
			||||||
      <change afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/packetconversion/EntitySpawningPacketConversion.java" afterDir="false" />
 | 
					 | 
				
			||||||
      <change afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/packetconversion/LegacySpawningMethods.java" afterDir="false" />
 | 
					 | 
				
			||||||
      <change afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/packetconversion/ModernSpawningMethods.java" afterDir="false" />
 | 
					 | 
				
			||||||
      <change afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/utils/VersionUtil.java" afterDir="false" />
 | 
					 | 
				
			||||||
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
 | 
					 | 
				
			||||||
      <change beforePath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/EntityLibAPI.java" beforeDir="false" afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/EntityLibAPI.java" afterDir="false" />
 | 
					 | 
				
			||||||
      <change beforePath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperEntity.java" beforeDir="false" afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperEntity.java" afterDir="false" />
 | 
					 | 
				
			||||||
      <change beforePath="$PROJECT_DIR$/common/src/main/java/me/tofaa/entitylib/common/AbstractEntityLibAPI.java" beforeDir="false" afterPath="$PROJECT_DIR$/common/src/main/java/me/tofaa/entitylib/common/AbstractEntityLibAPI.java" afterDir="false" />
 | 
					 | 
				
			||||||
    </list>
 | 
					    </list>
 | 
				
			||||||
    <option name="SHOW_DIALOG" value="false" />
 | 
					    <option name="SHOW_DIALOG" value="false" />
 | 
				
			||||||
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
 | 
					    <option name="HIGHLIGHT_CONFLICTS" value="true" />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,7 +18,7 @@ allprojects {
 | 
				
			||||||
    apply plugin: 'maven-publish'
 | 
					    apply plugin: 'maven-publish'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    group = 'me.tofaa.entitylib'
 | 
					    group = 'me.tofaa.entitylib'
 | 
				
			||||||
    version = '2.3.1-SNAPSHOT'
 | 
					    version = '2.4.1-SNAPSHOT'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    java.sourceCompatibility = JavaVersion.VERSION_1_8
 | 
					    java.sourceCompatibility = JavaVersion.VERSION_1_8
 | 
				
			||||||
    java.targetCompatibility = JavaVersion.VERSION_1_8
 | 
					    java.targetCompatibility = JavaVersion.VERSION_1_8
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,5 +2,5 @@
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    api(project(":common"))
 | 
					    api(project(":common"))
 | 
				
			||||||
    compileOnly('com.github.retrooper:packetevents-spigot:' + peVersion)
 | 
					    compileOnly('com.github.retrooper:packetevents-spigot:' + peVersion)
 | 
				
			||||||
    compileOnly('org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT')
 | 
					    compileOnly('org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT')
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue