Skip to content

Commit

Permalink
Merge branch 'main' into feature/#630-extended-part-detail-view
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mmaul committed Mar 19, 2024
2 parents 57e9368 + 2d0b947 commit 1e60ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SPDX-License-Identifier: Apache-2.0
<maven-site-plugin.version>4.0.0-M11</maven-site-plugin.version>
<edc-library.version>0.2.1</edc-library.version>
<!-- versions for 3rd party dependecies -->
<eclipse-dash-ip.version>1.0.2</eclipse-dash-ip.version>
<eclipse-dash-ip.version>1.1.0</eclipse-dash-ip.version>
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
<ascii-doctor-j-diagram.version>2.2.13</ascii-doctor-j-diagram.version>
<ascii-dcotor-j.version>2.5.8</ascii-dcotor-j.version>
Expand Down Expand Up @@ -180,14 +180,15 @@ SPDX-License-Identifier: Apache-2.0

<pluginRepositories>
<pluginRepository>
<id>dash-licenses-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
<id>dash-licenses-releases</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>


<build>
<plugins>
<plugin>
Expand Down
10 changes: 0 additions & 10 deletions tx-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,16 +444,6 @@ SPDX-License-Identifier: Apache-2.0

</dependencies>

<pluginRepositories>
<pluginRepository>
<id>dash-licenses-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<build>
<finalName>traceability-app-${project.version}</finalName>
<plugins>
Expand Down

0 comments on commit 1e60ab6

Please sign in to comment.