Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
1.6.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed May 29, 2015
1 parent 59148e9 commit b591539
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion formatters/jdt-core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse JDT core
Bundle-SymbolicName: jdt-core
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.6.0.RC1
Require-Bundle: org.eclipse.jdt.core;bundle-version="[1.0.0,10.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2 changes: 1 addition & 1 deletion formatters/jdt-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>formatters</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
</parent>

<artifactId>jdt-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion formatters/jsdt-core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse JSDT core
Bundle-SymbolicName: jsdt-core
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.6.0.RC1
Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.0.0,10.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2 changes: 1 addition & 1 deletion formatters/jsdt-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>formatters</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
</parent>

<artifactId>jsdt-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion formatters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
</parent>

<artifactId>formatters</artifactId>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.marvinformatics.formatter.feature"
label="%featureName"
version="1.6.0.qualifier"
version="1.6.0.RC1"
provider-name="%providerName"
plugin="com.marvinformatics.formatter">

Expand Down
10 changes: 8 additions & 2 deletions m2e-configurator/com.marvinformatics.formatter.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.marvinformatics.formatter</groupId>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>com.marvinformatics.formatter.parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
</parent>

<artifactId>com.marvinformatics.formatter.feature</artifactId>
<packaging>eclipse-feature</packaging>

<properties>
<serverIdInSettingsXml>sonatype-nexus-staging</serverIdInSettingsXml>
<repositoryUrl>https://oss.sonatype.org/service/local/staging/deploy/maven2/</repositoryUrl>
<repositoryPathId>com/marvinformatics/formatter/com.marvinformatics.formatter.feature</repositoryPathId>
</properties>

</project>
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: m2e connector for formatter-maven-plugin
Bundle-SymbolicName: com.marvinformatics.formatter;singleton:=true
Bundle-Version: 1.6.0.qualifier
Bundle-Version: 1.6.0.RC1
Bundle-Vendor: Marvinformatics Ltda
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion m2e-configurator/com.marvinformatics.formatter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>com.marvinformatics.formatter.parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
</parent>

<artifactId>com.marvinformatics.formatter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion m2e-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
</parent>

<artifactId>com.marvinformatics.formatter.parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
</parent>

<artifactId>formatter-maven-plugin</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>com.marvinformatics.formatter</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
<packaging>pom</packaging>

<description>Plugin for formatting source code</description>
Expand Down Expand Up @@ -232,6 +232,7 @@
<version>2.8.2</version>
<configuration>
<skip>false</skip>
<deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.RC1</version>
</parent>

<artifactId>support</artifactId>
Expand Down

0 comments on commit b591539

Please sign in to comment.