File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.devonfw.cobigen</groupId >
21
21
<artifactId >core-test</artifactId >
22
- <version >7.0 .0</version >
22
+ <version >7.1 .0</version >
23
23
</dependency >
24
24
</dependencies >
25
25
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry exported =" true" kind =" lib" path =" lib/core-7.0 .0.jar" />
4
- <classpathentry exported =" true" kind =" lib" path =" lib/core-api-7.0 .0.jar" />
5
- <classpathentry exported =" true" kind =" lib" path =" lib/javaplugin-model-7.0 .0.jar" />
3
+ <classpathentry exported =" true" kind =" lib" path =" lib/core-7.1 .0.jar" />
4
+ <classpathentry exported =" true" kind =" lib" path =" lib/core-api-7.1 .0.jar" />
5
+ <classpathentry exported =" true" kind =" lib" path =" lib/javaplugin-model-7.1 .0.jar" />
6
6
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
7
7
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
8
8
<classpathentry kind =" src" path =" src/" />
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Bundle-ClassPath: .,
44
44
lib/logback-core-1.1.2.jar,
45
45
lib/mmm-util-core-7.4.0.jar,
46
46
lib/slf4j-api-1.7.21.jar,
47
- lib/core-7.0 .0.jar,
48
- lib/core-api-7.0 .0.jar,
49
- lib/javaplugin-model-7.0 .0.jar
47
+ lib/core-7.1 .0.jar,
48
+ lib/core-api-7.1 .0.jar,
49
+ lib/javaplugin-model-7.1 .0.jar
50
50
Export-Package : com.devonfw.cobigen.eclipse.common.constants.external
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ bin.includes = .,\
27
27
lib/logback-core-1.1.2.jar,\
28
28
lib/mmm-util-core-7.4.0.jar,\
29
29
lib/slf4j-api-1.7.21.jar,\
30
- lib/core-7.0 .0.jar,\
31
- lib/core-api-7.0 .0.jar,\
32
- lib/javaplugin-model-7.0 .0.jar
30
+ lib/core-7.1 .0.jar,\
31
+ lib/core-api-7.1 .0.jar,\
32
+ lib/javaplugin-model-7.1 .0.jar
Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >com.devonfw.cobigen</groupId >
17
17
<artifactId >core</artifactId >
18
- <version >7.0 .0</version >
18
+ <version >7.1 .0</version >
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >com.devonfw.cobigen</groupId >
22
22
<artifactId >javaplugin-model</artifactId >
23
- <version >7.0 .0</version >
23
+ <version >7.1 .0</version >
24
24
</dependency >
25
25
26
26
<dependency >
You can’t perform that action at this time.
0 commit comments