Skip to content

Commit

Permalink
version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llsand committed Jan 27, 2017
1 parent 2cd28f8 commit 0e7a8f6
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 13 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: '2.6.2'
version: '2.7.0'

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: '2.6.2'
version: '2.7.0'

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>2.6.2</version>
<version>2.7.0</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 @@ -16,7 +16,7 @@
<plugin>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-plugin</artifactId>
<version>2.6.2</version>
<version>2.7.0</version>
<extensions>true</extensions>


Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-domainextension-main</artifactId>
<version>2.6.2</version>
<version>2.7.0</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>2.6.2</version>
<version>2.7.0</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:2.6.2"/>
<orcas_initialize orcasprebuildversion="com.opitzconsulting.orcas:orcas-main:2.7.0"/>
</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 = "2.6.3-SNAPSHOT"
project.version = "2.7.0"

repositories
{
Expand Down
3 changes: 2 additions & 1 deletion orcas_core/release_orcas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ examples/gradle*/build.gradle
examples/maven*/pom.xml
examples/orderentry/db/build.xml

git commit/push github release
git commit/push
github release

change version to a new snapshot-version:
build_source/build.gradle
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 = "2.6.2"
project.version = "2.7.0"

project.ext.mcupload.publish("orcas-db-objects")
project.ext.mcupload.publish("orcas-orig")
Expand Down
6 changes: 3 additions & 3 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>2.6.3-SNAPSHOT</version>
<version>2.7.0</version>
<packaging>maven-plugin</packaging>

<name>com.opitzconsulting.orcas:orcas-maven-plugin</name>
Expand Down Expand Up @@ -43,12 +43,12 @@
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-main</artifactId>
<version>2.6.3-SNAPSHOT</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-db-objects</artifactId>
<version>2.6.3-SNAPSHOT</version>
<version>2.7.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0e7a8f6

Please sign in to comment.