Skip to content

Commit

Permalink
chages and bumping up the version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rrekhi1 committed Jun 27, 2024
1 parent e01b4bd commit be7f736
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
21 changes: 19 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.rrekhi1</groupId>
<artifactId>commonutils</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<name>io.github.rrekhi1:commonutils</name>
<description>Common artifact for onedatashare repos</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -163,6 +163,16 @@
</dependency>
</dependencies>
</dependencyManagement>
<!-- <distributionManagement>-->
<!-- <snapshotRepository>-->
<!-- <id>maven-central-snapshots</id>-->
<!-- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>-->
<!-- </snapshotRepository>-->
<!-- <repository>-->
<!-- <id>maven-central-release</id>-->
<!-- <url>https://s01.oss.sonatype.org/content/repositories/releases/</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->
<!-- <build>-->
<!-- <pluginManagement>-->
<!-- <plugins>-->
Expand All @@ -181,5 +191,12 @@
<!-- <url>https://maven.pkg.github.com/didclab/commonutils</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->

<profiles>
<profile>
<id>central</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
</project>
23 changes: 0 additions & 23 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
spring.application.name=common-service

# Dropbox config
#dropbox.redirectUri=${redirect.uri}/api/oauth/dropbox
#dropbox.identifier=${ODS_DROPBOX_IDENTIFIER:OneDataShare-DIDCLab}
#dropbox.key=${ODS_DROPBOX_KEY}
#dropbox.secret=${ODS_DROPBOX_SECRET}

# Google config
#gdrive.appName=OneDataShare
#gdrive.authUri=https://accounts.google.com/o/oauth2/auth
#gdrive.tokenUri=https://accounts.google.com/o/oauth2/token
#gdrive.authProviderUri=https://www.googleapis.com/oauth2/v1/certs
#gdrive.redirectUri=${redirect.uri}/api/oauth/gdrive
#gdrive.projectId=${ODS_GDRIVE_PROJECT_ID}
#gdrive.clientId=${ODS_GDRIVE_CLIENT_ID}
#gdrive.clientSecret=${ODS_GDRIVE_CLIENT_SECRET}

# Box config
#box.authUri=https://account.box.com/api/oauth2/authorize
#box.scope=root_readwrite
#box.redirectUri=${redirect.uri}/api/oauth/box
#box.clientId=${ODS_BOX_CLIENT_ID}
#box.clientSecret=${ODS_BOX_CLIENT_SECRET}

0 comments on commit be7f736

Please sign in to comment.