Skip to content

Commit

Permalink
chore(deps): bump bonita-artifacts-model version (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhemery authored Nov 26, 2024
1 parent a6a548d commit 6b5d876
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions releng/target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<unit id="org.eclipse.m2e.feature.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://groovy.jfrog.io/artifactory/plugins-release/e4.24"/>
<!-- workaround as https://groovy.jfrog.io/artifactory/plugins-release/e4.24 generates very long path with Google API which make the build fail -->
<repository location="https://update-site.bonitasoft.com/p2/4.24/"/>
<unit id="org.codehaus.groovy30.feature.feature.group" version="0.0.0"/>
</location>
<location includeDependencyDepth="infinite" includeDependencyScopes="compile,runtime,system" includeSource="true" missingManifest="generate" type="Maven">
Expand Down Expand Up @@ -72,7 +73,7 @@
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile,runtime,system" includeSource="true" missingManifest="generate" type="Maven">
<feature id="org.bonitasoft.artifacts.model.feature" label="Bonita Artifacts Models Feature" provider-name="Bonitasoft S.A" version="1.0.0">
<feature id="org.bonitasoft.artifacts.model.feature" label="Bonita Artifacts Models Feature" provider-name="Bonitasoft S.A" version="1.1.2">
<description url="https://github.com/bonitasoft/bonita-process-model">
Bonita Artifacts Model Feature
</description>
Expand Down Expand Up @@ -123,25 +124,25 @@
<dependency>
<groupId>org.bonitasoft.engine</groupId>
<artifactId>bonita-business-archive</artifactId>
<version>1.0.0</version>
<version>1.1.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bonitasoft.engine</groupId>
<artifactId>bonita-common-artifacts-model</artifactId>
<version>1.0.0</version>
<version>1.1.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bonitasoft.engine</groupId>
<artifactId>bonita-form-mapping-model</artifactId>
<version>1.0.0</version>
<version>1.1.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bonitasoft.engine</groupId>
<artifactId>bonita-process-definition-model</artifactId>
<version>1.0.0</version>
<version>1.1.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 6b5d876

Please sign in to comment.