diff --git a/access-token-provider-api/pom.xml b/access-token-provider-api/pom.xml index 181da19819dd5ea1ccab357980873e652414d662..3e96916c7216bc882435f6bf9c2eba7a219f5333 100644 --- a/access-token-provider-api/pom.xml +++ b/access-token-provider-api/pom.xml @@ -5,13 +5,13 @@ <parent> <artifactId>app.access-token-provider</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <groupId>net.ihe.gazelle</groupId> <artifactId>app.access-token-provider-api</artifactId> <name>Access Token Provider Api</name> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <build> <plugins> diff --git a/audience-retriever/pom.xml b/audience-retriever/pom.xml index 50f225bf37b23d24cb50146adcd7112095fdc040..007ba54baa5663d803d9327173d6a0e068fbb8ae 100644 --- a/audience-retriever/pom.xml +++ b/audience-retriever/pom.xml @@ -5,13 +5,13 @@ <parent> <artifactId>app.access-token-provider</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <groupId>net.ihe.gazelle</groupId> <artifactId>app.audience-retriever</artifactId> <name>Audience Retriever</name> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <dependencies> <dependency> diff --git a/dummy-authorization-server-service/pom.xml b/dummy-authorization-server-service/pom.xml index 65273d14d407d1ac57d204d1599db9c1f94d37a3..f282a3d98f88b492c370ed12d7b010013f97b380 100644 --- a/dummy-authorization-server-service/pom.xml +++ b/dummy-authorization-server-service/pom.xml @@ -4,13 +4,13 @@ <parent> <artifactId>app.access-token-provider</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <groupId>net.ihe.gazelle</groupId> <artifactId>app.dummy-authorization-server-service</artifactId> <name>Dummy Authorization Server Service</name> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>war</packaging> diff --git a/pom.xml b/pom.xml index a17f59d6da8eeb3cd9cd2a43b4158cb13b547292..d159e061bd15f1d56507731da10c26cbb98f0bd8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle</groupId> <artifactId>app.access-token-provider</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>Access Token Provider</name>