Skip to content

Commit

Permalink
BUILD prepare 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmaria romanato committed May 30, 2023
1 parent 1e76575 commit 3edcb0d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion io.github.giamma.envfile.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.github.giamma.envfile.feature"
label="EnvFile Feature"
version="1.0.0.qualifier">
version="1.0.1.qualifier">

<description>
A feature that allows Java launch configuration to include s
Expand Down
2 changes: 1 addition & 1 deletion io.github.giamma.envfile.feature/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.giamma</groupId>
<artifactId>io.github.giamma.envfile.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../io.github.giamma.envfile.parent</relativePath>
</parent>
<artifactId>io.github.giamma.envfile.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion io.github.giamma.envfile.parent/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.giamma</groupId>
<artifactId>io.github.giamma.envfile.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion io.github.giamma.envfile.site/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/io.github.giamma.envfile.feature_1.0.0.qualifier.jar" id="io.github.giamma.envfile.feature" version="1.0.0.qualifier"/>
<feature url="features/io.github.giamma.envfile.feature_1.0.1.qualifier.jar" id="io.github.giamma.envfile.feature" version="1.0.1.qualifier"/>
<category-def name="EnvFile Plug-in" label="EnvFile Plug-in">
<description>
The EnvFile plug-in extends Eclipse launch configuration for Java local applications with the ability to set environment variables from one or more textual files.
Expand Down
2 changes: 1 addition & 1 deletion io.github.giamma.envfile.site/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.giamma</groupId>
<artifactId>io.github.giamma.envfile.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../io.github.giamma.envfile.parent</relativePath>
</parent>
<artifactId>io.github.giamma.envfile.site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion io.github.giamma.envfile/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: io.github.giamma.envfile;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.0.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.debug.ui,
org.eclipse.jdt.launching,
Expand Down
2 changes: 1 addition & 1 deletion io.github.giamma.envfile/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.giamma</groupId>
<artifactId>io.github.giamma.envfile.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../io.github.giamma.envfile.parent</relativePath>
</parent>
<artifactId>io.github.giamma.envfile</artifactId>
Expand Down

0 comments on commit 3edcb0d

Please sign in to comment.