Skip to content

Commit

Permalink
#230 set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Dec 14, 2016
1 parent 781ef26 commit 11c8a76
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 53 deletions.
13 changes: 13 additions & 0 deletions cobigen-eclipse/cobigen-eclipse-feature/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cobigen-eclipse-feature</name>
<comment></comment>
<projects>
<project>cobigen-eclipse</project>
</projects>
Expand All @@ -10,8 +11,20 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion cobigen-eclipse/cobigen-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.capgemini.cobigen.eclipse.feature"
label="CobiGen Eclipse Plug-in"
version="2.0.0.qualifier"
version="2.0.0"
provider-name="Capgemini">

<description>
Expand Down
2 changes: 1 addition & 1 deletion cobigen-eclipse/cobigen-eclipse-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>com.capgemini.cobigen.eclipse.feature</artifactId>
<name>CobiGen - Eclipse Plug-In Feature</name>
<packaging>eclipse-feature</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<parent>
<groupId>com.capgemini</groupId>
Expand Down
8 changes: 4 additions & 4 deletions cobigen-eclipse/cobigen-eclipse-test/.classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry excluding="**" kind="src" path="src/main/resources"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-core-test-3.0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/main/java/"/>
<classpathentry exported="true" kind="lib" path="lib/assertj-core-2.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jcl-over-slf4j-1.7.21.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-over-slf4j-1.7.21.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.21.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
6 changes: 6 additions & 0 deletions cobigen-eclipse/cobigen-eclipse-test/.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
Expand Down
2 changes: 1 addition & 1 deletion cobigen-eclipse/cobigen-eclipse-test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Bundle-ClassPath: .,
lib/jcl-over-slf4j-1.7.21.jar,
lib/log4j-over-slf4j-1.7.21.jar,
lib/slf4j-api-1.7.21.jar,
lib/cobigen-core-test-3.0.0-SNAPSHOT.jar
lib/cobigen-core-test-3.0.0.jar
Require-Bundle: org.eclipse.swtbot.junit4_x;bundle-version="2.4.0",
org.junit;bundle-version="4.12.0",
org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion cobigen-eclipse/cobigen-eclipse-test/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ bin.includes = .,\
lib/jcl-over-slf4j-1.7.21.jar,\
lib/log4j-over-slf4j-1.7.21.jar,\
lib/slf4j-api-1.7.21.jar,\
lib/cobigen-core-test-3.0.0-SNAPSHOT.jar
lib/cobigen-core-test-3.0.0.jar
2 changes: 1 addition & 1 deletion cobigen-eclipse/cobigen-eclipse-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-core-test</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
</dependencies>

