Skip to content

Commit

Permalink
CIF-2086: Update react-components to be in sync with CIF Components v…
Browse files Browse the repository at this point in the history
…ersion (#133)

* CIF-2086: Sync reac-components version on release

* CIF-2086: Commit updated npm files

* CIF-2086: Fix npm files commit profile

* CIF-2086: Update cif-react-components dependency

* Remove package-lock.json from .gitignore

Co-authored-by: Daniel Platon <platon@adobe.com>
  • Loading branch information
2 people authored and mhaack committed Jun 28, 2021
1 parent e5e1e88 commit 6ddd871
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<version>2.5.3</version>
<configuration>
<scmCommentPrefix>[maven-scm] :</scmCommentPrefix>
<preparationGoals>clean install</preparationGoals>
<preparationGoals>-Pcommit-changed-npm-files clean install scm:add scm:checkin</preparationGoals>
<goals>install</goals>
<releaseProfiles>release</releaseProfiles>
<autoVersionSubmodules>true</autoVersionSubmodules>
Expand Down Expand Up @@ -601,6 +601,27 @@ Bundle-DocURL:
</pluginManagement>
</build>
</profile>
<profile>
<id>commit-changed-npm-files</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<configuration>
<includes>ui.frontend/package.json,ui.frontend/package-lock.json</includes>
<message>[maven-release-plugin] :update react-components version to ${core.cif.components.version}</message>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>


Expand Down

0 comments on commit 6ddd871

Please sign in to comment.