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-upperware
Commits
c9086790
Commit
c9086790
authored
Feb 26, 2020
by
Alicja Reniewicz
Browse files
version upgrade to 3.1.0 for RC3.1
parent
a0b65032
Changes
31
Hide whitespace changes
Inline
Side-by-side
adapter/pom.xml
View file @
c9086790
...
...
@@ -11,7 +11,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
eu.melodic
</groupId>
<artifactId>
adapter
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
<name>
Upperware - Adapter
</name>
<description>
The component of PaaSage responsible for generating, validating and applying deployment plan based on CAMEL
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
upperware
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<properties>
<colloseum-client.version>
0.2.0-SNAPSHOT
</colloseum-client.version>
...
...
@@ -148,7 +148,7 @@
<dependency>
<groupId>
eu.melodic.security.authorization
</groupId>
<artifactId>
authorization-service-client
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${melodic.version}
</version>
</dependency>
<!--dependencies for higher version required by Spring boot 2 for Cloudiator Colosseum-->
<dependency>
...
...
cp-solver/pom.xml
View file @
c9086790
...
...
@@ -5,13 +5,13 @@
<parent>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
upperware
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<groupId>
eu.melodic
</groupId>
<artifactId>
cp-solver
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
<name>
Upperware - CP Solver
</name>
<properties>
...
...
cp_generator/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
upperware
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
generator
</artifactId>
...
...
dlms/DLMSController/pom.xml
View file @
c9086790
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
eu.melodic
</groupId>
<artifactId>
dlms
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<properties>
...
...
dlms/DLMSUtility/pom.xml
View file @
c9086790
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
eu.melodic
</groupId>
<artifactId>
dlms
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
dlms/DLMSWebService/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic
</groupId>
<artifactId>
dlms
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<properties>
...
...
dlms/pom.xml
View file @
c9086790
...
...
@@ -5,7 +5,7 @@
<groupId>
eu.melodic
</groupId>
<artifactId>
dlms
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
<name>
Upperware - DLMS
</name>
<packaging>
pom
</packaging>
...
...
@@ -15,7 +15,7 @@
<parent>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
upperware
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<modules>
...
...
dlmsAgent/pom.xml
View file @
c9086790
...
...
@@ -6,7 +6,7 @@
<groupId>
eu.melodic.dlms
</groupId>
<artifactId>
DLMSAgent
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
Upperware - DLMS - Agent
</name>
...
...
@@ -15,7 +15,7 @@
<parent>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
upperware
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<properties>
...
...
event-management/baguette-client-install/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
baguette-client-install
</artifactId>
...
...
@@ -23,7 +23,7 @@
<dependency>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
baguette-server
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
<scope>
compile
</scope>
</dependency>
...
...
event-management/baguette-client/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
baguette-client
</artifactId>
...
...
event-management/baguette-server/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
baguette-server
</artifactId>
...
...
event-management/bin/initialize-keystores.bat
View file @
c9086790
...
...
@@ -16,7 +16,7 @@ IF NOT DEFINED MELODIC_CONFIG_DIR set MELODIC_CONFIG_DIR=%BASEDIR%\config-files
IF
NOT
DEFINED
PAASAGE_CONFIG_DIR
set
PAASAGE_CONFIG_DIR
=
%BASEDIR%
\config
-files
:: Get IP addresses
set
UTIL_FILE
=
util
-
3
.
0
.0
-SNAPSHOT-jar-with-dependencies
.jar
set
UTIL_FILE
=
util
-
3
.
1
.0
-SNAPSHOT-jar-with-dependencies
.jar
set
UTIL_PATH_0
=
util
\target\
%UTIL_FILE%
set
UTIL_PATH_1
=
jars
\util\
%UTIL_FILE%
set
UTIL_PATH_2
=
..\util\target\
%UTIL_FILE%
...
...
@@ -33,7 +33,7 @@ if exist %UTIL_PATH_0% (
if
exist
%UTIL
_PATH_3
%
(
set
UTIL_JAR
=
%UTIL
_PATH_3
%
)
else
(
echo
ERROR
:
Couldn
't find '
util
-
3
.
0
.0
-SNAPSHOT-jar-with-dependencies
.jar
'
echo
ERROR
:
Couldn
't find '
util
-
3
.
1
.0
-SNAPSHOT-jar-with-dependencies
.jar
'
echo ERROR: Skipping keystore initialization
goto the_end
)
...
...
@@ -82,4 +82,4 @@ keytool -import -noprompt -file %CERTIFICATE% -alias %KEY_ALIAS% -keystore %TRUS
echo Key store, trust stores and certificate are ready.
:the_end
cd
%PWD%
endlocal
\ No newline at end of file
endlocal
event-management/bin/initialize-keystores.sh
View file @
c9086790
...
...
@@ -15,7 +15,7 @@ if [[ -z $MELODIC_CONFIG_DIR ]]; then MELODIC_CONFIG_DIR=$BASEDIR/config-files;
if
[[
-z
$PAASAGE_CONFIG_DIR
]]
;
then
PAASAGE_CONFIG_DIR
=
$BASEDIR
/config-files
;
export
PAASAGE_CONFIG_DIR
;
fi
# Get IP addresses
UTIL_FILE
=
util-3.
0
.0-SNAPSHOT-jar-with-dependencies.jar
UTIL_FILE
=
util-3.
1
.0-SNAPSHOT-jar-with-dependencies.jar
UTIL_PATH_0
=
util/target/
${
UTIL_FILE
}
UTIL_PATH_1
=
jars/util/
${
UTIL_FILE
}
UTIL_PATH_2
=
../util/target/
${
UTIL_FILE
}
...
...
@@ -29,7 +29,7 @@ elif [ -f ${UTIL_PATH_2} ]; then
elif
[
-f
${
UTIL_PATH_3
}
]
;
then
UTIL_JAR
=
${
UTIL_PATH_3
}
else
echo
"ERROR: Couldn't find 'util-3.
0
.0-SNAPSHOT-jar-with-dependencies.jar'"
echo
"ERROR: Couldn't find 'util-3.
1
.0-SNAPSHOT-jar-with-dependencies.jar'"
echo
"ERROR: Skipping keystore initialization"
cd
${
PREVWORKDIR
}
exit
1
...
...
@@ -78,4 +78,4 @@ keytool -delete -alias ${KEY_ALIAS} -keystore ${TRUSTSTORE} -storetype ${KEYSTOR
keytool
-import
-noprompt
-file
${
CERTIFICATE
}
-alias
${
KEY_ALIAS
}
-keystore
${
TRUSTSTORE
}
-storetype
${
KEYSTORE_TYPE
}
-storepass
${
KEYSTORE_PASS
}
echo
Key store, trust stores and certificate are ready.
cd
$PREVWORKDIR
\ No newline at end of file
cd
$PREVWORKDIR
event-management/broker-cep/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
broker-cep
</artifactId>
...
...
@@ -23,7 +23,7 @@
<dependency>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
melodic-commons
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${melodic.version}
</version>
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
...
...
event-management/broker-client/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
broker-client
</artifactId>
...
...
event-management/control-service/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
control-service
</artifactId>
...
...
@@ -38,7 +38,7 @@
<dependency>
<groupId>
eu.melodic.security.authorization
</groupId>
<artifactId>
authorization-service-client
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${melodic.version}
</version>
<exclusions>
<exclusion>
<groupId>
org.slf4j
</groupId>
...
...
event-management/pom.xml
View file @
c9086790
...
...
@@ -14,12 +14,12 @@
<parent>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
upperware
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
Upperware - Event Management System
</name>
...
...
@@ -35,6 +35,7 @@
<esper-version>
7.1.0
</esper-version>
<!-- MathParser version -->
<mathparser-version>
4.2.0
</mathparser-version>
<melodic.version>
3.1.0-SNAPSHOT
</melodic.version>
</properties>
<modules>
...
...
@@ -47,4 +48,4 @@
<module>
translator
</module>
<module>
control-service
</module>
</modules>
</project>
\ No newline at end of file
</project>
event-management/translator/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
translator
</artifactId>
...
...
@@ -55,22 +55,22 @@
<dependency>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
melodic-commons
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${melodic.version}
</version>
</dependency>
<dependency>
<groupId>
org.ow2.paasage
</groupId>
<artifactId>
upperware-metamodel
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${melodic.version}
</version>
</dependency>
<dependency>
<groupId>
camel
</groupId>
<artifactId>
camel
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${melodic.version}
</version>
</dependency>
<dependency>
<groupId>
camel
</groupId>
<artifactId>
camel.dsl
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${melodic.version}
</version>
</dependency>
<dependency>
<groupId>
eu.melodic
</groupId>
...
...
event-management/util/pom.xml
View file @
c9086790
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
eu.melodic.event
</groupId>
<artifactId>
event-management
</artifactId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<artifactId>
util
</artifactId>
...
...
gui-backend/pom.xml
View file @
c9086790
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
upperware
</artifactId>
<groupId>
org.ow2.paasage
</groupId>
<version>
3.
0
.0-SNAPSHOT
</version>
<version>
3.
1
.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -15,8 +15,8 @@
<properties>
<java.version>
1.8
</java.version>
<cdo.version>
3.
0
.0-SNAPSHOT
</cdo.version>
<upperware.version>
3.
0
.0-SNAPSHOT
</upperware.version>
<cdo.version>
3.
1
.0-SNAPSHOT
</cdo.version>
<upperware.version>
3.
1
.0-SNAPSHOT
</upperware.version>
<!--DOCKER plugin properties-->
<docker.imageName>
gui-backend
</docker.imageName>
</properties>
...
...
@@ -83,7 +83,7 @@
<dependency>
<groupId>
eu.melodic
</groupId>
<artifactId>
interfaces
</artifactId>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${melodic.version}
</version>
</dependency>
<dependency>
...
...
Prev
1
2
Next
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