Skip to content

Commit 00649e1

Browse files
committed
increment versions
1 parent cada6e4 commit 00649e1

File tree

19,243 files changed

+247
-11395288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

19,243 files changed

+247
-11395288
lines changed

Site-org.codehaus.groovy.eclipse/category.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,35 @@
2727
</category-def>
2828

2929

30-
<feature id="org.codehaus.groovy.eclipse.feature" url="features/org.codehaus.groovy.eclipse.feature_5.6.0.qualifier.jar" version="5.6.0.qualifier">
30+
<feature id="org.codehaus.groovy.eclipse.feature" url="features/org.codehaus.groovy.eclipse.feature_5.7.0.qualifier.jar" version="5.7.0.qualifier">
3131
<category name="org.codehaus.groovy.eclipse"/>
3232
</feature>
3333

34-
<feature id="org.codehaus.groovy.eclipse.feature.source" url="features/org.codehaus.groovy.eclipse.feature.source_5.6.0.qualifier.jar" version="5.6.0.qualifier">
34+
<feature id="org.codehaus.groovy.eclipse.feature.source" url="features/org.codehaus.groovy.eclipse.feature.source_5.7.0.qualifier.jar" version="5.7.0.qualifier">
3535
<category name="org.codehaus.groovy.eclipse.sdk"/>
3636
</feature>
3737

38-
<!--feature id="org.codehaus.groovy.jdt.patch" url="features/org.codehaus.groovy.jdt.patch_5.6.0.qualifier.jar" version="5.6.0.qualifier" patch="true">
38+
<!--feature id="org.codehaus.groovy.jdt.patch" url="features/org.codehaus.groovy.jdt.patch_5.7.0.qualifier.jar" version="5.7.0.qualifier" patch="true">
3939
<category name="org.codehaus.groovy.eclipse"/>
4040
</feature-->
4141

42-
<!--feature id="org.codehaus.groovy.jdt.patch.source" url="features/org.codehaus.groovy.jdt.patch.source_5.6.0.qualifier.jar" version="5.6.0.qualifier">
42+
<!--feature id="org.codehaus.groovy.jdt.patch.source" url="features/org.codehaus.groovy.jdt.patch.source_5.7.0.qualifier.jar" version="5.7.0.qualifier">
4343
<category name="org.codehaus.groovy.eclipse.sdk"/>
4444
</feature-->
4545

46-
<!--feature id="org.codehaus.groovy30.feature" url="features/org.codehaus.groovy30.feature_5.6.0.qualifier.jar" version="5.6.0.qualifier">
46+
<!--feature id="org.codehaus.groovy30.feature" url="features/org.codehaus.groovy30.feature_5.7.0.qualifier.jar" version="5.7.0.qualifier">
4747
<category name="org.codehaus.groovy.compilers"/>
4848
</feature-->
4949

50-
<feature id="org.codehaus.groovy40.feature" url="features/org.codehaus.groovy40.feature_5.6.0.qualifier.jar" version="5.6.0.qualifier">
50+
<feature id="org.codehaus.groovy40.feature" url="features/org.codehaus.groovy40.feature_5.7.0.qualifier.jar" version="5.7.0.qualifier">
5151
<category name="org.codehaus.groovy.compilers"/>
5252
</feature>
5353

54-
<feature id="org.codehaus.groovy50.feature" url="features/org.codehaus.groovy40.feature_5.6.0.qualifier.jar" version="5.6.0.qualifier">
54+
<feature id="org.codehaus.groovy50.feature" url="features/org.codehaus.groovy40.feature_5.7.0.qualifier.jar" version="5.7.0.qualifier">
5555
<category name="org.codehaus.groovy.compilers"/>
5656
</feature>
5757

58-
<feature id="org.codehaus.groovy.m2eclipse.feature" url="features/org.codehaus.groovy.m2eclipse.feature_5.6.0.qualifier.jar" version="5.6.0.qualifier">
58+
<feature id="org.codehaus.groovy.m2eclipse.feature" url="features/org.codehaus.groovy.m2eclipse.feature_5.7.0.qualifier.jar" version="5.7.0.qualifier">
5959
<category name="org.codehaus.groovy.m2eclipse"/>
6060
</feature>
6161

Site-org.codehaus.groovy.eclipse/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<relativePath>../pom.xml</relativePath>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>org.codehaus.groovy.eclipse.site</artifactId>
1010
<packaging>eclipse-repository</packaging>
@@ -18,7 +18,7 @@
1818
<id>release</id>
1919

2020
<properties>
21-
<deploy.version>5.6.0</deploy.version>
21+
<deploy.version>5.7.0</deploy.version>
2222
</properties>
2323

