Skip to content

Commit

Permalink
prepare for next dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jkamke committed Sep 21, 2016
1 parent 2516082 commit 023b281
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>A command-line code generator that reads Yaktor's DSLs and produces Node.js Yaktor applications.
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.conversation.as
Bundle-SymbolicName: io.yaktor.conversation.as;singleton:=true
Bundle-Version: 0.51.3
Bundle-Version: 0.51.4.qualifier
Bundle-ClassPath: .
Bundle-Vendor: SciSpike LLC
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion conversation/io.yaktor.conversation.as/pom.xml
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
8 changes: 4 additions & 4 deletions conversation/io.yaktor.conversation.cs.sdk/feature.xml
Expand Up @@ -2,27 +2,27 @@
<feature
id="io.yaktor.conversation.cs.sdk"
label="Conversation SDK Feature "
version="0.51.3">
version="0.51.4.qualifier">

<plugin
id="io.yaktor.conversation.cs"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

<plugin
id="io.yaktor.conversation.as"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

<plugin
id="io.yaktor.conversation.cs.ui"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion conversation/io.yaktor.conversation.cs.sdk/pom.xml
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.conversation.cs.ui
Bundle-Vendor: SciSpike LLC
Bundle-Version: 0.51.3
Bundle-Version: 0.51.4.qualifier
Bundle-SymbolicName: io.yaktor.conversation.cs.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: io.yaktor.conversation.cs;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion conversation/io.yaktor.conversation.cs.ui/pom.xml
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.conversation.cs
Bundle-Vendor: SciSpike LLC
Bundle-Version: 0.51.3
Bundle-Version: 0.51.4.qualifier
Bundle-SymbolicName: io.yaktor.conversation.cs; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="[2.7.0,2.9.0)",
Expand Down
2 changes: 1 addition & 1 deletion conversation/io.yaktor.conversation.cs/pom.xml
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
4 changes: 2 additions & 2 deletions conversation/io.yaktor.conversation.update/site.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/io.yaktor.conversation_1.1.2.200.51.391426.jar" id="io.yaktor.conversation" version="1.1.2.200.51.391426"/>
<feature url="features/io.yaktor.conversation.cs.sdk_0.51.3.200.51.391426.jar" id="io.yaktor.conversation.cs.sdk" version="0.51.3.200.51.391426"/>
<feature url="features/io.yaktor.conversation_1.1.2.200.51.491426.jar" id="io.yaktor.conversation" version="1.1.2.200.51.491426"/>
<feature url="features/io.yaktor.conversation.cs.sdk_0.51.4.200.51.491426.jar" id="io.yaktor.conversation.cs.sdk" version="0.51.4.200.51.491426"/>
</site>
8 changes: 4 additions & 4 deletions conversation/io.yaktor.conversation/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.yaktor.conversation"
label="conversation"
version="0.51.3"
version="0.51.4.qualifier"
provider-name="Yaktor">

<description url="http://yaktor.io">
Expand All @@ -21,21 +21,21 @@
id="io.yaktor.conversation.as"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

<plugin
id="io.yaktor.conversation.cs"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

<plugin
id="io.yaktor.conversation.cs.ui"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion conversation/pom.xml
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions conversation/update.all/site.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/io.yaktor.domain.cs.sdk_0.51.3.jar" id="io.yaktor.domain.cs.sdk" version="0.51.3">
<category name="domain_0.51.3"/>
<feature url="features/io.yaktor.domain.cs.sdk_0.51.4.qualifier.jar" id="io.yaktor.domain.cs.sdk" version="0.51.4.qualifier">
<category name="domain_0.51.4"/>
</feature>
<feature url="features/io.yaktor.conversation.cs.sdk_0.51.3.jar" id="io.yaktor.conversation.cs.sdk" version="0.51.3">
<category name="conversation_0.51.3"/>
<feature url="features/io.yaktor.conversation.cs.sdk_0.51.4.qualifier.jar" id="io.yaktor.conversation.cs.sdk" version="0.51.4.qualifier">
<category name="conversation_0.51.4"/>
</feature>
<category-def name="domain_0.51.3" label="domain_0.51.3"/>
<category-def name="conversation_0.51.3" label="conversation_0.51.3"/>
<category-def name="domain_0.51.4" label="domain_0.51.4"/>
<category-def name="conversation_0.51.4" label="conversation_0.51.4"/>
</site>
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.as/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.domain.as
Bundle-SymbolicName: io.yaktor.domain.as;singleton:=true
Bundle-Version: 0.51.3
Bundle-Version: 0.51.4.qualifier
Bundle-ClassPath: .
Bundle-Vendor: SciSpike LLC
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.as/pom.xml
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
8 changes: 4 additions & 4 deletions domain/io.yaktor.domain.cs.sdk/feature.xml
Expand Up @@ -2,27 +2,27 @@
<feature
id="io.yaktor.domain.cs.sdk"
label="Domain SDK Feature "
version="0.51.3">
version="0.51.4.qualifier">

<plugin
id="io.yaktor.domain.cs"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

<plugin
id="io.yaktor.domain.cs.ui"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

<plugin
id="io.yaktor.domain.as"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs.sdk/pom.xml
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.domain.cs.ui
Bundle-Vendor: SciSpike LLC
Bundle-Version: 0.51.3
Bundle-Version: 0.51.4.qualifier
Bundle-SymbolicName: io.yaktor.domain.cs.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: io.yaktor.domain.cs;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs.ui/pom.xml
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.domain.cs
Bundle-Vendor: SciSpike LLC
Bundle-Version: 0.51.3
Bundle-Version: 0.51.4.qualifier
Bundle-SymbolicName: io.yaktor.domain.cs; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="[2.7.0,2.9.0)",
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs/pom.xml
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
8 changes: 4 additions & 4 deletions domain/io.yaktor.domain/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.yaktor.domain"
label="io.yaktor.domain"
version="0.51.3"
version="0.51.4.qualifier"
provider-name="Yaktor">

<description url="http://www.example.com/description">
Expand All @@ -21,21 +21,21 @@
id="io.yaktor.domain.as"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

<plugin
id="io.yaktor.domain.cs"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

<plugin
id="io.yaktor.domain.cs.ui"
download-size="0"
install-size="0"
version="0.51.3"
version="0.51.4.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion domain/pom.xml
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "yaktor-dsl-xtext",
"version": "0.51.3",
"version": "0.51.4-pre.0",
"private": true,
"description": "Yaktor Xtext DSL",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>An Xtext-based eclipse &amp; command-line code generator that reads Yaktor's DSLs and produces Node.js Yaktor applications.</description>
<url>http://yaktor.io</url>
Expand Down
2 changes: 1 addition & 1 deletion test-project/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3</version>
<version>0.51.4-SNAPSHOT</version>
</parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-test-project</artifactId>
Expand Down

0 comments on commit 023b281

Please sign in to comment.