Skip to content

Commit

Permalink
pom
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Mar 2, 2017
1 parent 89fc5bf commit a87c761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "26.0.0",
"version": "27.0.0",
"name": "Event reports app",
"description": "DHIS2 event reports app",
"icons": {},
Expand Down
18 changes: 2 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-app-event-reports</artifactId>
<version>2.25-SNAPSHOT</version>
<version>2.27-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Event Reports</name>
<description>Event reports</description>
<description>DHIS2 event reports</description>
<url>https://github.com/dhis2/event-reports-app</url>

<organization>
Expand Down Expand Up @@ -73,20 +73,6 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit a87c761

Please sign in to comment.