Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkent committed Jul 12, 2019
1 parent 2e80495 commit 687d6f0
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>ws.osiris</groupId>
<artifactId>osiris-archetype</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<name>Osiris Archetype</name>
Expand Down
2 changes: 1 addition & 1 deletion aws-deploy/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>osiris</artifactId>
<groupId>ws.osiris</groupId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion aws/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ws.osiris</groupId>
<artifactId>osiris</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>osiris-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ws.osiris</groupId>
<artifactId>osiris</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ws.osiris</groupId>
<artifactId>osiris</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions gradle-plugin/build.gradle
Expand Up @@ -8,11 +8,11 @@ plugins {
apply plugin: 'maven'

group = 'ws.osiris'
version = '1.0.0'
version = '1.1.0-SNAPSHOT'

ext {
kotlinVersion = '1.3.31'
osirisVersion = '1.0.0'
osirisVersion = '1.1.0-SNAPSHOT'
}

repositories {
Expand Down Expand Up @@ -70,7 +70,7 @@ pluginBundle {
// mavenLocal()
// }
// dependencies {
// classpath 'ws.osiris:osiris-gradle-plugin:1.0.0'
// classpath 'ws.osiris:osiris-gradle-plugin:1.1.0-SNAPSHOT'
// }
// }
//
Expand All @@ -83,7 +83,7 @@ publishing {
maven(MavenPublication) {
groupId = 'ws.osiris'
artifactId = 'osiris-gradle-plugin'
version = '1.0.0'
version = '1.1.0-SNAPSHOT'
from components.java
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle-plugin/src/main/gradle/generateProject.gradle
@@ -1,5 +1,5 @@
plugins {
id 'ws.osiris.project' version '1.0.0'
id 'ws.osiris.project' version '1.1.0-SNAPSHOT'
}
// For local testing the plugins block needs to be replaced with
//
Expand All @@ -9,7 +9,7 @@ plugins {
// mavenLocal()
// }
// dependencies {
// classpath 'ws.osiris:osiris-gradle-plugin:1.0.0'
// classpath 'ws.osiris:osiris-gradle-plugin:1.1.0-SNAPSHOT'
// }
// }
// apply plugin: 'ws.osiris.project'
Expand Down
Expand Up @@ -21,5 +21,5 @@ subprojects {
}

ext {
osirisVersion = '1.0.0'
osirisVersion = '1.1.0-SNAPSHOT'
}
@@ -1,5 +1,5 @@
plugins {
id 'ws.osiris.deploy' version '1.0.0'
id 'ws.osiris.deploy' version '1.1.0-SNAPSHOT'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>osiris</artifactId>
<groupId>ws.osiris</groupId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion local-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ws.osiris</groupId>
<artifactId>osiris</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ws.osiris</groupId>
<artifactId>osiris</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>ws.osiris</groupId>
<artifactId>osiris</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ws.osiris</groupId>
<artifactId>osiris</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>osiris-server</artifactId>
Expand Down

0 comments on commit 687d6f0

Please sign in to comment.