Skip to content

Commit

Permalink
upstream: b=main,r=df981a24afa262d2641d11c9f3714d9dfe8feaa1,t=2024-05…
Browse files Browse the repository at this point in the history
…-24-1839-15178
  • Loading branch information
sonatype-zion committed May 24, 2024
1 parent 752be39 commit 48fab47
Show file tree
Hide file tree
Showing 333 changed files with 5,856 additions and 1,003 deletions.
2 changes: 1 addition & 1 deletion assemblies/nexus-base-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.sonatype.nexus.assemblies</groupId>
<artifactId>nexus-assemblies</artifactId>
<version>3.69.0-SNAPSHOT</version>
<version>3.70.0-SNAPSHOT</version>
</parent>

<artifactId>nexus-base-feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/nexus-base-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.sonatype.nexus.assemblies</groupId>
<artifactId>nexus-assemblies</artifactId>
<version>3.69.0-SNAPSHOT</version>
<version>3.70.0-SNAPSHOT</version>
</parent>

<artifactId>nexus-base-overlay</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<Arg>
<New id="NexusWebAppContext" class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="descriptor"><Property name="jetty.etc"/>/nexus-web.xml</Set>
<Set name="resourceBase"><Property name="karaf.base"/>/public</Set>
<Set name="contextPath"><Property name="nexus-context-path"/></Set>
<Set name="throwUnavailableOnStartupException">true</Set>
<Set name="configurationClasses">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,31 +84,31 @@ org.osgi.framework.system.packages.extra = \
javax.xml.bind.util;version=2.3.3, \
javax.xml.soap;version=1.3, \
javax.xml.parsers, \
org.bouncycastle.asn1;version=1.75, \
org.bouncycastle.asn1.ocsp;version=1.75, \
org.bouncycastle.asn1.oiw;version=1.75, \
org.bouncycastle.asn1.x500;version=1.75, \
org.bouncycastle.asn1.x509;version=1.75, \
org.bouncycastle.bcpg;version=1.75, \
org.bouncycastle.cert;version=1.75, \
org.bouncycastle.cert.jcajce;version=1.75, \
org.bouncycastle.cert.ocsp;version=1.75, \
org.bouncycastle.cert.ocsp.jcajce;version=1.75, \
org.bouncycastle.crypto.params;version=1.75, \
org.bouncycastle.crypto.prng;version=1.75, \
org.bouncycastle.crypto.util;version=1.75, \
org.bouncycastle.jce.provider;version=1.75, \
org.bouncycastle.openssl;version=1.75, \
org.bouncycastle.openssl.jcajce;version=1.75, \
org.bouncycastle.openpgp;version=1.75, \
org.bouncycastle.openpgp.operator;version=1.75, \
org.bouncycastle.openpgp.operator.jcajce;version=1.75, \
org.bouncycastle.operator;version=1.75, \
org.bouncycastle.operator.bc;version=1.75, \
org.bouncycastle.operator.jcajce;version=1.75, \
org.bouncycastle.util.encoders;version=1.75, \
org.bouncycastle.util.io;version=1.75, \
org.bouncycastle.x509;version=1.75, \
org.bouncycastle.asn1;version=1.78.1, \
org.bouncycastle.asn1.ocsp;version=1.78.1, \
org.bouncycastle.asn1.oiw;version=1.78.1, \
org.bouncycastle.asn1.x500;version=1.78.1, \
org.bouncycastle.asn1.x509;version=1.78.1, \
org.bouncycastle.bcpg;version=1.78.1, \
org.bouncycastle.cert;version=1.78.1, \
org.bouncycastle.cert.jcajce;version=1.78.1, \
org.bouncycastle.cert.ocsp;version=1.78.1, \
org.bouncycastle.cert.ocsp.jcajce;version=1.78.1, \
org.bouncycastle.crypto.params;version=1.78.1, \
org.bouncycastle.crypto.prng;version=1.78.1, \
org.bouncycastle.crypto.util;version=1.78.1, \
org.bouncycastle.jce.provider;version=1.78.1, \
org.bouncycastle.openssl;version=1.78.1, \
org.bouncycastle.openssl.jcajce;version=1.78.1, \
org.bouncycastle.openpgp;version=1.78.1, \
org.bouncycastle.openpgp.operator;version=1.78.1, \
org.bouncycastle.openpgp.operator.jcajce;version=1.78.1, \
org.bouncycastle.operator;version=1.78.1, \
org.bouncycastle.operator.bc;version=1.78.1, \
org.bouncycastle.operator.jcajce;version=1.78.1, \
org.bouncycastle.util.encoders;version=1.78.1, \
org.bouncycastle.util.io;version=1.78.1, \
org.bouncycastle.x509;version=1.78.1, \
org.apache.karaf.branding, \
org.xml.sax, \
org.xml.sax.helpers, \
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion assemblies/nexus-base-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.sonatype.nexus.assemblies</groupId>
<artifactId>nexus-assemblies</artifactId>
<version>3.69.0-SNAPSHOT</version>
<version>3.70.0-SNAPSHOT</version>
</parent>

<artifactId>nexus-base-template</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/nexus-boot-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.sonatype.nexus.assemblies</groupId>
<artifactId>nexus-assemblies</artifactId>
<version>3.69.0-SNAPSHOT</version>
<version>3.70.0-SNAPSHOT</version>
</parent>

<artifactId>nexus-boot-feature</artifactId>
Expand Down
Loading

0 comments on commit 48fab47

Please sign in to comment.