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
3f43c280
Commit
3f43c280
authored
Mar 18, 2022
by
Bonita CI
Browse files
release(7.15.0.W12): create release 7.15.0.W12
parent
cefdf3fa
Changes
15
Hide whitespace changes
Inline
Side-by-side
bonita-runtime-bom/pom.xml
View file @
3f43c280
...
...
@@ -3,7 +3,7 @@
<groupId>
org.bonitasoft.runtime
</groupId>
<artifactId>
bonita-runtime-bom
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
<name>
Bonita Runtime BOM (Bill of Materials)
</name>
<packaging>
pom
</packaging>
...
...
bonita-war/pom.xml
View file @
3f43c280
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-distrib
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<artifactId>
bonita-war
</artifactId>
<packaging>
war
</packaging>
...
...
docker/Dockerfile
View file @
3f43c280
...
...
@@ -26,7 +26,7 @@ ARG BASE_URL
ARG
BONITA_URL
ENV
BONITA_VERSION ${BONITA_VERSION:-7.14.0.beta-01}
ENV
BRANDING_VERSION ${BRANDING_VERSION:-2022.
1-b1
}
ENV
BRANDING_VERSION ${BRANDING_VERSION:-2022.
2-SNAPSHOT
}
ENV
BONITA_SHA256 ${BONITA_SHA256:-8552aa472964f2271ebabdf160cb3821566399e7e114f11325f24c4648fd66ba}
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 @
3f43c280
...
...
@@ -4,7 +4,7 @@
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-distrib
</artifactId>
<name>
bonita distrib
</name>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
<packaging>
pom
</packaging>
<modules>
...
...
resources/bonita-theme/pom.xml
View file @
3f43c280
...
...
@@ -5,7 +5,7 @@
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-theme
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
<packaging>
pom
</packaging>
<properties>
...
...
resources/bootstrap-default-theme/pom.xml
View file @
3f43c280
...
...
@@ -5,7 +5,7 @@
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bootstrap-default-theme
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
<packaging>
pom
</packaging>
<properties>
...
...
resources/looknfeel/pom.xml
View file @
3f43c280
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
resources
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<artifactId>
looknfeel
</artifactId>
<packaging>
pom
</packaging>
...
...
resources/pom.xml
View file @
3f43c280
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-distrib
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<artifactId>
resources
</artifactId>
<packaging>
pom
</packaging>
...
...
resources/process-autogenerated-form/pom.xml
View file @
3f43c280
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
resources
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<artifactId>
process-autogenerated-form
</artifactId>
<packaging>
pom
</packaging>
...
...
resources/step-autogenerated-form/pom.xml
View file @
3f43c280
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
resources
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<artifactId>
task-autogenerated-form
</artifactId>
<packaging>
pom
</packaging>
...
...
tomcat-resources/pom.xml
View file @
3f43c280
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
bonita-distrib
</artifactId>
<groupId>
org.bonitasoft.distrib
</groupId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<groupId>
org.bonitasoft.distrib.tomcat
</groupId>
<artifactId>
tomcat-resources
</artifactId>
...
...
tomcat-resources/tomcat-bonita-extensions/pom.xml
View file @
3f43c280
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.bonitasoft.distrib.tomcat
</groupId>
<artifactId>
tomcat-resources
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<artifactId>
tomcat-bonita-extensions
</artifactId>
...
...
tomcat-resources/tomcat-distrib-for-bonita/pom.xml
View file @
3f43c280
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.bonitasoft.distrib.tomcat
</groupId>
<artifactId>
tomcat-resources
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<artifactId>
tomcat-distrib-for-bonita
</artifactId>
<packaging>
pom
</packaging>
...
...
tomcat-resources/tomcat-jta/pom.xml
View file @
3f43c280
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.bonitasoft.distrib.tomcat
</groupId>
<artifactId>
tomcat-resources
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</version>
</parent>
<artifactId>
tomcat-jta
</artifactId>
...
...
tomcat/pom.xml
View file @
3f43c280
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
bonita-distrib
</artifactId>
<version>
7.15.0
-SNAPSHOT
</version>
<version>
7.15.0
.W12
</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