Skip to content

Commit

Permalink
Merge pull request #20 from ExpediaDotCom/minor-versioning
Browse files Browse the repository at this point in the history
Renaming modules
  • Loading branch information
mchandramouli authored Oct 29, 2019
2 parents 6efef3c + ab16d84 commit 4efbe9d
Show file tree
Hide file tree
Showing 40 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

./mvnw --batch-mode install -B -V

cd blobs-agent/reverse-proxy && docker build -t ${DOCKER_IMAGE_NAME} -f Dockerfile . && cd ../..
cd agent/reverse-proxy && docker build -t ${DOCKER_IMAGE_NAME} -f Dockerfile . && cd ../..
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ Use the following command to build the repository:

## Blobs Core

This module contains all the core classes needed to instrument the creation of the blobs and then start the process of writing it to a [store](#stores). Only the Blob Model is created by the `blob.proto` present in [blobs-grpc-models](haystack-blobs/README.md#models) module inside the package `com.expedia.www.blobs.model`.
This module contains all the core classes needed to instrument the creation of the blobs and then start the process of writing it to a [store](#stores). Only the Blob Model is created by the `blob.proto` present in [model](model) module inside the package `com.expedia.www.blobs.model`.

## Stores

Click [here](stores/README.md) for more details.
Click [here](stores/README.md) for more details.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blobs-agent</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blobs-agent-client</artifactId>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blobs-agent</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blobs-agent-dispatchers</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions blobs-agent/pom.xml → agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<parent>
<artifactId>blobs</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>blobs-agent</artifactId>
<packaging>pom</packaging>
<modules>
<module>blobs-agent-server</module>
<module>blobs-agent-client</module>
<module>blobs-agent-dispatchers</module>
<module>server</module>
<module>client</module>
<module>dispatchers</module>
</modules>

<properties>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blobs-agent</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blobs-agent-server</artifactId>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>blobs</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion haystack-blobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blobs</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>haystack-blobs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blobs</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blobs-grpc-models</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.expedia.www</groupId>
<artifactId>blobs</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
<module>model</module>
<module>core</module>
<module>stores</module>
<module>blobs-agent</module>
<module>agent</module>
<module>haystack-blobs</module>
</modules>

Expand Down
2 changes: 1 addition & 1 deletion stores/file-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blob-stores</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions stores/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blobs</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blob-stores</artifactId>
Expand All @@ -19,4 +19,4 @@
<properties>
<scalastyle.config.location>${basedir}/../../checkstyles/scalastyle_config.xml</scalastyle.config.location>
</properties>
</project>
</project>
2 changes: 1 addition & 1 deletion stores/s3-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>blob-stores</artifactId>
<groupId>com.expedia.www</groupId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 4efbe9d

Please sign in to comment.