Skip to content

Commit 47a8b5c

Browse files
committed
removed provided scope of codegen dependency, to not break downstream imports
1 parent ca92f8c commit 47a8b5c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ First install with either Maven:
5050
<dependency>
5151
<groupId>com.nannoq</groupId>
5252
<artifactId>tools</artifactId>
53-
<version>1.0.2-SNAPSHOT</version>
53+
<version>1.0.4-SNAPSHOT</version>
5454
</dependency>
5555
```
5656

@@ -62,7 +62,7 @@ repositories {
6262
}
6363
6464
dependencies {
65-
compile group: 'nannoq.com:tools:1.0.2-SNAPSHOT'
65+
compile group: 'nannoq.com:tools:1.0.4-SNAPSHOT'
6666
}
6767
```
6868

nannoq-auth

nannoq-cluster

nannoq-fcm

nannoq-repository

nannoq-web

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.nannoq</groupId>
88
<artifactId>tools</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0.3-SNAPSHOT</version>
10+
<version>1.0.4-SNAPSHOT</version>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
1313
<description>Nannoq Tools Parent POM</description>

0 commit comments

Comments
 (0)