Bumps version and removes Jenkinsfile

Bumps version to 0.11.5.0-SNAPSHOT for consistency
This commit is contained in:
2023-03-24 20:47:31 +01:00
parent 69ae5ea3de
commit 1f4aeefad1
2 changed files with 1 additions and 34 deletions

33
Jenkinsfile vendored
View File

@@ -1,33 +0,0 @@
pipeline {
agent any
tools {
jdk 'JDK17'
}
stages {
stage('Build') {
steps {
echo 'Building...'
sh 'mvn clean & mvn validate & mvn compile'
}
}
stage('Test') {
steps {
echo 'Testing...'
sh 'mvn test'
}
}
stage('Verify') {
steps {
echo 'Verifying...'
sh 'mvn verify -Dmaven.test.skip=true'
}
}
stage('Deploy') {
steps {
echo 'Deploying...'
sh 'mvn deploy -Dmaven.install.skip=true -Dmaven.test.skip=true'
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
}
}
}
}

View File

@@ -4,7 +4,7 @@
<groupId>net.knarcraft</groupId> <groupId>net.knarcraft</groupId>
<artifactId>Stargate</artifactId> <artifactId>Stargate</artifactId>
<version>0.9.4.3-SNAPSHOT</version> <version>0.11.5.0-SNAPSHOT</version>
<licenses> <licenses>
<license> <license>