diff --git a/pom.xml b/pom.xml index 4aba6b6..56b9eab 100644 --- a/pom.xml +++ b/pom.xml @@ -8,14 +8,14 @@ JUDO Stater project to support JSL-based Spring Boot application development - 1.0.0-SNAPSHOT + 1.0.1 UTF-8 BlackBeltTechnology/judo-jsl-springboot-starter 2.7.3 - 1.0.4 + 1.0.5 diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 0000000..7188f47 --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,311 @@ + + 4.0.0 + hu.blackbelt.judo + judo-spring-boot-starter + ${revision} + + JUDO JSL :: Springboot Starter + JUDO Stater project to support JSL-based Spring Boot application development + + + 1.0.0-SNAPSHOT + + UTF-8 + BlackBeltTechnology/judo-jsl-springboot-starter + + 2.7.3 + + 1.0.5 + + + + + robson + Csákány Róbert + robert.csakany@blackbelt.hu + https://github.com/robertcsakany + BlackBelt Technology + https://www.blackbelt.hu + + + noherczeg + Norbert Herczeg + norbert.herczeg@blackbelt.hu + https://github.com/noherczeg + BlackBelt Technology + https://www.blackbelt.hu + + + + https://github.com/${project-repositoryId} + + + https://github.com/${project-repositoryId}/issues + GitHub Issues + + + + scm:git:git@github.com:${project-repositoryId}.git + + scm:git:ssh://${git.username}@github.com:${project-repositoryId}.git + + https://github.com/${project-repositoryId} + + + + + Eclipse Public License 2.0 + https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + hu.blackbelt.judo.runtime + judo-runtime-core-dependencies + ${judo-runtime-core-version} + pom + import + + + + + + + org.antlr + antlr-runtime + 3.2 + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-data-jdbc + + + hu.blackbelt.judo.runtime + judo-runtime-core-spring + + + hu.blackbelt.judo.runtime + judo-runtime-core-spring-hsqldb + + + hu.blackbelt.judo.runtime + judo-runtime-core-spring-postgresql + + + hu.blackbelt.judo + judo-dao-api + + + hu.blackbelt.judo + judo-sdk-common + + + hu.blackbelt.mapper + mapper-api + + + hu.blackbelt.mapper + mapper-impl + + + hu.blackbelt.judo.runtime + judo-runtime-core + + + hu.blackbelt.judo.runtime + judo-runtime-core-dao-core + + + hu.blackbelt.judo.runtime + judo-runtime-core-dao-rdbms + + + hu.blackbelt.judo.runtime + judo-runtime-core-dao-rdbms-hsqldb + + + hu.blackbelt.judo.runtime + judo-runtime-core-dao-rdbms-postgresql + + + hu.blackbelt.judo.runtime + judo-runtime-core-dispatcher + + + hu.blackbelt.judo.runtime + judo-runtime-core-accessmanager-api + + + hu.blackbelt.judo.runtime + judo-runtime-core-accessmanager + + + hu.blackbelt.judo.tatami + judo-tatami-asm2rdbms + + + hu.blackbelt.judo.meta + hu.blackbelt.judo.meta.liquibase.model + + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.3.0 + + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + + + + + + sign-artifacts + + + + org.simplify4u.plugins + sign-maven-plugin + 1.0.1 + + + + sign + + + + + + + + + + release-dummy + + + dummy-distribution + file:///tmp/${project.groupId}-${project.artifactId}-${project.version}/maven-snapshot/ + + + dummy-distribution + file:///tmp/${project.groupId}-${project.artifactId}-${project.version}/maven-release/ + + + + + + release-judong + + + judong-nexus-distribution + + https://nexus.judo.technology/repository/maven-judong-snapshots/ + + + judong-nexus-distribution + + https://nexus.judo.technology/repository/maven-judong-snapshots/ + + + + + + release-central + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + true + 15 + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + update-source-code-license + + + + org.codehaus.mojo + license-maven-plugin + 2.0.0 + + true + false + BlackBelt Technology + 2018 + + + + second + + update-project-license + + process-sources + + epl_v2 + + + + + + + + + \ No newline at end of file