Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
llsand committed Oct 10, 2017
1 parent b80e364 commit 69e4383
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath group: 'com.opitzconsulting.orcas', name: 'orcas-gradle-plugin',
version: '3.1.5'
version: '3.1.6'

classpath "com.oracle:ojdbc6:11.1.0.7"

Expand Down
2 changes: 1 addition & 1 deletion examples/gradle_domain_extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath group: 'com.opitzconsulting.orcas', name: 'orcas-domainextension-gradle-plugin',
version: '3.1.5'
version: '3.1.6'

classpath "com.oracle:ojdbc6:11.1.0.7"

Expand Down
2 changes: 1 addition & 1 deletion examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-plugin</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<extensions>true</extensions>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/maven_domain_extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<plugin>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-plugin</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<extensions>true</extensions>

<dependencies>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-domainextension-main-extensionhandler</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven_extension_demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-plugin</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<extensions>true</extensions>


Expand Down
2 changes: 1 addition & 1 deletion examples/orderentry/db/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</target>

<target name="orcas_initialize" depends="show_location">
<orcas_initialize orcasprebuildversion="com.opitzconsulting.orcas:orcas-main:3.1.5"/>
<orcas_initialize orcasprebuildversion="com.opitzconsulting.orcas:orcas-main:3.1.6"/>
</target>

<target name="build_tables" depends="show_location,orcas_initialize">
Expand Down
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.6-SNAPSHOT"
project.version = "3.1.6"

repositories
{
Expand Down
2 changes: 1 addition & 1 deletion orcas_core/release_orcas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
change version in (remove snapshot marker):
build_source/build.gradle
orcas_maven_plugin/pom.xml (4 entries)
orcas_integrationstest/build.gradle
upload_maven_central/build.gradle

run this in orcas_core/build_source:
Expand Down Expand Up @@ -30,7 +31,6 @@ github release release tag: e.g. "2.6.2", release name e.g. "orcas version 2.6.
change version to a new snapshot-version:
build_source/build.gradle
orcas_maven_plugin/pom.xml (4 entries)
orcas_integrationstest/build.gradle

git commit/push

Expand Down
2 changes: 1 addition & 1 deletion orcas_core/upload_maven_central/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project.buildDir = ".gradle/build"
apply from: 'mcupload.gradle'

project.group = "com.opitzconsulting.orcas"
project.version = "3.1.5"
project.version = "3.1.6"

project.ext.mcupload.publish("orcas-db-objects")
project.ext.mcupload.publish("orcas-orig")
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.5'
version: '3.1.6'

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.6-SNAPSHOT</version>
<version>3.1.6</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.6-SNAPSHOT</version>
<version>3.1.6</version>
</dependency>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-main-extensionhandler</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
</dependency>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-db-objects</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 69e4383

Please sign in to comment.