2424
<pluginRepositories>
@@ -48,7 +48,7 @@
4848
<sites>
4949
<param>https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/${deploy.version}/${deploy.target}</param>
5050
</sites>
51-
<target>${project.build.directory}</target><!-- writes compositeArtifacts.xml and compositeContent.xml -->
51+
<target>${project.build.directory}/composite</target><!-- writes compositeArtifacts.xml and compositeContent.xml -->
5252
</configuration>
5353
</execution>
5454
</executions>

base-test/org.eclipse.jdt.groovy.core.tests.builder/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-11
44
Bundle-SymbolicName: org.eclipse.jdt.groovy.core.tests.builder;singleton:=true
55
Bundle-Name: Builder Tests
66
Bundle-Vendor: Pivotal Software, Inc.
7-
Bundle-Version: 5.6.0.qualifier
7+
Bundle-Version: 5.7.0.qualifier
88
Export-Package: org.eclipse.jdt.core.groovy.tests,
99
org.eclipse.jdt.core.groovy.tests.builder,
1010
org.eclipse.jdt.core.groovy.tests.locations,

base-test/org.eclipse.jdt.groovy.core.tests.builder/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<relativePath>../../pom.xml</relativePath>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<groupId>org.codehaus.groovy.eclipse</groupId>
1010
<artifactId>org.eclipse.jdt.groovy.core.tests.builder</artifactId>
11-
<version>5.6.0-SNAPSHOT</version>
11+
<version>5.7.0-SNAPSHOT</version>
1212
<packaging>eclipse-plugin</packaging>
1313
</project>

base-test/org.eclipse.jdt.groovy.core.tests.compiler/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Bundle-RequiredExecutionEnvironment: JavaSE-11
44
Bundle-SymbolicName: org.eclipse.jdt.groovy.core.tests.compiler;singleton:=true
55
Bundle-Name: Compiler Tests
66
Bundle-Vendor: Pivotal Software, Inc.
7-
Bundle-Version: 5.6.0.qualifier
7+
Bundle-Version: 5.7.0.qualifier
88
Export-Package: org.eclipse.jdt.groovy.core.tests,
99
org.eclipse.jdt.groovy.core.tests.basic,
1010
org.eclipse.jdt.groovy.core.tests.xform
1111
Require-Bundle: org.eclipse.jdt.core.tests.compiler;visibility:=reexport,
12-
org.eclipse.jdt.groovy.core;bundle-version="5.6.0";visibility:=reexport,
12+
org.eclipse.jdt.groovy.core;bundle-version="5.7.0";visibility:=reexport,
1313
org.junit;bundle-version="[4.12.0,5)";visibility:=reexport
1414
Eclipse-BundleShape: dir

base-test/org.eclipse.jdt.groovy.core.tests.compiler/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<relativePath>../../pom.xml</relativePath>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<groupId>org.codehaus.groovy.eclipse</groupId>
1010
<artifactId>org.eclipse.jdt.groovy.core.tests.compiler</artifactId>
11-
<version>5.6.0-SNAPSHOT</version>
11+
<version>5.7.0-SNAPSHOT</version>
1212
<packaging>eclipse-plugin</packaging>
1313
</project>

base/org.codehaus.groovy.eclipse.compilerResolver/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-SymbolicName: org.codehaus.groovy.eclipse.compilerResolver;singleton:=true
44
Bundle-Name: Groovy Compiler Resolver
55
Bundle-Vendor: Pivotal Software, Inc.
6-
Bundle-Version: 5.6.0.qualifier
6+
Bundle-Version: 5.7.0.qualifier
77
Export-Package: org.codehaus.groovy.eclipse.chooser,
88
org.codehaus.groovy.frameworkadapter.util
99
Require-Bundle: org.eclipse.core.runtime

base/org.codehaus.groovy.eclipse.compilerResolver/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<relativePath>../../pom.xml</relativePath>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<groupId>org.codehaus.groovy.eclipse</groupId>
1010
<artifactId>org.codehaus.groovy.eclipse.compilerResolver</artifactId>
11-
<version>5.6.0-SNAPSHOT</version>
11+
<version>5.7.0-SNAPSHOT</version>
1212
<packaging>eclipse-plugin</packaging>
1313
</project>

base/org.codehaus.groovy.eclipse.frameworkAdapter/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-SymbolicName: org.codehaus.groovy.eclipse.frameworkAdapter;singleton:=true
44
Bundle-Name: Groovy OSGi advice
55
Bundle-Vendor: Pivotal Software, Inc.
6-
Bundle-Version: 5.6.0.qualifier
6+
Bundle-Version: 5.7.0.qualifier
77
Bundle-ActivationPolicy: lazy
88
ExtensionBundle-Activator: org.codehaus.groovy.frameworkadapter.Activator
99
Fragment-Host: system.bundle;extension:=framework

