Skip to content
Snippets Groups Projects
Commit aa482c21 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

[gitflow]updating poms for myfeature version

parent 7348f18b
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>jee9.1</artifactId> <artifactId>jee9.1</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>jee9.1</artifactId> <artifactId>jee9.1</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>entites</artifactId> <artifactId>entites</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>jee9.1</artifactId> <artifactId>jee9.1</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>entites</artifactId> <artifactId>entites</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>jee9.1</artifactId> <artifactId>jee9.1</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -18,38 +18,38 @@ ...@@ -18,38 +18,38 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>restApp</artifactId> <artifactId>restApp</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>wsApp</artifactId> <artifactId>wsApp</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>jsf</artifactId> <artifactId>jsf</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>business</artifactId> <artifactId>business</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
<type>ejb</type> <type>ejb</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>dao</artifactId> <artifactId>dao</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>common-persistence</artifactId> <artifactId>common-persistence</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>jee9.1</artifactId> <artifactId>jee9.1</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>business</artifactId> <artifactId>business</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
<type>ejb</type> <type>ejb</type>
<!--type>ejb-client</type--> <!--type>ejb-client</type-->
</dependency> </dependency>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>dao</artifactId> <artifactId>dao</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>jee9.1</artifactId> <artifactId>jee9.1</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>business</artifactId> <artifactId>business</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
<type>ejb</type> <type>ejb</type>
<!--type>ejb-client</type--> <!--type>ejb-client</type-->
</dependency> </dependency>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>dao</artifactId> <artifactId>dao</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>jee9.1</artifactId> <artifactId>jee9.1</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>business</artifactId> <artifactId>business</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
<type>ejb</type> <type>ejb</type>
<!--type>ejb-client</type--> <!--type>ejb-client</type-->
</dependency> </dependency>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>dao</artifactId> <artifactId>dao</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Demo JakartaEE</name> <name>Demo JakartaEE</name>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>fr.univtln.bruno.samples.jee91</groupId> <groupId>fr.univtln.bruno.samples.jee91</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-myfeature-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment