Skip to content

Commit 8e313d3

Browse files
authored
Merge pull request #13 from conterra/updatePom
Update pom.xml
2 parents 7cebc9a + 321b8ed commit 8e313d3

24 files changed

Lines changed: 132 additions & 96 deletions

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2021 con terra GmbH (info@conterra.de)
2+
# Copyright (C) 2024 con terra GmbH (info@conterra.de)
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 con terra GmbH (info@conterra.de)
2+
* Copyright (C) 2024 con terra GmbH (info@conterra.de)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pom.xml

Lines changed: 105 additions & 69 deletions
Large diffs are not rendered by default.

src/main/config/assembly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2021 con terra GmbH (info@conterra.de)
3+
Copyright (C) 2024 con terra GmbH (info@conterra.de)
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

src/main/js/apps/manager/app.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"title": "Manager"
55
},
66
"load": {
7+
"bundleLocations": [
8+
"localbundles",
9+
"bundles"
10+
],
711
"allowedBundles": [
812
"system",
913
"splashscreen",
@@ -14,10 +18,6 @@
1418
"managementlayout",
1519
"theme-everlasting",
1620
"mapapps-github-manager"
17-
],
18-
"bundleLocations": [
19-
"localbundles",
20-
"bundles"
2121
]
2222
},
2323
"bundles": {
@@ -41,4 +41,4 @@
4141
}
4242
}
4343
}
44-
}
44+
}

src/main/js/bundles/mapapps-github-manager/BundleDetailsController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 con terra GmbH (info@conterra.de)
2+
* Copyright (C) 2024 con terra GmbH (info@conterra.de)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/js/bundles/mapapps-github-manager/BundleStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 con terra GmbH (info@conterra.de)
2+
* Copyright (C) 2024 con terra GmbH (info@conterra.de)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/js/bundles/mapapps-github-manager/BundleTopWidget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2021 con terra GmbH (info@conterra.de)
3+
Copyright (C) 2024 con terra GmbH (info@conterra.de)
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

src/main/js/bundles/mapapps-github-manager/BundleWidget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 con terra GmbH (info@conterra.de)
2+
* Copyright (C) 2024 con terra GmbH (info@conterra.de)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/js/bundles/mapapps-github-manager/BundleWidgetFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 con terra GmbH (info@conterra.de)
2+
* Copyright (C) 2024 con terra GmbH (info@conterra.de)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)