Skip to content

Commit

Permalink
project version updates w.r.t 1st release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshk15 committed Oct 24, 2016
1 parent dc93d9a commit 33737ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The platform embeds OSGi and Undertow with modules described above.
3. mvn clean package
4. Above step will create AdeptJ runtime uber jar.
4. Now cd target
5. java -server -jar adeptj-runtime.jar
5. java -server -jar adeptj-runtime-LATEST_VERSION.jar
6. Click to view [AdeptJ OSGi Web Console](http://localhost:9007/system/console)

**NOTE**: For few modules, work still is in progress. We are pushing hard to complete ASAP.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-modularweb-micro</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.0.Final</version>
<packaging>jar</packaging>
<name>AdeptJ ModularWeb Micro Runtime</name>
<description>Provision AdeptJ ModularWeb Micro Runtime</description>
Expand Down Expand Up @@ -133,7 +133,7 @@
</scm>

<build>
<finalName>adeptj-runtime</finalName>
<finalName>adeptj-runtime-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 33737ca

Please sign in to comment.