Skip to content

Commit f06592b

Browse files
committed
pom and yml
1 parent 2b62f1d commit f06592b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jdk:
55

66
install:
77
- FILE="-Dfile=android-demo-release.aar"
8-
- mvn install:install-file $FILE -DgroupId=com.github.nmssalman -DartifactId=jitpack_example -Dversion=10.0 -Dpackaging=aar -DgeneratePom=true
8+
- mvn install:install-file $FILE -DgroupId=com.github.nmssalman -DartifactId=bubbleshowcase -Dversion=1.0 -Dpackaging=aar -DgeneratePom=true

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.github.nmssalman</groupId>
5+
<artifactId>bubbleshowcase</artifactId>
6+
<version>1.0</version>
7+
<packaging>pom</packaging>
8+
<description>Latest Release 1.0</description>
9+
</project>

0 commit comments

Comments
 (0)