Expand Down
7 changes: 7 additions & 0 deletions cobigen-eclipse/cobigen-eclipse-updatesite/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cobigen-eclipse-updatesite</name>
<comment></comment>
<projects>
<project>cobigen-eclipse</project>
<project>cobigen-eclipse-feature</project>
Expand All @@ -11,8 +12,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion cobigen-eclipse/cobigen-eclipse-updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>com.capgemini.cobigen.eclipse.updatesite</artifactId>
<name>CobiGen - Eclipse Plug-In UpdateSite</name>
<packaging>eclipse-repository</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<parent>
<groupId>com.capgemini</groupId>
Expand Down
32 changes: 16 additions & 16 deletions cobigen-eclipse/cobigen-eclipse/.classpath
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/cobigen-jsonplugin-1.0.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-senchaplugin-1.0.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gson-2.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/json-20160810.jar"/>
<classpathentry exported="true" kind="lib" path="lib/rhino-1.7R4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-core-api-3.0.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-core-3.0.0-SNAPSHOT.jar" sourcepath="/cobigen-core"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-javaplugin-1.4.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-propertyplugin-1.1.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-textmerger-1.1.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lexeme-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/sax-2.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-core-3.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-core-api-3.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-javaplugin-1.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-jsonplugin-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-propertyplugin-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-senchaplugin-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-textmerger-1.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-xmlplugin-3.0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/ant-1.9.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/cobigen-xmlplugin-3.0.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.9.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.4.jar"/>
Expand All @@ -32,8 +30,10 @@
<classpathentry exported="true" kind="lib" path="lib/mmm-util-core-5.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/qdox-2.0-M3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.21.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/lexeme-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/sax-2.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gson-2.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/json-20160810.jar"/>
<classpathentry exported="true" kind="lib" path="lib/rhino-1.7R4.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
6 changes: 6 additions & 0 deletions cobigen-eclipse/cobigen-eclipse/.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
Expand Down
20 changes: 10 additions & 10 deletions cobigen-eclipse/cobigen-eclipse/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CobiGen Eclipse Plug-In
Bundle-SymbolicName: com.capgemini.cobigen.eclipse;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0
Bundle-Activator: com.capgemini.cobigen.eclipse.Activator
Bundle-Vendor: Capgemini
Require-Bundle: org.eclipse.ui;bundle-version="3.104.0",
Expand All @@ -20,7 +20,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
lib/ant-1.9.6.jar,
lib/cobigen-xmlplugin-3.0.0-SNAPSHOT.jar,
lib/commons-beanutils-1.9.1.jar,
lib/commons-collections-3.2.1.jar,
lib/commons-io-2.4.jar,
Expand All @@ -41,14 +40,15 @@ Bundle-ClassPath: .,
lib/slf4j-api-1.7.21.jar,
lib/lexeme-1.0.0.jar,
lib/sax-2.0.1.jar,
lib/cobigen-core-3.0.0-SNAPSHOT.jar,
lib/cobigen-javaplugin-1.4.0-SNAPSHOT.jar,
lib/cobigen-propertyplugin-1.1.0-SNAPSHOT.jar,
lib/cobigen-textmerger-1.1.0-SNAPSHOT.jar,
lib/cobigen-core-api-3.0.0-SNAPSHOT.jar,
lib/cobigen-jsonplugin-1.0.0-SNAPSHOT.jar,
lib/cobigen-senchaplugin-1.0.0-SNAPSHOT.jar,
lib/gson-2.7.jar,
lib/json-20160810.jar,
lib/rhino-1.7R4.jar
lib/rhino-1.7R4.jar,
lib/cobigen-core-3.0.0.jar,
lib/cobigen-core-api-3.0.0.jar,
lib/cobigen-javaplugin-1.4.0.jar,
lib/cobigen-jsonplugin-1.0.0.jar,
lib/cobigen-propertyplugin-1.1.1.jar,
lib/cobigen-senchaplugin-1.0.0.jar,
lib/cobigen-textmerger-1.1.0.jar,
lib/cobigen-xmlplugin-3.0.0.jar
Export-Package: com.capgemini.cobigen.eclipse.common.constants.external
18 changes: 9 additions & 9 deletions cobigen-eclipse/cobigen-eclipse/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ bin.includes = .,\
META-INF/,\
plugin.xml,\
lib/ant-1.9.6.jar,\
lib/cobigen-xmlplugin-3.0.0-SNAPSHOT.jar,\
lib/commons-beanutils-1.9.1.jar,\
lib/commons-collections-3.2.1.jar,\
lib/commons-io-2.4.jar,\
Expand All @@ -25,13 +24,14 @@ bin.includes = .,\
lib/slf4j-api-1.7.21.jar,\
lib/lexeme-1.0.0.jar,\
lib/sax-2.0.1.jar,\
lib/cobigen-core-3.0.0-SNAPSHOT.jar,\
lib/cobigen-javaplugin-1.4.0-SNAPSHOT.jar,\
lib/cobigen-propertyplugin-1.1.0-SNAPSHOT.jar,\
lib/cobigen-textmerger-1.1.0-SNAPSHOT.jar,\
lib/cobigen-core-api-3.0.0-SNAPSHOT.jar,\
lib/cobigen-jsonplugin-1.0.0-SNAPSHOT.jar,\
lib/cobigen-senchaplugin-1.0.0-SNAPSHOT.jar,\
lib/gson-2.7.jar,\
lib/json-20160810.jar,\
lib/rhino-1.7R4.jar
lib/rhino-1.7R4.jar,\
lib/cobigen-core-3.0.0.jar,\
lib/cobigen-core-api-3.0.0.jar,\
lib/cobigen-javaplugin-1.4.0.jar,\
lib/cobigen-jsonplugin-1.0.0.jar,\
lib/cobigen-propertyplugin-1.1.1.jar,\
lib/cobigen-senchaplugin-1.0.0.jar,\
lib/cobigen-textmerger-1.1.0.jar,\
lib/cobigen-xmlplugin-3.0.0.jar
16 changes: 8 additions & 8 deletions cobigen-eclipse/cobigen-eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>com.capgemini.cobigen.eclipse</artifactId>
<name>CobiGen - Eclipse Plug-In</name>
<packaging>eclipse-plugin</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<parent>
<groupId>com.capgemini</groupId>
Expand All @@ -17,37 +17,37 @@
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-xmlplugin</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-javaplugin</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-propertyplugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-textmerger</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-jsonplugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-senchaplugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 11c8a76

Please sign in to comment.