Skip to content

Commit 209f77a

Browse files
committed
Update to 1.0.0
1 parent 589623d commit 209f77a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ In you pom.xml add following dependency:
1313

1414
```xml
1515
<dependency>
16-
<groupId>org.mvnsearch.mysql</groupId>
16+
<groupId>org.mvnsearch</groupId>
1717
<artifactId>h2-functions-4-mysql</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>1.0.0</version>
1919
</dependency>
2020
```
2121

@@ -315,5 +315,4 @@ N: not available, Y: same, A: available
315315
spring.datasource.driver-class-name=org.h2.Driver
316316
spring.datasource.url=jdbc:h2:mem:public;MODE=MYSQL;DATABASE_TO_UPPER=false;INIT=CREATE SCHEMA IF NOT EXISTS public
317317
spring.datasource.username=sa
318-
319318
```

0 commit comments

Comments
 (0)