-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into contentsync-3197
- Loading branch information
Showing
10 changed files
with
65 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
bundle-cloud/src/main/java/com/adobe/acs/commons/CloudBundle.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
package com.adobe.acs.commons; | ||
/* | ||
* ACS AEM Commons | ||
* | ||
* Copyright (C) 2013 - 2023 Adobe | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
import org.osgi.annotation.versioning.ProviderType; | ||
|
||
/** | ||
* Marker interface for Cloud Bundles to allow Javadocs to be generated from the cloud fragment bundle required for deployment to Nexus. | ||
* | ||
* This bundle contains only internal implementation classes so has no JavaDocs of its own. | ||
*/ | ||
@ProviderType | ||
public interface CloudBundle { | ||
|
||
} |
19 changes: 19 additions & 0 deletions
19
bundle-cloud/src/main/java/com/adobe/acs/commons/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* ACS AEM Commons | ||
* | ||
* Copyright (C) 2013 - 2023 Adobe | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
@org.osgi.annotation.versioning.Version("1.0.0") | ||
package com.adobe.acs.commons; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|
||
<groupId>com.adobe.acs</groupId> | ||
<artifactId>acs-aem-commons</artifactId> | ||
<version>6.2.1-SNAPSHOT</version> | ||
<version>6.3.1-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>ACS AEM Commons - Reactor Project</name> | ||
|
@@ -49,7 +49,7 @@ | |
<connection>scm:git:[email protected]:Adobe-Consulting-Services/acs-aem-commons.git</connection> | ||
<developerConnection>scm:git:[email protected]:Adobe-Consulting-Services/acs-aem-commons.git</developerConnection> | ||
<url>https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master</url> | ||
<tag>acs-aem-commons-5.5.0</tag> | ||
<tag>acs-aem-commons-6.3.0</tag> | ||
</scm> | ||
|
||
<!-- Do not remove developers section - this is required to release to maven central --> | ||
|
@@ -93,7 +93,7 @@ | |
<maven.compiler.source>1.8</maven.compiler.source> | ||
<maven.compiler.target>1.8</maven.compiler.target> | ||
<!-- for reproducible builds (https://maven.apache.org/guides/mini/guide-reproducible-builds.html), automatically adjusted during release --> | ||
<project.build.outputTimestamp>1694702052</project.build.outputTimestamp> | ||
<project.build.outputTimestamp>1698267085</project.build.outputTimestamp> | ||
</properties> | ||
|
||
<build> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters