Skip to content

Commit

Permalink
BAEL-8824 Align module names, folder names and artifact id
Browse files Browse the repository at this point in the history
- Fixed artifact ids of projects to align with folder names
  • Loading branch information
dkapil committed Aug 31, 2018
1 parent dc86766 commit cd55d47
Show file tree
Hide file tree
Showing 34 changed files with 68 additions and 57 deletions.
3 changes: 2 additions & 1 deletion JGit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>JGitSnippets</artifactId>
<artifactId>JGit</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<url>http://maven.apache.org</url>
<name>JGit</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
3 changes: 2 additions & 1 deletion apache-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>apache-avro-tutorial</artifactId>
<artifactId>apache-avro</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Apache Avro</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>couchbase-sdk</artifactId>
<artifactId>couchbase</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>couchbase</name>
<description>Couchbase SDK Tutorials</description>
<description>Couchbase Tutorials</description>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
3 changes: 2 additions & 1 deletion ejb/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.wildfly</groupId>
<artifactId>wildfly-example</artifactId>
<artifactId>wildfly</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>wildfly</name>

<parent>
<groupId>com.baeldung.ejb</groupId>
Expand Down
5 changes: 3 additions & 2 deletions ejb/wildfly/wildfly-mdb/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>widlfly-mdb</artifactId>

<artifactId>wildfly-mdb</artifactId>
<name>wildfly-mdb</name>

<parent>
<groupId>com.baeldung.wildfly</groupId>
<artifactId>wildfly-example</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion feign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.feign</groupId>
<artifactId>feign-client</artifactId>
<artifactId>feign</artifactId>
<name>feign</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
5 changes: 3 additions & 2 deletions google-web-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<!-- POM file generated with GWT webAppCreator -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>google_web_toolkit</artifactId>
<artifactId>google-web-toolkit</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>

<name>google-web-toolkit</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions grpc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>grpc</groupId>
<artifactId>grpc-demo</artifactId>
<artifactId>grpc</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>grpc</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion guest/remote-debugging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.stackify</groupId>
<artifactId>java-remote-debugging</artifactId>
<artifactId>remote-debugging</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>remote-debugging</name>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jhipster/jhipster-microservice/car-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<relativePath>../../../parent-boot-1</relativePath>
</parent>
<groupId>com.car.app</groupId>
<artifactId>carapp</artifactId>
<artifactId>car-app</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Carapp</name>
<name>car-app</name>

<prerequisites>
<maven>${maven.version}</maven>
Expand Down
4 changes: 2 additions & 2 deletions jhipster/jhipster-microservice/dealer-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.dealer.app</groupId>
<artifactId>dealerapp</artifactId>
<artifactId>dealer-app</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Dealerapp</name>
<name>dealer-app</name>

<parent>
<artifactId>parent-boot-1</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jhipster/jhipster-microservice/gateway-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gateway</groupId>
<artifactId>gateway</artifactId>
<artifactId>gateway-app</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Gateway</name>
<name>gateway-app</name>

<parent>
<artifactId>parent-boot-1</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jjwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwtfun</artifactId>
<artifactId>jjwt</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jjwtfun</name>
<name>jjwt</name>
<description>Exercising the JJWT</description>

<parent>
Expand Down
4 changes: 3 additions & 1 deletion micronaut/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?><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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.micronaut</groupId>
<artifactId>hello-world</artifactId>
<artifactId>micronaut</artifactId>
<version>0.1</version>
<name>micronaut</name>

<properties>
<exec.mainClass>com.baeldung.micronaut.helloworld.server.ServerApplication</exec.mainClass>
<micronaut.version>1.0.0.M2</micronaut.version>
Expand Down
3 changes: 2 additions & 1 deletion osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>osgi-intro</artifactId>
<artifactId>osgi</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>osgi</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
4 changes: 2 additions & 2 deletions persistence-modules/spring-data-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spring-boot-dynamodb</artifactId>
<artifactId>spring-data-dynamodb</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-boot-dynamodb</name>
<name>spring-data-dynamodb</name>
<description>This is simple boot application for Spring boot dynamodb test</description>

