Skip to content

Commit f4addce

Browse files
committed
1.0.13.Final released.
1 parent be8fddd commit f4addce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>1.0.18.Final</version>
2828
</parent>
2929
<artifactId>adeptj-runtime</artifactId>
30-
<version>1.0.13-SNAPSHOT</version>
30+
<version>1.0.13.Final</version>
3131
<packaging>jar</packaging>
3232
<name>AdeptJ Runtime</name>
3333
<description>High Performance, Dynamic, Modular runtime for modern APIs, MicroServices and WebApps.</description>
@@ -75,8 +75,8 @@
7575
<!-- AdeptJ Modules Dependencies -->
7676
<adeptj-modules-webconsole-branding.version>1.0.0.Final</adeptj-modules-webconsole-branding.version>
7777
<adeptj-modules-webconsole-security.version>1.0.2.Final</adeptj-modules-webconsole-security.version>
78-
<adeptj-modules-commons-utils.version>1.0.1.Final</adeptj-modules-commons-utils.version>
79-
<adeptj-runtime-tools.version>1.0.4.Final</adeptj-runtime-tools.version>
78+
<adeptj-modules-commons-utils.version>1.0.2.Final</adeptj-modules-commons-utils.version>
79+
<adeptj-runtime-tools.version>1.0.5.Final</adeptj-runtime-tools.version>
8080
</properties>
8181

8282
<!-- Project Information -->
@@ -108,7 +108,7 @@
108108
<timezone>+5:30</timezone>
109109
<properties>
110110
<picUrl>
111-
https://media.licdn.com/media/AAEAAQAAAAAAAAecAAAAJDdjMDcwZjM3LWY0OWYtNDkwYS05Njg4LWU0YWJjNWU5Mzk2Mw.jpg
111+
https://pbs.twimg.com/profile_images/946630807312928770/E18eB0ng.jpg
112112
</picUrl>
113113
</properties>
114114
</developer>
@@ -1202,7 +1202,7 @@
12021202
<dependency>
12031203
<groupId>com.adeptj</groupId>
12041204
<artifactId>adeptj-modules-commons-validator</artifactId>
1205-
<version>1.0.0.Final</version>
1205+
<version>1.0.1.Final</version>
12061206
<scope>provided</scope>
12071207
</dependency>
12081208

@@ -1216,14 +1216,14 @@
12161216
<dependency>
12171217
<groupId>com.adeptj</groupId>
12181218
<artifactId>adeptj-modules-jaxrs-core</artifactId>
1219-
<version>1.0.9.Final</version>
1219+
<version>1.1.0.Final</version>
12201220
<scope>provided</scope>
12211221
</dependency>
12221222

12231223
<dependency>
12241224
<groupId>com.adeptj</groupId>
12251225
<artifactId>adeptj-modules-jaxrs-resteasy</artifactId>
1226-
<version>1.0.12.Final</version>
1226+
<version>1.1.0.Final</version>
12271227
<scope>provided</scope>
12281228
</dependency>
12291229

0 commit comments

Comments
 (0)