Skip to content

Commit

Permalink
Use explicit Maven versions for sub-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-wramner committed Nov 1, 2018
1 parent 7bc5579 commit ab5e4c9
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion AmqJmsCommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>AmqJmsCommon</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion AmqJmsConsumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>AmqJmsConsumer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion AmqJmsProducer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>AmqJmsProducer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion AqJmsCommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>AqJmsCommon</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion AqJmsConsumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>AqJmsConsumer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion AqJmsProducer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>AqJmsProducer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
4 changes: 2 additions & 2 deletions JmsCommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>JmsCommon</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down Expand Up @@ -55,4 +55,4 @@
</dependency>
</dependencies>
<description>Generic JMS support for consumers and producers.</description>
</project>
</project>
2 changes: 1 addition & 1 deletion JmsConsumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>JmsConsumer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion JmsProducer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>JmsProducer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion LogAnalyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>LogAnalyzer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion QpidJmsCommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>QpidJmsCommon</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion QpidJmsConsumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>QpidJmsConsumer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion QpidJmsProducer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>QpidJmsProducer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion RabbitJmsCommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>RabbitJmsCommon</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion RabbitJmsConsumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>RabbitJmsConsumer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion RabbitJmsProducer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>RabbitJmsProducer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion WmqJmsCommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>WmqJmsCommon</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion WmqJmsConsumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>WmqJmsConsumer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion WmqJmsProducer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>name.wramner.jmstools</groupId>
<artifactId>WmqJmsProducer</artifactId>
<version>${parent.version}</version>
<version>1.9-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down

0 comments on commit ab5e4c9

Please sign in to comment.