Skip to content

Commit

Permalink
version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llsand committed Dec 1, 2016
1 parent 024b12d commit a2f6183
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 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.0'
version: '2.6.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: '2.6.0'
version: '2.6.1'

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.0</version>
<version>2.6.1</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.0</version>
<version>2.6.1</version>
<extensions>true</extensions>


Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.opitzconsulting.orcas</groupId>
<artifactId>orcas-domainextension-main</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>

<dependency>
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.0"/>
<orcas_initialize orcasprebuildversion="com.opitzconsulting.orcas:orcas-main:2.6.1"/>
</target>

<target name="build_tables" depends="show_location,orcas_initialize">
Expand Down
13 changes: 7 additions & 6 deletions orcas_core/release_orcas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ build_source/build.gradle
orcas_maven_plugin/pom.xml (3 entries)
upload_maven_central/build.gradle

git commit/push github release

run this in orcas_core/build_source:
gradle clean
gradle publishToMavenLocal -Pextensionname_internal=domainextension-plsql -Porcas_extension_folder=../../../orcas_domain_extension_plsql/extensions -Porcas_extension_extract_file=../../../orcas_domain_extension_plsql/xslt_extract/orcas_domain_extract.xsl
Expand All @@ -22,12 +20,15 @@ gradle publish
close repository on https://oss.sonatype.org/#stagingRepositories
rlease repository on https://oss.sonatype.org/#stagingRepositories

change version of examples to released version:
examples/gradle*/build.gradle
examples/maven*/pom.xml
examples/orderentry/db/build.xml

git commit/push github release

change version to a new snapshot-version:
build_source/build.gradle
orcas_maven_plugin/pom.xml (3 entries)
upload_maven_central/build.gradle

change version of examples to released version:
examples/gradle*/build.gradle
examples/maven*/pom.xml

0 comments on commit a2f6183

Please sign in to comment.