Skip to content

Commit bac614c

Browse files
committed
Release 0.0.11
1 parent 52671f1 commit bac614c

File tree

16 files changed

+18
-17
lines changed

16 files changed

+18
-17
lines changed

avroclipse.generator.avpr/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Avroclipse Generator Avpr
44
Bundle-SymbolicName: avroclipse.generator.avpr;singleton:=true
5-
Bundle-Version: 0.0.11.qualifier
5+
Bundle-Version: 0.0.11
66
Export-Package: avroclipse.generator.avpr
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
88
Bundle-Vendor: Avroclipse

avroclipse.generator.avpr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>../avroclipse.releng/pom.xml</relativePath>
77
<groupId>avroclipse</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.0.11-SNAPSHOT</version>
9+
<version>0.0.11</version>
1010
</parent>
1111

1212
<artifactId>avroclipse.generator.avpr</artifactId>

avroclipse.generator.java/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Avroclipse Generator Java
44
Bundle-SymbolicName: avroclipse.generator.java;singleton:=true
5-
Bundle-Version: 0.0.11.qualifier
5+
Bundle-Version: 0.0.11
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
77
Require-Bundle: avroclipse,
88
org.eclipse.xtext.xbase.lib

avroclipse.generator.java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>../avroclipse.releng/pom.xml</relativePath>
77
<groupId>avroclipse</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.0.11-SNAPSHOT</version>
9+
<version>0.0.11</version>
1010
</parent>
1111

1212
<artifactId>avroclipse.generator.java</artifactId>

avroclipse.releng/change version.launch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
33
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
4-
<stringAttribute key="M2_GOALS" value="org.eclipse.tycho:tycho-versions-plugin:0.23.0:set-version -DnewVersion=&quot;0.0.11-SNAPSHOT&quot;"/>
4+
<stringAttribute key="M2_GOALS" value="org.eclipse.tycho:tycho-versions-plugin:0.23.0:set-version -DnewVersion=&quot;0.0.11&quot;"/>
55
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
66
<booleanAttribute key="M2_OFFLINE" value="false"/>
77
<stringAttribute key="M2_PROFILES" value=""/>
@@ -12,6 +12,7 @@
1212
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
1313
<stringAttribute key="M2_USER_SETTINGS" value=""/>
1414
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
15+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
1516
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
1617
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/avroclipse.releng}"/>
1718
</launchConfiguration>

avroclipse.releng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>avroclipse</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.0.11-SNAPSHOT</version>
9+
<version>0.0.11</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>../avroclipse</module>

avroclipse.sdk/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="avroclipse.sdk"
44
label="AvroIDL SDK Feature "
5-
version="0.0.11.qualifier"
5+
version="0.0.11"
66
provider-name="Avroclipse">
77

88
<description url="https://github.com/dvdkruk/avroclipse">

avroclipse.sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
77
<relativePath>../avroclipse.releng/pom.xml</relativePath>
88
<groupId>avroclipse</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.0.11-SNAPSHOT</version>
10+
<version>0.0.11</version>
1111
</parent>
1212

1313
<artifactId>avroclipse.sdk</artifactId>

avroclipse.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: avroclipse.tests
44
Bundle-Vendor: My Company
5-
Bundle-Version: 0.0.11.qualifier
5+
Bundle-Version: 0.0.11
66
Bundle-SymbolicName: avroclipse.tests; singleton:=true
77
Bundle-ActivationPolicy: lazy
88
Require-Bundle: avroclipse,

avroclipse.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
77
<relativePath>../avroclipse.releng/pom.xml</relativePath>
88
<groupId>avroclipse</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.0.11-SNAPSHOT</version>
10+
<version>0.0.11</version>
1111
</parent>
1212

1313
<artifactId>avroclipse.tests</artifactId>

0 commit comments

Comments
 (0)