diff --git a/.gitignore b/.gitignore index 2bf4746..bcc54cf 100644 --- a/.gitignore +++ b/.gitignore @@ -83,4 +83,6 @@ cs_commons-dev/ ## Plugin-specific files: *.dir # IntelliJ -/out/ \ No newline at end of file +/out/ + +/current/prepareRelease.sh diff --git a/LICENSE b/LICENSE index b22dcde..050e16d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Coresecure, Inc. +Copyright (c) 2018 Coresecure, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/License.txt b/License.txt index bd61024..9334b45 100644 --- a/License.txt +++ b/License.txt @@ -1,9 +1,10 @@ Adobe CQ5 Brightcove Connector -Copyright (C) 2011 Coresecure Inc. +Copyright (C) 2018 Coresecure Inc. Authors: Alessandro Bonfatti Yan Kisen + Pablo Kropilnicki This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README b/README deleted file mode 100644 index 5be2ec9..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -Adobe-AEM-Brightcove-Connector - -Brightcove Connector for Adobe AEM diff --git a/current/README.md b/current/README.md index 10b9bfe..9f1d040 100644 --- a/current/README.md +++ b/current/README.md @@ -45,8 +45,8 @@ The project comes with the auto-public repository configured. To setup the repos ##License - Copyright (C) 2017 **[Coresecure Inc.](https://www.coresecure.com)** - + Copyright (C) 2018 **[Coresecure Inc.](https://www.coresecure.com)** + #####Authors: - Alessandro Bonfatti - Yan Kisen @@ -72,4 +72,3 @@ squeakysand-commons and squeakysand-osgi (or a modified version of those libraries), containing parts covered by the terms of APACHE LICENSE 2.0 or MIT License, the licensors of this Program grant you additional permission to convey the resulting work. - diff --git a/current/core/pom.xml b/current/core/pom.xml index 49d5474..1497431 100644 --- a/current/core/pom.xml +++ b/current/core/pom.xml @@ -2,7 +2,7 @@ org.apache.maven.plugins @@ -163,6 +168,11 @@ + + com.amashchenko.maven.plugin + gitflow-maven-plugin + 1.9.0 + org.apache.maven.plugins @@ -550,4 +560,4 @@ - + \ No newline at end of file diff --git a/current/ui.apps/pom.xml b/current/ui.apps/pom.xml index 3c3f376..8179c12 100644 --- a/current/ui.apps/pom.xml +++ b/current/ui.apps/pom.xml @@ -2,7 +2,7 @@