You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2021/02/18 15:25:00 UTC

[felix-atomos] 04/04: Rename atomos-reactor to atomos-distribution

This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git

commit 18410d069d23e7563a560cc0f0c29a5aa40c28c4
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Thu Feb 18 08:56:01 2021 -0600

    Rename atomos-reactor to atomos-distribution
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33f187c..64b09ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,10 +26,10 @@
         <version>7</version>
         <relativePath/>
     </parent>
-    <artifactId>atomos-reactor</artifactId>
+    <artifactId>atomos-distribution</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>atomos-reactor</name>
+    <name>atomos-distribution</name>
 
     <scm>
         <connection>scm:git:https://github.com/apache/felix-atomos.git</connection>