Skip to content

Commit

Permalink
new snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
llsand committed Jun 30, 2017
1 parent 0e40139 commit 9a89abb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion orcas_core/build_source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ subprojects
project.ext.xtext_version = "2.5.1"

project.group = "com.opitzconsulting.orcas"
project.version = "3.1.1"
project.version = "3.1.2-SNAPSHOT"

repositories
{
Expand Down
2 changes: 1 addition & 1 deletion orcas_integrationstest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies
{
compile 'junit:junit:4.12'
compile group: 'com.opitzconsulting.orcas', name: 'orcas-main-extensionhandler',
version: '3.1.1-SNAPSHOT'
version: '3.1.2-SNAPSHOT'

compile "com.oracle:ojdbc6:11.1.0.7"

Expand Down
8 changes: 4 additions & 4 deletions orcas_maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>com.opitzconsulting.orcas:orcas-maven-plugin</name>
Expand Down Expand Up @@ -43,17 +43,17 @@
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-main</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-main-extensionhandler</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-db-objects</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9a89abb

Please sign in to comment.