You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2015/03/24 15:01:07 UTC

incubator-johnzon git commit: Revert "Prefix artifactId with "apache-". !!Note: This will change the maven coordinates for 0.8!!"

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master adb483f62 -> d47edcc55


Revert "Prefix artifactId with "apache-". !!Note: This will change the maven coordinates for 0.8!!"

This reverts commit adb483f6269e3b87aa5b3811c9999327f4bdb702.


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

Branch: refs/heads/master
Commit: d47edcc559a5b13b2a83a4efdc9b720bdaeb9e56
Parents: adb483f
Author: Hendrik Saly <he...@gmail.com>
Authored: Tue Mar 24 15:00:37 2015 +0100
Committer: Hendrik Saly <he...@gmail.com>
Committed: Tue Mar 24 15:00:37 2015 +0100

----------------------------------------------------------------------
 johnzon-core/pom.xml   | 6 +++---
 johnzon-jaxrs/pom.xml  | 8 ++++----
 johnzon-mapper/pom.xml | 8 ++++----
 pom.xml                | 3 ++-
 4 files changed, 13 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/d47edcc5/johnzon-core/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-core/pom.xml b/johnzon-core/pom.xml
index 902102a..fc59d2d 100644
--- a/johnzon-core/pom.xml
+++ b/johnzon-core/pom.xml
@@ -19,14 +19,14 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
-    <artifactId>apache-johnzon</artifactId>
+    <artifactId>johnzon</artifactId>
     <groupId>org.apache.johnzon</groupId>
     <version>0.8-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
-  <artifactId>apache-johnzon-core</artifactId>
-  <name>Apache Johnzon :: Core</name>
+  <artifactId>johnzon-core</artifactId>
+  <name>Johnzon :: Core</name>
 
   <properties>
     <staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/d47edcc5/johnzon-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-jaxrs/pom.xml b/johnzon-jaxrs/pom.xml
index e4ca2b2..6cc6ec2 100644
--- a/johnzon-jaxrs/pom.xml
+++ b/johnzon-jaxrs/pom.xml
@@ -19,14 +19,14 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
-    <artifactId>apache-johnzon</artifactId>
+    <artifactId>johnzon</artifactId>
     <groupId>org.apache.johnzon</groupId>
     <version>0.8-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
-  <artifactId>apache-johnzon-jaxrs</artifactId>
-  <name>Apache Johnzon :: JAX-RS</name>
+  <artifactId>johnzon-jaxrs</artifactId>
+  <name>Johnzon :: JAX-RS</name>
 
   <dependencies>
     <dependency>
@@ -38,7 +38,7 @@
 
     <dependency>
       <groupId>org.apache.johnzon</groupId>
-      <artifactId>apache-johnzon-mapper</artifactId>
+      <artifactId>johnzon-mapper</artifactId>
       <version>${project.version}</version>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/d47edcc5/johnzon-mapper/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index 593fd7e..abfebbd 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -19,19 +19,19 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
-    <artifactId>apache-johnzon</artifactId>
+    <artifactId>johnzon</artifactId>
     <groupId>org.apache.johnzon</groupId>
     <version>0.8-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
-  <artifactId>apache-johnzon-mapper</artifactId>
-  <name>Apache Johnzon :: Mapper</name>
+  <artifactId>johnzon-mapper</artifactId>
+  <name>Johnzon :: Mapper</name>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.johnzon</groupId>
-      <artifactId>apache-johnzon-core</artifactId>
+      <artifactId>johnzon-core</artifactId>
       <version>${project.version}</version>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/d47edcc5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a848fc2..fe1b868 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   </parent>
 
   <groupId>org.apache.johnzon</groupId>
-  <artifactId>apache-johnzon</artifactId>
+  <artifactId>johnzon</artifactId>
   <packaging>pom</packaging>
   <version>0.8-incubating-SNAPSHOT</version>
   <name>Apache Johnzon</name>
@@ -70,6 +70,7 @@
   </dependencies>
 
   <build>
+    <finalName>apache-${project.artifactId}-${project.version}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>