Skip to content

Commit

Permalink
Change version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkent committed Nov 17, 2017
1 parent 629b8e7 commit e46a69d
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.cjkent.osiris</groupId>
<artifactId>osiris-archetype</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>maven-archetype</packaging>

<name>Osiris Archetype</name>
Expand Down
2 changes: 1 addition & 1 deletion aws-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>osiris</artifactId>
<groupId>io.github.cjkent.osiris</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.cjkent.osiris</groupId>
<artifactId>osiris</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>osiris-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.cjkent.osiris</groupId>
<artifactId>osiris</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>osiris</artifactId>
<groupId>io.github.cjkent.osiris</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Resources:
ENV_VAR: "envVarValue"
Code:
S3Bucket: io.github.cjkent.osiris.osiris-test-api.code
S3Key: osiris-test-api-0.3.0-SNAPSHOT-jar-with-dependencies.jar
S3Key: osiris-test-api-0.3.0-jar-with-dependencies.jar
Role: !GetAtt FunctionRole.Arn

FunctionVersion:
Expand Down
2 changes: 1 addition & 1 deletion local-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.cjkent.osiris</groupId>
<artifactId>osiris</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>osiris-local-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.cjkent.osiris</groupId>
<artifactId>osiris</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>

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>io.github.cjkent.osiris</groupId>
<artifactId>osiris</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>
<name>Osiris</name>
<description>Simple Serverless Web Apps using Kotlin, AWS Lambda, AWS API Gateway</description>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.cjkent.osiris</groupId>
<artifactId>osiris</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>osiris-server</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions test-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<groupId>io.github.cjkent.osiris</groupId>
<artifactId>osiris-test-api</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>
<name>Osiris Test API</name>

<properties>
<kotlin.version>1.1.60</kotlin.version>
<osiris.version>0.3.0-SNAPSHOT</osiris.version>
<osiris.version>0.3.0</osiris.version>
<jackson.version>2.8.7</jackson.version>
<logback.version>1.2.3</logback.version>
</properties>
Expand Down

0 comments on commit e46a69d

Please sign in to comment.