Skip to content

Commit

Permalink
release 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthnclt committed Jul 14, 2021
1 parent 0ea9378 commit 3ceb363
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions lab-base/pom.xml
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.base</artifactId>
<dependencies>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.collections</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lab-collections/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.collections</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions lab-consistency/pom.xml
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.consistency</artifactId>
<dependencies>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.base</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions lab-core/pom.xml
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.core</artifactId>
<dependencies>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.base</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.collections</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion lab-export/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.export</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions lab-nn/pom.xml
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.nn</artifactId>
<dependencies>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.core</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.roaring</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions lab-order/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<properties>
<aws-version>1.11.558</aws-version>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.base</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.core</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions lab-roaring/pom.xml
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.roaring</artifactId>
<dependencies>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.core</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
<!--<dependency>-->
<!--<groupId>net.sf.trove4j</groupId>-->
Expand Down
6 changes: 3 additions & 3 deletions lab-s3/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>
<properties>
<aws-version>1.11.558</aws-version>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.base</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
<dependency>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab.core</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jnthnclt</groupId>
<artifactId>os.lab</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 3ceb363

Please sign in to comment.