Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 13, 2017
1 parent 7849953 commit 871ee51
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>info.novatec.ita</groupId>
<artifactId>stereotype.check</artifactId>
<packaging>pom</packaging>
<version>2.0.1</version>
<version>2.0.2</version>

<name>Stereotype Checker</name>
<description>Checkstyle plugin extension to verify imports and usage between classes</description>
Expand Down
2 changes: 1 addition & 1 deletion stereotype.check.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<feature
id="stereotype.check.feature"
label="Stereotype Checker"
version="2.0.1">
version="2.0.2">

<description>
Stereotype Checker
Expand Down
2 changes: 1 addition & 1 deletion stereotype.check.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>info.novatec.ita</groupId>
<artifactId>stereotype.check</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<artifactId>stereotype.check.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion stereotype.check.plugin.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>info.novatec.ita</groupId>
<artifactId>stereotype.check</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<artifactId>stereotype.check.plugin.test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion stereotype.check.plugin/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: Stereotype-Check-Plugin
Bundle-SymbolicName: stereotype.check.plugin;singleton:=true
Bundle-Version: 2.0.1
Bundle-Version: 2.0.2
Bundle-ClassPath: .
Bundle-Vendor: http://novatec-gmbh.de
Export-Package: info.novatec.ita.check
Expand Down
2 changes: 1 addition & 1 deletion stereotype.check.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>info.novatec.ita</groupId>
<artifactId>stereotype.check</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<artifactId>stereotype.check.plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion stereotype.check.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<site>
<feature url="features/stereotype.check.feature_2.0.1.jar" id="stereotype.check.feature" version="2.0.1">
<feature url="features/stereotype.check.feature_2.0.2.jar" id="stereotype.check.feature" version="2.0.2">
<category name="stereotype.check"/>
</feature>
<category-def name="stereotype.check" label="Stereotype Check Repository"/>
Expand Down
2 changes: 1 addition & 1 deletion stereotype.check.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>info.novatec.ita</groupId>
<artifactId>stereotype.check</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<artifactId>stereotype.check.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down

0 comments on commit 871ee51

Please sign in to comment.