diff --git a/rest-server/pom.xml.releaseBackup b/rest-server/pom.xml.releaseBackup deleted file mode 100644 index c9b03de14..000000000 --- a/rest-server/pom.xml.releaseBackup +++ /dev/null @@ -1,126 +0,0 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.0.5 - - - io.github.nubesgen - nubesgen - - 0.14.2-SNAPSHOT - nubesgen - jar - NubesGen REST server - - https://github.com/microsoft/NubesGen - scm:git:https://github.com/microsoft/NubesGen.git - HEAD - - - - 17 - - - - - org.springframework.boot - spring-boot-starter-mustache - - - org.springframework.boot - spring-boot-starter-web - - - com.azure - azure-storage-blob - 12.21.1 - - - org.apache.commons - commons-compress - 1.23.0 - - - org.springframework - spring-context-indexer - true - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-starter-validation - - - org.springdoc - springdoc-openapi-starter-webmvc-ui - 2.0.4 - - - - - spring-boot:run - - - org.springframework.boot - spring-boot-maven-plugin - - - true - - - - - org.graalvm.buildtools - native-maven-plugin - - - --initialize-at-build-time=org.slf4j.impl.StaticLoggerBinder,org.slf4j.LoggerFactory,ch.qos.logback.classic.Logger,ch.qos.logback.core.spi.AppenderAttachableImpl,ch.qos.logback.core.status.StatusBase,ch.qos.logback.classic.Level,ch.qos.logback.core.status.InfoStatus,ch.qos.logback.classic.PatternLayout,ch.qos.logback.core.CoreConstants,ch.qos.logback.core.util.Loader,ch.qos.logback.core.util.StatusPrinter,ch.qos.logback.core.pattern.parser.Parser - - - - - - org.apache.maven.plugins - maven-release-plugin - 3.0.0 - - v@{project.version} - - - - io.github.git-commit-id - git-commit-id-maven-plugin - 5.0.0 - - - get-the-git-infos - - revision - - initialize - - - - true - ${project.build.outputDirectory}/git.properties - - ^git.build.(time|version)$ - ^git.commit.id.(abbrev|full)$ - - full - - - - - diff --git a/rest-server/release.properties b/rest-server/release.properties deleted file mode 100644 index 8437e329d..000000000 --- a/rest-server/release.properties +++ /dev/null @@ -1,25 +0,0 @@ -#release configuration -#Fri Mar 24 15:04:27 CET 2023 -completedPhase=end-release -exec.pomFileName=pom.xml -exec.snapshotReleasePluginAllowed=false -pinExternals=false -preparationGoals=clean verify -project.dev.io.github.nubesgen\:nubesgen=0.15.1-SNAPSHOT -project.rel.io.github.nubesgen\:nubesgen=0.15.0 -project.scm.io.github.nubesgen\:nubesgen.connection=scm\:git\:https\://github.com/microsoft/NubesGen.git -project.scm.io.github.nubesgen\:nubesgen.tag=HEAD -project.scm.io.github.nubesgen\:nubesgen.url=https\://github.com/microsoft/NubesGen -projectVersionPolicyConfig=${projectVersionPolicyConfig}\n -projectVersionPolicyId=default -pushChanges=true -releaseStrategyId=default -remoteTagging=true -scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} -scm.commentPrefix=[maven-release-plugin] -scm.developmentCommitComment=@{prefix} prepare for next development iteration -scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} -scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} -scm.tag=v0.15.0 -scm.tagNameFormat=v@{project.version} -scm.url=scm\:git\:https\://github.com/microsoft/NubesGen.git