Skip to content

Commit d41484b

Browse files
committed
Release assertj-db-3.0.1
1 parent 4d16851 commit d41484b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>assertj-db</artifactId>
13-
<version>3.0.1-SNAPSHOT</version>
13+
<version>3.0.1</version>
1414

1515
<name>AssertJ-DB - Assertions for database</name>
1616
<description>AssertJ-DB - Rich and fluent assertions for testing with database</description>
@@ -20,7 +20,7 @@
2020
<developerConnection>scm:git:ssh://[email protected]/assertj/assertj-db.git</developerConnection>
2121
<connection>scm:git:ssh://[email protected]/assertj/assertj-db.git</connection>
2222
<url>[email protected]:assertj/assertj-db</url>
23-
<tag>assertj-db-3.0.0</tag>
23+
<tag>assertj-db-3.0.1</tag>
2424
</scm>
2525

2626
<issueManagement>
@@ -205,6 +205,16 @@
205205
</execution>
206206
</executions>
207207
</plugin>
208+
<plugin>
209+
<groupId>org.sonatype.central</groupId>
210+
<artifactId>central-publishing-maven-plugin</artifactId>
211+
<version>${central-publishing-maven-plugin.version}</version>
212+
<extensions>true</extensions>
213+
<configuration>
214+
<autoPublish>false</autoPublish>
215+
<waitUntil>validated</waitUntil>
216+
</configuration>
217+
</plugin>
208218
</plugins>
209219
</build>
210220
</project>

0 commit comments

Comments
 (0)