Skip to content

Commit 82dcbfc

Browse files
committed
Merge branch 'main' into develop
2 parents 3cedda5 + e1c60e0 commit 82dcbfc

File tree

12 files changed

+50
-153
lines changed

12 files changed

+50
-153
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
]
6060
6161
- name: Deploy Release
62-
run: mvn -P deploy -B -ff -ntp deploy -DskipTests -Dgpg.passphrase="$PGP_KEY_PASSWORD"
62+
run: mvn -B -ff -ntp deploy -DskipTests -Dgpg.passphrase="$PGP_KEY_PASSWORD"
6363
shell: bash
6464
env:
6565
PGP_KEY_PASSWORD: ${{ secrets.PGP_KEY_PASSWORD }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
]
6060
6161
- name: Deploy Snapshot
62-
run: mvn -P deploy -B -ff -ntp deploy -DskipTests -Dgpg.passphrase="$PGP_KEY_PASSWORD"
62+
run: mvn -B -ff -ntp deploy -DskipTests -Dgpg.passphrase="$PGP_KEY_PASSWORD"
6363
shell: bash
6464
env:
6565
PGP_KEY_PASSWORD: ${{ secrets.PGP_KEY_PASSWORD }}

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
## Release 4.3.2
2-
3-
### New Changes
4-
5-
6-
### Issue Fixes
7-
8-
## Release 4.3.1 - Sep 19, 2025
1+
## Release 4.3.1 - Sep 21, 2025
92

103
### New Changes
114

nitrite-bom/pom.xml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,13 @@
5858
</dependencies>
5959
</dependencyManagement>
6060

61-
<repositories>
62-
<repository>
63-
<name>Central Portal Snapshots</name>
64-
<id>central-portal-snapshots</id>
65-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
66-
<releases>
67-
<enabled>false</enabled>
68-
</releases>
69-
<snapshots>
70-
<enabled>true</enabled>
71-
</snapshots>
72-
</repository>
73-
</repositories>
61+
<build>
62+
<plugins>
63+
<plugin>
64+
<groupId>org.sonatype.central</groupId>
65+
<artifactId>central-publishing-maven-plugin</artifactId>
66+
</plugin>
67+
</plugins>
68+
</build>
7469

7570
</project>

nitrite-jackson-mapper/pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -147,21 +147,11 @@
147147
</archive>
148148
</configuration>
149149
</plugin>
150+
<plugin>
151+
<groupId>org.sonatype.central</groupId>
152+
<artifactId>central-publishing-maven-plugin</artifactId>
153+
</plugin>
150154
</plugins>
151155
</build>
152156

153-
<repositories>
154-
<repository>
155-
<name>Central Portal Snapshots</name>
156-
<id>central-portal-snapshots</id>
157-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
158-
<releases>
159-
<enabled>false</enabled>
160-
</releases>
161-
<snapshots>
162-
<enabled>true</enabled>
163-
</snapshots>
164-
</repository>
165-
</repositories>
166-
167157
</project>

nitrite-mvstore-adapter/pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -185,21 +185,11 @@
185185
</archive>
186186
</configuration>
187187
</plugin>
188+
<plugin>
189+
<groupId>org.sonatype.central</groupId>
190+
<artifactId>central-publishing-maven-plugin</artifactId>
191+
</plugin>
188192
</plugins>
189193
</build>
190194

191-
<repositories>
192-
<repository>
193-
<name>Central Portal Snapshots</name>
194-
<id>central-portal-snapshots</id>
195-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
196-
<releases>
197-
<enabled>false</enabled>
198-
</releases>
199-
<snapshots>
200-
<enabled>true</enabled>
201-
</snapshots>
202-
</repository>
203-
</repositories>
204-
205195
</project>

nitrite-rocksdb-adapter/pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -183,21 +183,11 @@
183183
</archive>
184184
</configuration>
185185
</plugin>
186+
<plugin>
187+
<groupId>org.sonatype.central</groupId>
188+
<artifactId>central-publishing-maven-plugin</artifactId>
189+
</plugin>
186190
</plugins>
187191
</build>
188192

189-
<repositories>
190-
<repository>
191-
<name>Central Portal Snapshots</name>
192-
<id>central-portal-snapshots</id>
193-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
194-
<releases>
195-
<enabled>false</enabled>
196-
</releases>
197-
<snapshots>
198-
<enabled>true</enabled>
199-
</snapshots>
200-
</repository>
201-
</repositories>
202-
203193
</project>

nitrite-spatial/pom.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -128,20 +128,11 @@
128128
</archive>
129129
</configuration>
130130
</plugin>
131+
<plugin>
132+
<groupId>org.sonatype.central</groupId>
133+
<artifactId>central-publishing-maven-plugin</artifactId>
134+
</plugin>
131135
</plugins>
132136
</build>
133137

134-
<repositories>
135-
<repository>
136-
<name>Central Portal Snapshots</name>
137-
<id>central-portal-snapshots</id>
138-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
139-
<releases>
140-
<enabled>false</enabled>
141-
</releases>
142-
<snapshots>
143-
<enabled>true</enabled>
144-
</snapshots>
145-
</repository>
146-
</repositories>
147138
</project>

nitrite-support/pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,10 @@
136136
</archive>
137137
</configuration>
138138
</plugin>
139+
<plugin>
140+
<groupId>org.sonatype.central</groupId>
141+
<artifactId>central-publishing-maven-plugin</artifactId>
142+
</plugin>
139143
</plugins>
140144
</build>
141-
142-
<repositories>
143-
<repository>
144-
<name>Central Portal Snapshots</name>
145-
<id>central-portal-snapshots</id>
146-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
147-
<releases>
148-
<enabled>false</enabled>
149-
</releases>
150-
<snapshots>
151-
<enabled>true</enabled>
152-
</snapshots>
153-
</repository>
154-
</repositories>
155145
</project>

nitrite/pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -221,21 +221,11 @@
221221
</archive>
222222
</configuration>
223223
</plugin>
224+
<plugin>
225+
<groupId>org.sonatype.central</groupId>
226+
<artifactId>central-publishing-maven-plugin</artifactId>
227+
</plugin>
224228
</plugins>
225229
</build>
226230

227-
<repositories>
228-
<repository>
229-
<name>Central Portal Snapshots</name>
230-
<id>central-portal-snapshots</id>
231-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
232-
<releases>
233-
<enabled>false</enabled>
234-
</releases>
235-
<snapshots>
236-
<enabled>true</enabled>
237-
</snapshots>
238-
</repository>
239-
</repositories>
240-
241231
</project>

0 commit comments

Comments
 (0)