Skip to content

Commit

Permalink
Cleanup before alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-wyluda committed Jul 30, 2014
1 parent 02fcab5 commit e8cd36c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.jboss.forge</groupId>
<artifactId>forge-idea-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>2.7.2.Alpha1</version>
<name>Forge IDEA Plugin</name>

<description>Integration of the UI API in Intellij IDEA</description>
Expand All @@ -18,7 +18,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<idea.version>13.1.2</idea.version>
<forge.version>2.7.3-SNAPSHOT</forge.version>
<forge.version>2.7.2.Final</forge.version>

<ij.plugin>true</ij.plugin>
</properties>
Expand Down Expand Up @@ -167,7 +167,6 @@
<addonId>org.jboss.forge.addon:projects,${forge.version}</addonId>
<addonId>org.jboss.forge.addon:ui,${forge.version}</addonId>
<addonId>org.jboss.forge.addon:ui-spi,${forge.version}</addonId>
<addonId>org.jboss.forge.addon:ui-example,${forge.version}</addonId>
</addonIds>
</configuration>
</execution>
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
<id>org.jboss.forge.plugin.idea</id>
<name>JBoss Forge IDEA Plugin</name>
<version>${project.version}</version>
<vendor email="ggastald@redhat.com" url="http://forge.jboss.org">Red Hat, Inc</vendor>
<vendor email="forge@redhat.com" url="http://forge.jboss.org">Red Hat, Inc</vendor>

<description><![CDATA[
JBoss Forge 2.x Support<br>
<small>Execute wizards and interact with the container</small>
]]></description>

<change-notes> <![CDATA[
v0.0.1<br>
<small>
<ul>
<li>Initial Distribution</li>
<li>Alpha Distribution</li>
</ul>
</small>
]]>
Expand Down

0 comments on commit e8cd36c

Please sign in to comment.