base/org.codehaus.groovy.eclipse.frameworkAdapter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<relativePath>../../pom.xml</relativePath>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<groupId>org.codehaus.groovy.eclipse</groupId>
1010
<artifactId>org.codehaus.groovy.eclipse.frameworkAdapter</artifactId>
11-
<version>5.6.0-SNAPSHOT</version>
11+
<version>5.7.0-SNAPSHOT</version>
1212
<packaging>eclipse-plugin</packaging>
1313
</project>

base/org.codehaus.groovy30/plugin_dsld_support/dsld/basic_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy30/plugin_dsld_support/dsld/beans_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy30/plugin_dsld_support/dsld/builder_transform.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy30/plugin_dsld_support/dsld/logging_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy30/plugin_dsld_support/dsld/meta_script.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy30/plugin_dsld_support/dsld/script_config.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy30/plugin_dsld_support/dsld/swing_builder.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy30/plugin_dsld_support/dsld/type_checking.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy30/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<relativePath>../../pom.xml</relativePath>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<groupId>org.codehaus.groovy.eclipse</groupId>
1010
<artifactId>org.codehaus.groovy</artifactId>

base/org.codehaus.groovy40/plugin_dsld_support/dsld/basic_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy40/plugin_dsld_support/dsld/beans_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy40/plugin_dsld_support/dsld/builder_transform.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy40/plugin_dsld_support/dsld/logging_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy40/plugin_dsld_support/dsld/meta_script.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy40/plugin_dsld_support/dsld/script_config.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy40/plugin_dsld_support/dsld/swing_builder.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy40/plugin_dsld_support/dsld/type_checking.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy40/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<relativePath>../../pom.xml</relativePath>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<groupId>org.codehaus.groovy.eclipse</groupId>
1010
<artifactId>org.codehaus.groovy</artifactId>

base/org.codehaus.groovy50/plugin_dsld_support/dsld/basic_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy50/plugin_dsld_support/dsld/beans_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy50/plugin_dsld_support/dsld/builder_transform.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy50/plugin_dsld_support/dsld/logging_transforms.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy50/plugin_dsld_support/dsld/meta_script.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy50/plugin_dsld_support/dsld/script_config.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy50/plugin_dsld_support/dsld/swing_builder.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy50/plugin_dsld_support/dsld/type_checking.dsld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2024 the original author or authors.
2+
* Copyright 2009-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

base/org.codehaus.groovy50/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<relativePath>../../pom.xml</relativePath>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<groupId>org.codehaus.groovy.eclipse</groupId>
1010
<artifactId>org.codehaus.groovy</artifactId>

base/org.eclipse.jdt.groovy.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-SymbolicName: org.eclipse.jdt.groovy.core;singleton:=true
44
Bundle-Name: Groovy-Eclipse integration
55
Bundle-Vendor: Pivotal Software, Inc.
6-
Bundle-Version: 5.6.0.qualifier
6+
Bundle-Version: 5.7.0.qualifier
77
Bundle-ClassPath: nlcl.jar, .
88
Export-Package: org.codehaus.jdt.groovy.ast,
99
org.codehaus.jdt.groovy.control;x-internal:=true,

base/org.eclipse.jdt.groovy.core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<relativePath>../../pom.xml</relativePath>
55
<groupId>org.codehaus.groovy.eclipse</groupId>
66
<artifactId>org.codehaus.groovy.eclipse.parent</artifactId>
7-
<version>5.6.0-SNAPSHOT</version>
7+
<version>5.7.0-SNAPSHOT</version>
88
</parent>
99
<groupId>org.codehaus.groovy.eclipse</groupId>
1010
<artifactId>org.eclipse.jdt.groovy.core</artifactId>
11-
<version>5.6.0-SNAPSHOT</version>
11+
<version>5.7.0-SNAPSHOT</version>
1212
<packaging>eclipse-plugin</packaging>
1313
</project>

base/org.eclipse.jdt.groovy.core/schema/codeSelectHelper.exsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<meta.section type="copyright"/>
7777
</appinfo>
7878
<documentation>
79-
Copyright (c) 2009-2024 Pivotal Software, Inc. and others. All rights reserved.
79+
Copyright (c) 2009-2025 Pivotal Software, Inc. and others. All rights reserved.
8080
</documentation>
8181
</annotation>
8282

0 commit comments

Comments
 (0)