Bug 4460 - Util project is too general project name 33/28333/3
authorVaclav Demcak <vdemcak@cisco.com>
Tue, 13 Oct 2015 12:05:32 +0000 (14:05 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Mon, 19 Oct 2015 10:21:54 +0000 (10:21 +0000)
Project with name "util" is too general. I guess, this project
is not common util project for whole Openflow or ODL projects.
So name has to be change to "openflowjava-util" because it looks
like util project only for openflowjava parent.

Change-Id: I5e5477b10c2542ae84a0cf4ffa3a5bec95e07004
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
12 files changed:
artifacts/pom.xml
features/pom.xml
features/src/main/features/features.xml
openflow-protocol-impl/pom.xml
openflowjava-util/pom.xml [moved from util/pom.xml with 94% similarity]
openflowjava-util/src/main/java/org/opendaylight/openflowjava/util/ByteBufUtils.java [moved from util/src/main/java/org/opendaylight/openflowjava/util/ByteBufUtils.java with 100% similarity]
openflowjava-util/src/main/java/org/opendaylight/openflowjava/util/ExperimenterDeserializerKeyFactory.java [moved from util/src/main/java/org/opendaylight/openflowjava/util/ExperimenterDeserializerKeyFactory.java with 100% similarity]
openflowjava-util/src/main/java/org/opendaylight/openflowjava/util/ExperimenterSerializerKeyFactory.java [moved from util/src/main/java/org/opendaylight/openflowjava/util/ExperimenterSerializerKeyFactory.java with 100% similarity]
openflowjava-util/src/test/java/org/opendaylight/openflowjava/util/ByteBufUtilsTest.java [moved from util/src/test/java/org/opendaylight/openflowjava/util/ByteBufUtilsTest.java with 100% similarity]
openflowjava-util/src/test/java/org/opendaylight/openflowjava/util/ExperimenterDeserializerKeyFactoryTest.java [moved from util/src/test/java/org/opendaylight/openflowjava/util/ExperimenterDeserializerKeyFactoryTest.java with 100% similarity]
openflowjava-util/src/test/java/org/opendaylight/openflowjava/util/ExperimenterSerializerKeyFactoryTest.java [moved from util/src/test/java/org/opendaylight/openflowjava/util/ExperimenterSerializerKeyFactoryTest.java with 100% similarity]
pom.xml

index 5b452b2134eb4fbc1adbdafa17553144440d729f..eaa3779f5c426a60d153d3d0c7e8a300b58e2a05 100644 (file)
@@ -46,7 +46,7 @@
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>util</artifactId>
+                <artifactId>openflowjava-util</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
index 9bb6181a11c816e731da2533137844dd93e10231..b6e92a39e91ec9220fa52749f73e58a323b018b3 100644 (file)
     </dependency>
     <dependency>
       <groupId>org.opendaylight.openflowjava</groupId>
-      <artifactId>util</artifactId>
+      <artifactId>openflowjava-util</artifactId>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
index ad8963a3d0bd711f0eace822c85fff4d3f7e6986..689c19278260db8eb7294ba5c40ee24825983257 100644 (file)
@@ -24,7 +24,7 @@
         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-api/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-spi/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-impl/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.openflowjava/util/{{VERSION}}</bundle>
+        <bundle>mvn:org.opendaylight.openflowjava/openflowjava-util/{{VERSION}}</bundle>
         <configfile finalname="etc/opendaylight/karaf/45-openflowjava-stats.xml">mvn:org.opendaylight.openflowjava/openflowjava-config/${project.version}/xml/configstats</configfile>
     </feature>
 </features>
index 272c909a785629da4527390a743e53706b4051f7..fae2c30bee63c997eda1df2a1cecb4de1f268917 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowjava</groupId>
-            <artifactId>util</artifactId>
+            <artifactId>openflowjava-util</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
similarity index 94%
rename from util/pom.xml
rename to openflowjava-util/pom.xml
index 4d4f336154cb876c23be2aa34a0a7fbbd770ee65..7b78d39e04b13a3927c087dbb06c4132f224d2f3 100644 (file)
@@ -9,7 +9,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
-    <artifactId>util</artifactId>
+    <artifactId>openflowjava-util</artifactId>
 
     <dependencies>
         <dependency>
diff --git a/pom.xml b/pom.xml
index e35a97866e9c1bed47d56f90ece35e53ce5c12e9..6f178361e691ad98872b88714529d8ac0d3637cf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,6 @@
         <module>openflow-protocol-spi</module>
         <module>parent</module>
         <module>simple-client</module>
-        <module>util</module>
+        <module>openflowjava-util</module>
     </modules>
 </project>