forked from GeyserMC/Geyser
		
	Compare commits
	
		
			2 commits
		
	
	
		
			master
			...
			artifactor
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						98f388b019 | ||
| 
							 | 
						5e42a1b74e | 
					 10 changed files with 45 additions and 40 deletions
				
			
		
							
								
								
									
										23
									
								
								Jenkinsfile
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										23
									
								
								Jenkinsfile
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -24,8 +24,29 @@ pipeline {
 | 
			
		|||
            when {
 | 
			
		||||
                branch "master"
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            steps {
 | 
			
		||||
                sh 'mvn javadoc:jar source:jar deploy -DskipTests'
 | 
			
		||||
                rtMavenDeployer(
 | 
			
		||||
                        id: "maven-deployer",
 | 
			
		||||
                        serverId: "opencollab-artifactory",
 | 
			
		||||
                        releaseRepo: "maven-releases",
 | 
			
		||||
                        snapshotRepo: "maven-snapshots"
 | 
			
		||||
                )
 | 
			
		||||
                rtMavenResolver(
 | 
			
		||||
                        id: "maven-resolver",
 | 
			
		||||
                        serverId: "opencollab-artifactory",
 | 
			
		||||
                        releaseRepo: "release",
 | 
			
		||||
                        snapshotRepo: "snapshot"
 | 
			
		||||
                )
 | 
			
		||||
                rtMavenRun(
 | 
			
		||||
                        pom: 'pom.xml',
 | 
			
		||||
                        goals: 'javadoc:jar source:jar install -DskipTests',
 | 
			
		||||
                        deployerId: "maven-deployer",
 | 
			
		||||
                        resolverId: "maven-resolver"
 | 
			
		||||
                )
 | 
			
		||||
                rtPublishBuildInfo(
 | 
			
		||||
                        serverId: "opencollab-artifactory"
 | 
			
		||||
                )
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,15 +6,15 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.geysermc</groupId>
 | 
			
		||||
        <artifactId>bootstrap-parent</artifactId>
 | 
			
		||||
        <version>1.1.0</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
        <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>bootstrap-bungeecord</artifactId>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <version>1.1.0</version>
 | 
			
		||||
            <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,12 +6,11 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.geysermc</groupId>
 | 
			
		||||
        <artifactId>geyser-parent</artifactId>
 | 
			
		||||
        <version>parent</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
        <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>bootstrap-parent</artifactId>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
    <packaging>pom</packaging>
 | 
			
		||||
 | 
			
		||||
    <repositories>
 | 
			
		||||
        <repository>
 | 
			
		||||
            <id>spigot-public</id>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,15 +6,15 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.geysermc</groupId>
 | 
			
		||||
        <artifactId>bootstrap-parent</artifactId>
 | 
			
		||||
        <version>1.1.0</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
        <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>bootstrap-spigot</artifactId>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <version>1.1.0</version>
 | 
			
		||||
            <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,15 +6,15 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.geysermc</groupId>
 | 
			
		||||
        <artifactId>bootstrap-parent</artifactId>
 | 
			
		||||
        <version>1.1.0</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
        <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>bootstrap-sponge</artifactId>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <version>1.1.0</version>
 | 
			
		||||
            <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,15 +6,15 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.geysermc</groupId>
 | 
			
		||||
        <artifactId>bootstrap-parent</artifactId>
 | 
			
		||||
        <version>1.1.0</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
        <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>bootstrap-standalone</artifactId>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <version>1.1.0</version>
 | 
			
		||||
            <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,15 +6,15 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.geysermc</groupId>
 | 
			
		||||
        <artifactId>bootstrap-parent</artifactId>
 | 
			
		||||
        <version>1.1.0</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
        <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>bootstrap-velocity</artifactId>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>connector</artifactId>
 | 
			
		||||
            <version>1.1.0</version>
 | 
			
		||||
            <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,11 +6,10 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.geysermc</groupId>
 | 
			
		||||
        <artifactId>geyser-parent</artifactId>
 | 
			
		||||
        <version>parent</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
        <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>common</artifactId>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.google.code.gson</groupId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,16 +6,15 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.geysermc</groupId>
 | 
			
		||||
        <artifactId>geyser-parent</artifactId>
 | 
			
		||||
        <version>parent</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
        <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>connector</artifactId>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.geysermc</groupId>
 | 
			
		||||
            <artifactId>common</artifactId>
 | 
			
		||||
            <version>1.1.0</version>
 | 
			
		||||
            <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										15
									
								
								pom.xml
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								pom.xml
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
    <modelVersion>4.0.0</modelVersion>
 | 
			
		||||
    <groupId>org.geysermc</groupId>
 | 
			
		||||
    <artifactId>geyser-parent</artifactId>
 | 
			
		||||
    <version>parent</version>
 | 
			
		||||
    <version>1.2.0-SNAPSHOT</version>
 | 
			
		||||
    <packaging>pom</packaging>
 | 
			
		||||
    <name>Geyser</name>
 | 
			
		||||
    <description>Allows for players from Minecraft Bedrock Edition to join Minecraft Java Edition servers.</description>
 | 
			
		||||
| 
						 | 
				
			
			@ -71,19 +71,6 @@
 | 
			
		|||
        </repository>
 | 
			
		||||
    </repositories>
 | 
			
		||||
 | 
			
		||||
    <distributionManagement>
 | 
			
		||||
        <repository>
 | 
			
		||||
            <id>releases</id>
 | 
			
		||||
            <name>opencollab-releases</name>
 | 
			
		||||
            <url>https://repo.opencollab.dev/maven-releases</url>
 | 
			
		||||
        </repository>
 | 
			
		||||
        <snapshotRepository>
 | 
			
		||||
            <id>snapshots</id>
 | 
			
		||||
            <name>opencollab-snapshots</name>
 | 
			
		||||
            <url>https://repo.opencollab.dev/maven-snapshots</url>
 | 
			
		||||
        </snapshotRepository>
 | 
			
		||||
    </distributionManagement>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.projectlombok</groupId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue