Skip to content

Commit

Permalink
[maven-release-plugin] prepare release acs-aem-commons-4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Dec 17, 2019
1 parent 2b34235 commit be8b5cd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 25 deletions.
30 changes: 11 additions & 19 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<!-- ====================================================================== -->
<!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>4.3.5-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down Expand Up @@ -117,8 +115,7 @@
<configuration>
<target>
<move todir="${project.build.outputDirectory}/OSGI-INF.bak">
<fileset
dir="${project.build.outputDirectory}/OSGI-INF" />
<fileset dir="${project.build.outputDirectory}/OSGI-INF" />
</move>
</target>
</configuration>
Expand All @@ -131,13 +128,10 @@
<phase>generate-test-sources</phase>
<configuration>
<target>
<move todir="${project.build.outputDirectory}/OSGI-INF"
overwrite="false">
<fileset
dir="${project.build.outputDirectory}/OSGI-INF.bak" />
<move todir="${project.build.outputDirectory}/OSGI-INF" overwrite="false">
<fileset dir="${project.build.outputDirectory}/OSGI-INF.bak" />
</move>
<delete
dir="${project.build.outputDirectory}/OSGI-INF.bak" />
<delete dir="${project.build.outputDirectory}/OSGI-INF.bak" />
</target>
</configuration>
<goals>
Expand All @@ -149,10 +143,8 @@
<phase>package</phase>
<configuration>
<target>
<jar update="true"
destfile="${project.build.directory}/${project.build.finalName}.jar">
<fileset dir="${project.build.outputDirectory}"
includes="OSGI-INF/l10n/**" />
<jar update="true" destfile="${project.build.directory}/${project.build.finalName}.jar">
<fileset dir="${project.build.outputDirectory}" includes="OSGI-INF/l10n/**" />
</jar>
</target>
</configuration>
Expand Down Expand Up @@ -331,7 +323,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<reuseForks>false</reuseForks>
<forkCount>2C</forkCount>
<forkCount>1C</forkCount>
</configuration>
<executions>
<execution>
Expand All @@ -343,8 +335,8 @@
<configuration>
<reuseForks>true</reuseForks>
<parallel>classes</parallel>
<threadCount>2</threadCount>
<perCoreThreadCount></perCoreThreadCount>
<threadCount>1</threadCount>
<perCoreThreadCount />
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>4.3.5-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion oakpal-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>4.3.5-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>4.3.5-SNAPSHOT</version>
<version>4.4.0</version>
<packaging>pom</packaging>

<name>ACS AEM Commons - Reactor Project</name>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:git@github.com:Adobe-Consulting-Services/acs-aem-commons.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Consulting-Services/acs-aem-commons.git</developerConnection>
<url>https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master</url>
<tag>HEAD</tag>
<tag>acs-aem-commons-4.4.0</tag>
</scm>

<!-- ====================================================================== -->
Expand Down Expand Up @@ -252,6 +252,7 @@
<cveValidForHours>24</cveValidForHours>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
<skipProvidedScope>true</skipProvidedScope>
<retireJsAnalyzerEnabled>false</retireJsAnalyzerEnabled>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>4.3.5-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>4.3.5-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down

0 comments on commit be8b5cd

Please sign in to comment.