Skip to content

Commit 78e2cb4

Browse files
committed
update poms
1 parent 9e7476e commit 78e2cb4

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "automatic"
3+
}

client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<parent>
77
<groupId>io.netifi.proteus.quickstart</groupId>
88
<artifactId>proteus-quickstart</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.5</version>
1010
</parent>
1111

1212
<artifactId>client</artifactId>
1313
<name>client</name>
14-
<version>1.5.3</version>
14+
<version>1.5.5</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>io.netifi.proteus.quickstart</groupId>
2020
<artifactId>service-idl</artifactId>
21-
<version>1.5.3</version>
21+
<version>1.5.5</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<properties>
1717
<maven.compiler.target>1.8</maven.compiler.target>
1818
<maven.compiler.source>1.8</maven.compiler.source>
19-
<proteusVersion>1.5.3</proteusVersion>
19+
<proteusVersion>1.5.5</proteusVersion>
2020
<rsocketRpcVersion>0.2.12</rsocketRpcVersion>
2121
<protobufVersion>3.6.1</protobufVersion>
2222
<log4j2Version>2.9.1</log4j2Version>

service-idl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>io.netifi.proteus.quickstart</groupId>
99
<artifactId>proteus-quickstart</artifactId>
10-
<version>1.5.3</version>
10+
<version>1.5.5</version>
1111
</parent>
1212

1313
<artifactId>service-idl</artifactId>
1414
<name>service-idl</name>
15-
<version>1.5.3</version>
15+
<version>1.5.5</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>

service/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<parent>
77
<groupId>io.netifi.proteus.quickstart</groupId>
88
<artifactId>proteus-quickstart</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.5</version>
1010
</parent>
1111

1212
<artifactId>service</artifactId>
1313
<name>service</name>
14-
<version>1.5.3</version>
14+
<version>1.5.5</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>io.netifi.proteus.quickstart</groupId>
2020
<artifactId>service-idl</artifactId>
21-
<version>1.5.3</version>
21+
<version>1.5.5</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
<dependency>

0 commit comments

Comments
 (0)