Skip to content

Commit

Permalink
back to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pwinckles committed Jul 17, 2023
1 parent 5997062 commit ca93599
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cbe-cli</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>

<name>cli</name>

<dependencies>
<dependency>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-index</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>

<!-- json -->
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cbe-common</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>

<name>common</name>

Expand Down
6 changes: 3 additions & 3 deletions index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cbe-index</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>

<name>index</name>

<dependencies>
<dependency>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-common</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>

<!-- Lucene -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>parent</name>
Expand Down
6 changes: 3 additions & 3 deletions scraper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cbe-scraper</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>

<name>scraper</name>

<dependencies>
<dependency>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-common</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>

<!-- Scraping -->
Expand Down

0 comments on commit ca93599

Please sign in to comment.