<parent>
Expand Down
3 changes: 2 additions & 1 deletion resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>resteasy-tutorial</artifactId>
<artifactId>resteasy</artifactId>
<version>1.0</version>
<packaging>war</packaging>
<name>resteasy</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>springamqp</artifactId>
<artifactId>spring-amqp</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>springamqp</name>
<name>spring-amqp</name>
<description>Introduction to Spring-AMQP</description>

<parent>
Expand Down
5 changes: 2 additions & 3 deletions spring-boot-jasypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.example.jasypt</groupId>
<artifactId>JasyptDemo</artifactId>
<artifactId>spring-boot-jasypt</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JasyptDemo</name>
<name>spring-boot-jasypt</name>
<description>Demo project for Spring Boot</description>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud/spring-cloud-ribbon-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spring-cloud-ribbon</artifactId>
<artifactId>spring-cloud-ribbon-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-cloud-ribbon-client</name>
Expand Down
3 changes: 2 additions & 1 deletion spring-cloud/spring-cloud-task/springcloudtaskbatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung.cloud</groupId>
<artifactId>springcloudtask</artifactId>
<artifactId>springcloudtaskbatch</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>springcloudtaskbatch</name>

<parent>
<artifactId>parent-boot-1</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions spring-ejb/ejb-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.singletonsession</groupId>
<artifactId>singleton-ejb-bean</artifactId>
<artifactId>ejb-beans</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>EJB Singleton Session Bean</name>
<name>EJB Beans</name>

<parent>
<groupId>com.baeldung.spring.ejb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.spring.ejb</groupId>
<artifactId>ejb-for-spring</artifactId>
<artifactId>spring-ejb</artifactId>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>ejb</name>
<name>spring-ejb</name>
<description>Spring EJB Tutorial</description>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.freemarker.example</groupId>
<artifactId>spring4-freemarker-example</artifactId>
<artifactId>spring-freemarker</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<name>Spring Freemarker Example</name>
Expand Down
5 changes: 2 additions & 3 deletions spring-reactive-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>springreactivekotlin</artifactId>
<artifactId>spring-reactive-kotlin</artifactId>
<packaging>jar</packaging>

<name>springreactivekotlin</name>
<name>Spring Reactive Kotlin</name>
<description>Demo project for Spring Boot</description>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-remoting/remoting-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-remoting</artifactId>
<artifactId>remoting-http</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>spring-remoting-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-rest-embedded-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung.embedded</groupId>
<artifactId>SpringRestTomcat</artifactId>
<artifactId>spring-rest-embedded-tomcat</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-rest-embedded-tomcat</name>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions spring-roo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<!-- Spring IO Platform is the parent of the generated application to be able to use Spring Boot and all its default configuration -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>roo</artifactId>
<artifactId>spring-roo</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<name>roo</name>
<name>Spring Roo</name>
<packaging>jar</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions spring-security-x509/spring-security-x509-basic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>basic-secured-server</artifactId>
<artifactId>spring-security-x509-basic-auth</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>basic-secured-server</name>
<name>Spring Security x.509 Basic Authentication</name>
<description>Spring x.509 Authentication Demo</description>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions spring-security-x509/spring-security-x509-client-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>client-auth-server</artifactId>
<artifactId>spring-security-x509-client-auth</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>client-auth-server</name>
<name>Spring Security x.509 Client Authentication</name>
<description>Spring x.509 Client Authentication Demo</description>

<parent>
Expand Down
3 changes: 2 additions & 1 deletion spring-spel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spel</artifactId>
<artifactId>spring-spel</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Spring SpEL</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.baeldung</groupId>
<artifactId>vertx-spring</artifactId>
<artifactId>spring-vertx</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-vertx</name>
<name>Spring Vertx</name>
<description>A demo project with vertx spring integration</description>

<parent>
Expand Down
Loading

0 comments on commit cd55d47

Please sign in to comment.