Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-distrib
Commits
d4de442e
Commit
d4de442e
authored
Feb 08, 2022
by
Bonita CI
Browse files
release(7.14.0.beta-01): create release 7.14.0.beta-01
parent
445fdaa2
Changes
14
Hide whitespace changes
Inline
Side-by-side
bonita-runtime-bom/pom.xml
View file @
d4de442e
...
...
@@ -3,7 +3,7 @@
<groupId>
org.bonitasoft.runtime
</groupId>
<artifactId>
bonita-runtime-bom
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
<name>
Bonita Runtime BOM (Bill of Materials)
</name>
<packaging>
pom
</packaging>
...
...
bonita-war/pom.xml
View file @
d4de442e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-distrib
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<artifactId>
bonita-war
</artifactId>
<packaging>
war
</packaging>
...
...
docker/Dockerfile
View file @
d4de442e
...
...
@@ -26,7 +26,7 @@ ARG BASE_URL
ARG
BONITA_URL
ENV
BONITA_VERSION ${BONITA_VERSION:-7.14.0}
ENV
BRANDING_VERSION ${BRANDING_VERSION:-2022.1-
u0
}
ENV
BRANDING_VERSION ${BRANDING_VERSION:-2022.1-
b1
}
ENV
BONITA_SHA256 ${BONITA_SHA256:-e4f279765cd729885a4e353d96d1d85c5f69fef63f79183e0ccf3ffaa0cb2417}
ENV
ZIP_FILE BonitaCommunity-${BRANDING_VERSION}.zip
ENV
BASE_URL ${BASE_URL:-https://github.com/bonitasoft/bonita-platform-releases/releases/download}
...
...
pom.xml
View file @
d4de442e
...
...
@@ -4,7 +4,7 @@
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-distrib
</artifactId>
<name>
bonita distrib
</name>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
<packaging>
pom
</packaging>
<modules>
...
...
@@ -21,7 +21,7 @@
</scm>
<properties>
<branding.version>
2022.1-
SNAPSHOT
</branding.version>
<branding.version>
2022.1-
b1
</branding.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
...
resources/bonita-theme/pom.xml
View file @
d4de442e
...
...
@@ -5,7 +5,7 @@
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-theme
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
<packaging>
pom
</packaging>
<properties>
...
...
resources/bootstrap-default-theme/pom.xml
View file @
d4de442e
...
...
@@ -5,7 +5,7 @@
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bootstrap-default-theme
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
<packaging>
pom
</packaging>
<properties>
...
...
resources/looknfeel/pom.xml
View file @
d4de442e
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
resources
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<artifactId>
looknfeel
</artifactId>
<packaging>
pom
</packaging>
...
...
resources/pom.xml
View file @
d4de442e
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-distrib
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<artifactId>
resources
</artifactId>
<packaging>
pom
</packaging>
...
...
resources/process-autogenerated-form/pom.xml
View file @
d4de442e
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
resources
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<artifactId>
process-autogenerated-form
</artifactId>
<packaging>
pom
</packaging>
...
...
resources/step-autogenerated-form/pom.xml
View file @
d4de442e
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
resources
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<artifactId>
task-autogenerated-form
</artifactId>
<packaging>
pom
</packaging>
...
...
tomcat-resources/pom.xml
View file @
d4de442e
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
bonita-distrib
</artifactId>
<groupId>
org.bonitasoft.distrib
</groupId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<groupId>
org.bonitasoft.distrib.tomcat
</groupId>
<artifactId>
tomcat-resources
</artifactId>
...
...
tomcat-resources/tomcat-distrib-for-bonita/pom.xml
View file @
d4de442e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.bonitasoft.distrib.tomcat
</groupId>
<artifactId>
tomcat-resources
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<artifactId>
tomcat-distrib-for-bonita
</artifactId>
<packaging>
pom
</packaging>
...
...
tomcat-resources/tomcat-jta/pom.xml
View file @
d4de442e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.bonitasoft.distrib.tomcat
</groupId>
<artifactId>
tomcat-resources
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<artifactId>
tomcat-jta
</artifactId>
...
...
tomcat/pom.xml
View file @
d4de442e
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-distrib
</artifactId>
<version>
7.14.0
-SNAPSHOT
</version>
<version>
7.14.0
.beta-01
</version>
</parent>
<artifactId>
bundle-tomcat
</artifactId>
<name>
tomcat bundle
</name>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment