Skip to content

Commit

Permalink
orcas release
Browse files Browse the repository at this point in the history
  • Loading branch information
llsand committed Sep 24, 2019
1 parent 9192552 commit 3cdf653
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/gradle_custom_build/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: '5.8.3'
version: '5.8.4'

classpath group: 'com.oracle.ojdbc', name: 'ojdbc8', version: '19.3.0.0'
}
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: '5.8.3'
version: '5.8.4'

classpath group: 'com.oracle.ojdbc', name: 'ojdbc8', version: '19.3.0.0'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle_encoding/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: '5.8.3'
version: '5.8.4'

classpath group: 'com.oracle.ojdbc', name: 'ojdbc8', version: '19.3.0.0'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle_hsqldb/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: '5.8.3'
version: '5.8.4'

classpath group: 'org.hsqldb', name: 'hsqldb', version: '2.4.0'

Expand Down
2 changes: 1 addition & 1 deletion examples/gradle_mariadb/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: '5.8.3'
version: '5.8.4'
classpath group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '1.1.7'
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle_simple/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: '5.8.3'
version: '5.8.4'

classpath group: 'com.oracle.ojdbc', name: 'ojdbc8', version: '19.3.0.0'
}
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>5.8.3</version>
<version>5.8.4</version>
<extensions>true</extensions>

<dependencies>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-domainextension-main-extensionhandler</artifactId>
<version>5.8.3</version>
<version>5.8.4</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>5.8.3</version>
<version>5.8.4</version>
<extensions>true</extensions>


Expand Down
2 changes: 1 addition & 1 deletion examples/maven_simple/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>5.8.3</version>
<version>5.8.4</version>
<extensions>true</extensions>

<dependencies>
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.6.1"

project.group = "com.opitzconsulting.orcas"
project.version = "5.8.4-SNAPSHOT"
project.version = "5.8.4"

repositories
{
Expand Down
4 changes: 2 additions & 2 deletions orcas_core/release_orcas_step1.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh

new_orcas_version=5.8.3
new_orcas_version=5.8.4

cd ..

sed -zi -e "s/\(\(orcas.[^\n]*[\n][^\n]*\)\|\(project.version[^\n]*\)\)\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(-SNAPSHOT\)\?/\1$new_orcas_version/g" orcas_core/build_source/build.gradle orcas_maven_plugin/pom.xml orcas_integrationstest/build.gradle orcas_core/upload_maven_central/build.gradle examples/*/build.gradle examples/*/pom.xml examples/orderentry/db/build.xml
sed -zi -e "s/\(\(orcas.[^\n]*[\n][^\n]*\)\|\(project.version[^\n]*\)\)\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(-SNAPSHOT\)\?/\1$new_orcas_version/g" orcas_core/build_source/build.gradle orcas_maven_plugin/pom.xml orcas_integrationstest/build.gradle orcas_core/upload_maven_central/build.gradle examples/*/build.gradle examples/*/pom.xml

cd orcas_core/build_source

Expand Down
2 changes: 1 addition & 1 deletion orcas_core/release_orcas_step2.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

new_orcas_snapshot_version=5.8.4-SNAPSHOT
new_orcas_snapshot_version=5.8.5-SNAPSHOT

cd ..

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 = "5.8.3"
project.version = "5.8.4"

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: '5.8.3'
version: '5.8.4'

classpath group: 'com.oracle.ojdbc', name: 'ojdbc8', version: '19.3.0.0'
}
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>5.8.4-SNAPSHOT</version>
<version>5.8.4</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>5.8.4-SNAPSHOT</version>
<version>5.8.4</version>
</dependency>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-main-extensionhandler</artifactId>
<version>5.8.4-SNAPSHOT</version>
<version>5.8.4</version>
</dependency>
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-db-objects</artifactId>
<version>5.8.4-SNAPSHOT</version>
<version>5.8.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3cdf653

Please sign in to comment.