Skip to content

Commit

Permalink
0.9.3 release poms
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Apr 24, 2019
1 parent 2a915bf commit 89f2a9c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 80 deletions.
6 changes: 3 additions & 3 deletions apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-apps</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>
<name>HM Small Applications Components</name>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gui</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<!--
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions dbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-dbs</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>
<name>hm-dbs</name>
<description>HM Databases Support</description>
Expand Down
6 changes: 3 additions & 3 deletions gears/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-gears</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>
<name>HM Gears</name>

<dependencies>
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-dbs</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-gui</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>
<name>HM GUI Components</name>

<dependencies>
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-modules</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions hmachine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-hmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>
<name>The Horton Machine modules</name>

<dependencies>
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gears</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
6 changes: 3 additions & 3 deletions lesto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-lesto</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>
<name>The Lidar Empowered Sciences Toolbox Opensource</name>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-hmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-modules</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>
<name>HM Simple Modules Wrapper</name>

<dependencies>
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-lesto</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>

<dependency>
Expand Down
61 changes: 1 addition & 60 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>pom</packaging>

<name>The Horton Machine</name>
Expand Down Expand Up @@ -772,14 +772,6 @@
</extension>
</extensions>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
Expand Down Expand Up @@ -867,57 +859,6 @@
</rules>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>remove_gt_from_modulename</id>
<goals>
<goal>regex-property</goal>
</goals>
<configuration>
<name>moduleIdentifierStep1</name>
<value>${project.groupId}.${project.artifactId}</value>
<regex>hm-</regex>
<replacement />
<failIfNoMatch>false</failIfNoMatch>
</configuration>
</execution>
<execution>
<id>remove_dashes_from_modulename</id>
<goals>
<goal>regex-property</goal>
</goals>
<configuration>
<name>moduleIdentifier</name>
<value>${moduleIdentifierStep1}</value>
<regex>-</regex>
<replacement>_</replacement>
<failIfNoMatch>false</failIfNoMatch>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.0.1</version>
<configuration>
<updatePomFile>true</updatePomFile>
<outputDirectory>target</outputDirectory>
</configuration>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 89f2a9c

Please sign in to comment.