Skip to content

Commit ee3fb89

Browse files
committed
Migrates CQL snapshot artifact publishing configuration to Central Portal
1 parent 24b43bb commit ee3fb89

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed

cqf-fhir-cql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.smartregister</groupId>
77
<artifactId>cqf-fhir-cql</artifactId>
8-
<version>3.8.0-OpenSRP-2-SNAPSHOT</version>
8+
<version>3.8.0-opensrp-hotfix-SNAPSHOT</version>
99
<name>FHIR Clinical Reasoning (CQL)</name>
1010
<description>Tools, utilities, code gen to support CQL in FHIR Clinical Reasoning operations</description>
1111

@@ -73,4 +73,4 @@
7373
<scope>test</scope>
7474
</dependency>
7575
</dependencies>
76-
</project>
76+
</project>

pom.xml

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,26 @@
5151

5252
<repositories>
5353
<repository>
54-
<id>oss-sonatype</id>
55-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
54+
<id>central-portal-snapshots</id>
55+
<name>Central Portal Snapshots</name>
56+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
57+
<releases>
58+
<enabled>false</enabled>
59+
</releases>
5660
<snapshots>
5761
<enabled>true</enabled>
5862
</snapshots>
5963
</repository>
60-
<repository>
61-
<id>oss-sonatype-public</id>
62-
<url>https://oss.sonatype.org/content/groups/public/</url>
63-
</repository>
6464
</repositories>
6565

6666
<distributionManagement>
6767
<snapshotRepository>
68-
<id>ossrh</id>
69-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
70-
</snapshotRepository>
68+
<id>central-portal-snapshots</id>
69+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
70+
</snapshotRepository>
7171
<repository>
72-
<id>ossrh</id>
73-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
72+
<id>central-portal-snapshots</id>
73+
<url>https://central.sonatype.com</url>
7474
</repository>
7575
</distributionManagement>
7676

@@ -502,13 +502,11 @@
502502
<version>3.2.4</version>
503503
</plugin>
504504
<plugin>
505-
<groupId>org.sonatype.plugins</groupId>
506-
<artifactId>nexus-staging-maven-plugin</artifactId>
507-
<version>1.6.13</version>
508-
<extensions>true</extensions>
505+
<groupId>org.sonatype.central</groupId>
506+
<artifactId>central-publishing-maven-plugin</artifactId>
507+
<version>0.9.0</version> <extensions>true</extensions>
509508
<configuration>
510-
<serverId>ossrh</serverId>
511-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
509+
<publishingServerId>central</publishingServerId>
512510
</configuration>
513511
</plugin>
514512
<plugin>
@@ -668,10 +666,6 @@
668666
<groupId>org.apache.maven.plugins</groupId>
669667
<artifactId>maven-gpg-plugin</artifactId>
670668
</plugin>
671-
<plugin>
672-
<groupId>org.sonatype.plugins</groupId>
673-
<artifactId>nexus-staging-maven-plugin</artifactId>
674-
</plugin>
675669
</plugins>
676670
</build>
677671
</profile>

0 commit comments

Comments
 (0)