Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
llsand committed Jan 16, 2019
1 parent 88f7e2f commit b66944f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 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: '5.3.0'
version: '5.3.1'

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: '5.3.0'
version: '5.3.1'

classpath "com.oracle:ojdbc6:11.1.0.7"

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.3.0'
version: '5.3.1'

classpath "com.oracle:ojdbc6:11.1.0.7"

Expand Down
2 changes: 1 addition & 1 deletion examples/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.3.0'
version: '5.3.1'

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

Expand Down
2 changes: 1 addition & 1 deletion examples/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.3.0'
version: '5.3.1'
classpath group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '1.1.7'
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-example</artifactId>
<artifactId>maven-example</artifactId>
<version>1.0.0</version>
<packaging>orcas-database-deployment</packaging>

Expand All @@ -16,7 +16,7 @@
<plugin>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-plugin</artifactId>
<version>5.3.0</version>
<version>5.3.1</version>
<extensions>true</extensions>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions examples/maven_domain_extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-example</artifactId>
<artifactId>maven-example</artifactId>
<version>1.0.0</version>
<packaging>orcas-database-deployment</packaging>

Expand All @@ -13,14 +13,14 @@
<plugin>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-plugin</artifactId>
<version>5.3.0</version>
<version>5.3.1</version>
<extensions>true</extensions>

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

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/maven_extension_demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-example</artifactId>
<artifactId>maven-example</artifactId>
<version>1.0.0</version>
<packaging>orcas-database-deployment</packaging>

Expand All @@ -16,7 +16,7 @@
<plugin>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-maven-plugin</artifactId>
<version>5.3.0</version>
<version>5.3.1</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:5.3.0"/>
<orcas_initialize orcasprebuildversion="com.opitzconsulting.orcas:orcas-main:5.3.1"/>
</target>

<target name="build_tables" depends="show_location,orcas_initialize">
Expand Down
2 changes: 1 addition & 1 deletion orcas_core/release_orcas_step1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ new_orcas_version=5.3.1

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
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

cd orcas_core/build_source

Expand Down

0 comments on commit b66944f

Please sign in to comment.