Repository: incubator-juneau
Updated Branches:
  refs/heads/master 0ab9c5261 -> 4d121af4d


Fix type in OSGi module name.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/4d121af4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/4d121af4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/4d121af4

Branch: refs/heads/master
Commit: 4d121af4d4f3f0b34e8808b1c6cf6fff255a26f0
Parents: 0ab9c52
Author: JamesBognar <[email protected]>
Authored: Fri Oct 6 10:45:03 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Fri Oct 6 10:45:03 2017 -0400

----------------------------------------------------------------------
 juneau-releng/juneau-distrib/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/4d121af4/juneau-releng/juneau-distrib/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-releng/juneau-distrib/pom.xml 
b/juneau-releng/juneau-distrib/pom.xml
index b6a0261..a88adb2 100644
--- a/juneau-releng/juneau-distrib/pom.xml
+++ b/juneau-releng/juneau-distrib/pom.xml
@@ -253,7 +253,7 @@
                                                                        
<groupId>org.apache.juneau</groupId>
                                                                        
<artifactId>juneau-microservice-server</artifactId>
                                                                        
<version>${project.version}</version>
-                                                                       
<destFileName>org.apache.juneau.microservice-server_${project.version}.jar</destFileName>
+                                                                       
<destFileName>org.apache.juneau.microservice.server_${project.version}.jar</destFileName>
                                                                </artifactItem>
 
                                                                <artifactItem>

Reply via email to