Skip to content

Commit

Permalink
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions brmo-dist/pom.xml
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.b3p</groupId>
<artifactId>brmo-dist</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
<packaging>pom</packaging>
<parent>
<groupId>nl.b3p</groupId>
<artifactId>brmo</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
</parent>
<name>BRMO distributie</name>
<description>B3Parteners BRMO applicatie</description>
4 changes: 2 additions & 2 deletions brmo-loader/pom.xml
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.b3p</groupId>
<artifactId>brmo-loader</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
<packaging>jar</packaging>
<parent>
<groupId>nl.b3p</groupId>
<artifactId>brmo</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
</parent>
<name>brmo-loader</name>
<dependencies>
4 changes: 2 additions & 2 deletions brmo-persistence/pom.xml
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.b3p</groupId>
<artifactId>brmo-persistence</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
<packaging>jar</packaging>
<parent>
<groupId>nl.b3p</groupId>
<artifactId>brmo</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
</parent>
<name>brmo-persistence</name>
<description>JPA artifact voor de brmo.</description>
4 changes: 2 additions & 2 deletions brmo-proxyservice/pom.xml
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.b3p</groupId>
<artifactId>brmo-proxyservice</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
<packaging>war</packaging>
<parent>
<groupId>nl.b3p</groupId>
<artifactId>brmo</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
</parent>
<name>brmo-proxyservice</name>
<properties>
4 changes: 2 additions & 2 deletions brmo-service/pom.xml
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.b3p</groupId>
<artifactId>brmo-service</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
<packaging>war</packaging>
<parent>
<groupId>nl.b3p</groupId>
<artifactId>brmo</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
</parent>
<name>brmo-service</name>
<properties>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.b3p</groupId>
<artifactId>brmo</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.2.9</version>
<packaging>pom</packaging>
<modules>
<module>brmo-persistence</module>
@@ -32,7 +32,7 @@
<developerConnection>scm:git:[email protected]:B3Partners/brmo.git</developerConnection>
<connection>scm:git:[email protected]:B3Partners/brmo.git</connection>
<url>https://github.com/B3Partners/brmo/</url>
<tag>HEAD</tag>
<tag>v1.2.9</tag>
</scm>
<issueManagement>
<system>Github</system>

0 comments on commit 8a3470f

Please sign in to comment.