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
Melodic
melodic-integration
Commits
63cfff0e
Commit
63cfff0e
authored
Mar 16, 2022
by
Tomek Piekarz
Browse files
changing components version for new release morphemic-rc2.5
parent
238142b0
Pipeline
#20241
passed with stages
in 34 minutes and 7 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
63cfff0e
...
...
@@ -17,7 +17,7 @@ variables:
PROCESS_CLI
:
"
mvn
-DskipTests
--batch-mode
-f
process/pom.xml"
DOCKER_DRIVER
:
overlay
DOCKER_TLS_CERTDIR
:
"
/certs"
IMAGE_TAG
:
"
morphemic-rc2.
0
"
IMAGE_TAG
:
"
morphemic-rc2.
5
"
cache
:
paths
:
...
...
@@ -77,7 +77,7 @@ deploy-connectors:connectors:
-
rc3.0
-
rc3.1
-
morph-rc1.5
-
morphemic-rc2.
0
-
morphemic-rc2.
5
-
proactive-dev
dependencies
:
-
build-connectors:connectors
...
...
@@ -92,7 +92,7 @@ deploy-raml:raml_to_jaxrs:
-
rc3.0
-
rc3.1
-
morph-rc1.5
-
morphemic-rc2.
0
-
morphemic-rc2.
5
-
proactive-dev
dependencies
:
-
build-raml:raml_to_jaxrs
...
...
@@ -107,7 +107,7 @@ deploy-interfaces:interfaces:
-
rc3.0
-
rc3.1
-
morph-rc1.5
-
morphemic-rc2.
0
-
morphemic-rc2.
5
-
proactive-dev
dependencies
:
-
build-interfaces:interfaces
...
...
@@ -122,7 +122,7 @@ deploy-rest:mule_esb:
-
rc3.0
-
rc3.1
-
morph-rc1.5
-
morphemic-rc2.
0
-
morphemic-rc2.
5
-
proactive-dev
dependencies
:
-
deploy-raml:raml_to_jaxrs
...
...
@@ -143,7 +143,7 @@ deploy-rest:process:
-
rc3.0
-
rc3.1
-
morph-rc1.5
-
morphemic-rc2.
0
-
morphemic-rc2.
5
-
proactive-dev
dependencies
:
-
deploy-raml:raml_to_jaxrs
...
...
connectors/pom.xml
View file @
63cfff0e
...
...
@@ -6,7 +6,7 @@
<groupId>
cloud.morphemic.connectors
</groupId>
<artifactId>
connectors
</artifactId>
<version>
2.
0
-SNAPSHOT
</version>
<version>
2.
5
-SNAPSHOT
</version>
<modules>
<module>
proactive_client
</module>
</modules>
...
...
connectors/proactive_client/pom.xml
View file @
63cfff0e
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
proactive_client
</artifactId>
<version>
2.
0
-SNAPSHOT
</version>
<version>
2.
5
-SNAPSHOT
</version>
<properties>
<java.version>
1.8
</java.version>
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
org.activeeon
</groupId>
<artifactId>
scheduling-abstraction-layer
</artifactId>
<version>
4.
0
-SNAPSHOT
</version>
<version>
4.
5
-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
interfaces/pom.xml
View file @
63cfff0e
...
...
@@ -6,7 +6,7 @@
<groupId>
eu.melodic
</groupId>
<artifactId>
interfaces
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
<dependencies>
<!--<dependency>-->
...
...
@@ -32,7 +32,7 @@
<dependency>
<groupId>
eu.melodic
</groupId>
<artifactId>
jaxrs-code-generator-7bulls
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.xolstice.maven.plugins/protobuf-maven-plugin -->
...
...
@@ -71,7 +71,7 @@
<plugin>
<groupId>
eu.melodic
</groupId>
<artifactId>
raml-to-jaxrs-maven-plugin-7bulls
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
<configuration>
<sourceDirectory>
src/main/resources/
</sourceDirectory>
<removeOldOutput>
true
</removeOldOutput>
...
...
mule_esb/jackson2-connector/pom.xml
View file @
63cfff0e
...
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
eu.melodic
</groupId>
<artifactId>
jackson2-connector
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
<packaging>
mule-module
</packaging>
<name>
jackson2 connector
</name>
...
...
@@ -19,7 +19,7 @@
<dependency>
<groupId>
eu.melodic
</groupId>
<artifactId>
interfaces
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
mule_esb/mule-integration/pom.xml
View file @
63cfff0e
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
eu.melodic
</groupId>
<artifactId>
mule-integration
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
<packaging>
mule
</packaging>
<name>
mule-integration Application
</name>
...
...
@@ -24,7 +24,7 @@
<docker.jarToInclude>
${project.build.finalName}.jar
</docker.jarToInclude>
<docker.spotify-plugin.version>
0.4.10
</docker.spotify-plugin.version>
<melodic.version>
4.5
.0-SNAPSHOT
</melodic.version>
<melodic.version>
5.0
.0-SNAPSHOT
</melodic.version>
</properties>
<build>
...
...
@@ -255,13 +255,13 @@
<dependency>
<groupId>
eu.melodic
</groupId>
<artifactId>
interfaces
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
cloud.morphemic.connectors
</groupId>
<artifactId>
proactive_client
</artifactId>
<version>
2.
0
-SNAPSHOT
</version>
<version>
2.
5
-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
org.hibernate.validator
</groupId>
...
...
@@ -285,7 +285,7 @@
<dependency>
<groupId>
eu.melodic
</groupId>
<artifactId>
jackson2-connector
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.mule.modules
</groupId>
...
...
mule_esb/pom.xml
View file @
63cfff0e
...
...
@@ -4,7 +4,7 @@
<groupId>
eu.melodic
</groupId>
<artifactId>
mule-esb
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
mule-esb
</name>
...
...
process/pom.xml
View file @
63cfff0e
...
...
@@ -6,7 +6,7 @@
<groupId>
eu.melodic.bpm
</groupId>
<artifactId>
process
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
<properties>
<lombok.version>
1.16.16
</lombok.version>
...
...
@@ -38,7 +38,7 @@
<dependency>
<groupId>
eu.melodic
</groupId>
<artifactId>
interfaces
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
raml-to-jaxrs-7bulls/jaxrs-code-generator-7bulls/pom.xml
View file @
63cfff0e
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
eu.melodic
</groupId>
<artifactId>
raml-to-jaxrs-7bulls
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
</parent>
<artifactId>
jaxrs-code-generator-7bulls
</artifactId>
...
...
raml-to-jaxrs-7bulls/pom.xml
View file @
63cfff0e
...
...
@@ -3,7 +3,7 @@
<groupId>
eu.melodic
</groupId>
<artifactId>
raml-to-jaxrs-7bulls
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
raml-to-jaxrs-7bulls
</name>
...
...
raml-to-jaxrs-7bulls/raml-to-jaxrs-maven-plugin-7bulls/pom.xml
View file @
63cfff0e
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
eu.melodic
</groupId>
<artifactId>
raml-to-jaxrs-7bulls
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
</parent>
<artifactId>
raml-to-jaxrs-maven-plugin-7bulls
</artifactId>
...
...
@@ -27,7 +27,7 @@
<dependency>
<groupId>
eu.melodic
</groupId>
<artifactId>
jaxrs-code-generator-7bulls
</artifactId>
<version>
4.5
.0-SNAPSHOT
</version>
<version>
5.0
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.plugin-tools
</groupId>
...
...
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